googlemap={lat:54.521804,lng:-1.562462,init:function(){if(typeof(GBrowserIsCompatible)=="function"&&GBrowserIsCompatible()){var frame=id("container").insertBefore(document.createElement("div"),id("content"));frame.className="mapframe";map=frame.appendChild(document.createElement("div"));map.className="googlemap";map=new GMap2(map);map.setCenter(new GLatLng(googlemap.lat,googlemap.lng),13);map.addControl(new GLargeMapControl());var icon=new GIcon();icon.image="http://www.bannatyne.co.uk/hotel/darlington/images/marker.png";icon.iconSize=new GSize(194,97);icon.iconAnchor=new GPoint(43,86);map.addOverlay(new GMarker(map.getCenter(),icon));};}};addDOMLoadEvent(googlemap.init);
