$(function(){var map=jQuery('#map').jmap('init',{'mapType':'map','mapCenter':[53.436601,-2.165895],'mapZoom':12,'mapShowjMapsIcon':false});var description='<strong>STAN Communications</strong><br/>';description+='Houldsworth Mill, Houldsworth Street<br/>';description+='Stockport<br/>';description+='Cheshire<br/>';description+='SK5 6DA<br/><br/>';description+='<p>Tel: 0161 975 6100</p>';var stanIcon=new GIcon(G_DEFAULT_ICON);stanIcon.image="http://www.stanatwork.com/images/stan-purple.gif";stanIcon.iconSize=new GSize(36,15);stanIcon.iconAnchor=new GPoint(0,15);stanIcon.infoWindowAnchor=new GPoint(36,0);var markerOptions={pointLatLng:[53.436601,-2.165895],pointHTML:description,pointIcon:stanIcon};map.jmap('AddMarker',markerOptions);});