googlemap={lat:0,lng:0,init:function(){if(typeof(GBrowserIsCompatible)=="function"&&GBrowserIsCompatible()){var map=id("find");map=map.insertBefore(document.createElement("div"),tag("address",map)[0]);map.className="googlemap";map=new GMap2(map);map.setCenter(new GLatLng(googlemap.lat,googlemap.lng),13);map.addControl(new GSmallMapControl());var icon=new GIcon();icon.image="/fitness/images/googlemap-marker-shadow.png";icon.iconSize=new GSize(67,75);icon.iconAnchor=new GPoint(50,64);map.addOverlay(new GMarker(map.getCenter(),icon));};}};addDOMLoadEvent(googlemap.init);
