<!-- Begin
function initialize() {
  var map = new GMap2(document.getElementById("map_canvas"));
  map.setCenter(new GLatLng(52.477073,-0.918392), 13);

   var point = new GLatLng(52.48196756580751, -0.9021328389644623, true);
   map.addOverlay(new GMarker(point));	map.openInfoWindowHtml(point,"<span style='float:center;text-align:center;'><a href='http://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=skillspoint&sll=53.800651,-4.064941&sspn=19.385722,57.084961&ie=UTF8&hq=skillspoint&hnear=&ll=52.481944,-0.902209&spn=0.019445,0.055747&t=h&z=15&iwloc=A' target='_blank'>Click here for directions and a larger map</span><br /> <span style='float:right; padding-right:5px;'><img src='images/small-logo.gif' /></a></span>", {maxWidth:204});
	}

// End -->
