GMap2 map = new GMap2("map", GMapExampleApplication.get()
.getGoogleMapsAPIkey());
map.setCenter(new GLatLng(52.37649, 4.888573));
add(map);
GIcon icon = new GIcon(urlFor(new PackageResourceReference(CustomPointPage.class, "image.gif"), null)
.toString(), urlFor(new PackageResourceReference(CustomPointPage.class, "shadow.png"), null)
.toString()).iconSize(new GSize(64, 64)).shadowSize(new GSize(64, 64)).iconAnchor(
new GPoint(19, 40)).infoWindowAnchor(new GPoint(9, 2)).infoShadowAnchor(
new GPoint(18, 25));