@Override
protected void onInitialize() {
super.onInitialize();
// create our popover panel
add(popoverPanel = new PopoverPanel("popover"));
// location of Miles' office
LongLat longLat = new LongLat(-72.638429, 42.313229, "EPSG:4326").transform(View.DEFAULT_PROJECTION);
// add a marker that will update the content of the popover, move the popover and then make it visible when