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

   var point = new GLatLng(52.6498, -1.2068, 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&aq=&sll=53.800651,-4.064941&sspn=22.594151,57.084961&ie=UTF8&hq=skillspoint&hnear=&ll=52.649872,-1.206876&spn=0.005637,0.013937&t=h&z=17&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 -->

