<!--
function initialize() {
	if (GBrowserIsCompatible()) {
		var map = new GMap2(document.getElementById("map_canvas"));
		map.setCenter(new GLatLng(37.916875, -122.312542), 15);
		map.openInfoWindow(map.getCenter(),
		document.createTextNode("Playland-Not-At-The-Beach" ));
    }
    }

//-->