function initialize() {
  if (GBrowserIsCompatible()) {
	var map = new GMap2(document.getElementById("map_canvas"));
	map.setCenter(new GLatLng(52.955576, -1.478691), 15);
	map.openInfoWindow(map.getCenter(),
    document.createTextNode("Josie Nicholson Counselling"));
  }
}
