var map=null;var marker=null;function load(){if(GBrowserIsCompatible()){var map=new GMap2(document.getElementById("map"));map.addControl(new GSmallMapControl());map.setCenter(new GLatLng(54.989292932260717,-1.4876968433337),15);var marker=new GMarker(new GLatLng(54.989292932260717,-1.4876968433337));map.addOverlay(marker);GEvent.addListener(marker,"click",function(){marker.openInfoWindowHtml("<h4>International Syalons Limited</h4><p><img src='http://www.syalons.com/images/isn_offices' alt='ISN offices' width='150' height='112' /></p>")})}else{alert("Sorry, the Google Maps API is not compatible with this browser")}}addEvent(window,'load',load,false);addEvent(window,'unload',GUnload,false);