//if (top == self)
	//parent.location.href = "/"

GUnload();
var map = new GMap2(document.getElementById("map"));
map.setCenter(new GLatLng(40.0,-97.38), 3);
//map.addControl(new GLargeMapControl());
//map.addControl(new GMapTypeControl());

// Create a base icon for all of our markers that specifies the
// shadow, icon dimensions, etc.
var baseIcon = new GIcon();
//baseIcon.shadow = "/images/citicons/shadow-cit.png";
baseIcon.iconSize = new GSize(5, 5);
//baseIcon.shadowSize = new GSize(25, 16);
baseIcon.iconAnchor = new GPoint(5, 5);
//baseIcon.infoWindowAnchor = new GPoint(8, 8);
//baseIcon.infoShadowAnchor = new GPoint(18, 25);

//preload images
var diamond = new GIcon(baseIcon);
diamond.image = "/images/citicons/diamond3.gif";
