// Cite DMS

//<![CDATA[

function load() {
  if (GBrowserIsCompatible()) {
	var map = new GMap2(document.getElementById("map"));
	map.addControl(new GLargeMapControl());
	map.setCenter(new GLatLng(52.632201, -1.137336), 16);
	map.openInfoWindowHtml(map.getCenter(),"<strong style='font-size:13px;'>Ethitec,<br />37 Millstone Lane,<br />Leicester,<br />UK,<br />LE1 5JN</strong>");
  }
}
