//<![CDATA[
var map;
function load(){
	map = new GMap(document.getElementById("map"));
	var point = new GPoint(-1.212401,52.770604);
	map.addControl(new GLargeMapControl());
	map.addControl(new GMapTypeControl());
	map.centerAndZoom(point, 3);
	var baseIcon = new GIcon();
	//baseIcon.shadow = "shadow50.png";
	baseIcon.iconSize = new GSize(15, 14);
	//baseIcon.shadowSize = new GSize(37, 34);
	baseIcon.iconAnchor = new GPoint(9, 34);
	baseIcon.infoWindowAnchor = new GPoint(9, 2);
	//baseIcon.infoShadowAnchor = new GPoint(18, 25);
	
	function createMarker(point, iconname, info, divtoreplace) {
		var icon = new GIcon(baseIcon);
		icon.image = iconname;
		var marker = new GMarker(point, icon);
		marker.tooltip = '<div class="tooltip"><nobr>'+info+'<\/nobr><\/div>';
		//GEvent.addListener(marker, "click", function() {marker.openInfoWindowHtml(info);});
		GEvent.addListener(marker, "click", function() {document.getElementById('locdesc').innerHTML=divtoreplace;});
		GEvent.addListener(marker,"mouseover", function(){showTooltip(marker);});        
        GEvent.addListener(marker,"mouseout", function() {tooltip.style.visibility="hidden"});
		
		
		function showTooltip(marker) {
			tooltip.innerHTML = marker.tooltip;
			var point=map.getCurrentMapType().getProjection().fromLatLngToPixel(map.fromDivPixelToLatLng(new GPoint(0,0),true),map.getZoom());
			var offset=map.getCurrentMapType().getProjection().fromLatLngToPixel(marker.getPoint(),map.getZoom());
			var anchor=marker.getIcon().iconAnchor;
			var width=marker.getIcon().iconSize.width;
			var height=tooltip.clientHeight;
			var pos = new GControlPosition(G_ANCHOR_TOP_LEFT, new GSize(offset.x - point.x - anchor.x + width, offset.y - point.y -anchor.y -height)); 
			pos.apply(tooltip);
			tooltip.style.visibility="visible";
        }
		
		// it shows the tooltip
		function mymouseover(i) {
			showTooltip(gmarkers[i])
		}
		// It hides the tooltip      
		function mymouseout() {
			tooltip.style.visibility="hidden";
		}
		
	  	// ====== set up marker mouseover tooltip div ======
	  	var tooltip = document.createElement("div");
	  	map.getPane(G_MAP_FLOAT_PANE).appendChild(tooltip);
	  	tooltip.style.visibility="hidden";
		  
		return marker;
	}
	
	var point = new GPoint(-1.212788,52.77076);
	var marker = createMarker(point, "marker.png", "19 Curzon st Loughborough LE11 3BQ","<div><img src='images/19curzon.jpg' width='220' height='166' /></div><div class='address'><h1>19 CURZON ST</h1>Loughborough LE11 3BQ</div><div class='bullet-text'><ul class='left-ul'><li>Newly carpets</li><li>Double glazed</li><li>Fully fitted kitchen</li></ul><ul class='right-ul'><li>New shower room</li><li>Gas central heating</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=19 Curzon st'>Email us about this property</a></div>");
	//var marker = new GMarker(point);
	map.addOverlay(marker);
	
	var point = new GPoint(-1.212616,52.771564);
	var marker = createMarker(point, "marker.png", "53 William st Loughborough LE11 3BX","<div><img src='images/53william.jpg' width='220' height='166' /></div><div class='address'><h1>53 WILLIAM ST</h1>Loughborough LE11 3BX</div><div class='bullet-text'><ul class='left-ul'><li>6 double bedrooms</li><li>Double glazed</li><li>Luxury kitchen</li></ul><ul class='right-ul'><li>Luxury shower room</li><li>Gas central heating</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=53 William st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.215062,52.77307);
	var marker = createMarker(point, "marker.png", "18 Hastings st Loughborough LE11 5AX","<div><img src='images/home.jpg' width='220' height='166' /></div><div class='address'><h1>18 HASTINGS ST</h1>Loughborough LE11 5AX</div><div class='bullet-text'><ul class='left-ul'><li>Fitted carpets</li><li>Dishwasher</li><li>Fridge/freezer</li></ul><ul class='right-ul'><li>IKEA furniture</li><li>2 shower rooms</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=18 Hasting st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.217825,52.770712);
	var marker = createMarker(point, "marker.png", "21 Radmoor rd Loughborough LE11 3BP","<div><img src='images/21radmoor.jpg' width='220' height='166' /></div><div class='address'><h1>21 RADMOOR ROAD</h1>Loughborough LE11 3BP</div><div class='bullet-text'><ul class='left-ul'><li>Range Cooker</li><li>Off street parking</li><li>2 Shower Rooms</li></ul><ul class='right-ul'><li>Fully double glazed</li><li>Patio & Cottage garden area</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=21 Radmoor rd'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	//var point = new GPoint(-1.212401,52.770604);
	var point = new GPoint(-1.212074,52.77086);
	var marker = createMarker(point, "marker.png", "23 curzon st Loughborough LE11 3BQ","<div><img src='images/23curzon.jpg' width='220' height='166' /></div><div class='address'><h1>23 CURZON ST</h1>Loughborough LE11 3BQ</div><div class='bullet-text'><ul class='left-ul'><li>Fitted carpets</li><li>Fitted Kitchen</li><li>Fitted bathroom</li></ul><ul class='right-ul'><li>32' flat screen TV</li><li>Gas central heating</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=23 Curzon st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.21238,52.770617);
	var marker = createMarker(point, "marker.png", "25 curzon st Loughborough LE11 3BQ","<div><img src='images/25curzon.jpg' width='220' height='166' /></div><div class='address'><h1>25 CURZON ST</h1>Loughborough LE11 3BQ</div><div class='bullet-text'><ul class='left-ul'><li>Wooden floors</li><li>Double glazed</li><li>Dishwasher</li></ul><ul class='right-ul'><li>32' flat screen TV</li><li>Wireless Broadband facility</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=25 Curzon st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.211414,52.771487);
	var marker = createMarker(point, "marker.png", "12 caldwell st Loughborough LE11 3BB","<div><img src='images/12-caldwell.jpg' width='220' height='166' /></div><div class='address'><h1>12 CALDWELL ST</h1>Loughborough LE11 3BB</div><div class='bullet-text'><ul class='left-ul'><li>4 Bedrooms</li><li>Student house</li><li>Furnished Property</li></ul><ul class='right-ul'><li>1 Receptions</li><li>Close to Christ Church</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=12 Caldwell st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.212401,52.770604);
	var marker = createMarker(point, "marker.png", "3 curzon st Loughborough LE11 3BQ","<div><img src='images/3curzon.jpg' width='220' height='166' /></div><div class='address'><h1>3 CURZON ST</h1>Loughborough LE11 3BQ</div><div class='bullet-text'><ul class='left-ul'><li>Dishwasher</li><li>Double glazed</li><li>Fully fitted kitchen</li></ul><ul class='right-ul'><li>32' flat screen TV</li><li>Gas central heating</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=3 Curzon st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.2150698,52.7730669);
	var marker = createMarker(point, "marker.png", "31 Hastings St Loughborough LE11 5AX","<div><img src='images/31-hastings_home.jpg' width='220' height='166' /></div><div class='address'><h1>31 HASTINGS ST</h1>Loughborough LE11 5AX</div><div class='bullet-text'><ul class='left-ul'><li>Dishwasher</li><li>Newly fitted carpets</li><li>Leather sofas</li></ul><ul class='right-ul'><li>Newly fitted kitchen</li><li>Wireless broadband facility</li></ul></div><div class='call-roger'>Call Roger on: 0798 461 7705 <br /><a href='mailto:RogerLanza@yahoo.co.uk?subject=3 Curzon st'>Email us about this property</a></div>");
	map.addOverlay(marker);
	
	baseIcon.iconSize = new GSize(15, 26);
	var point = new GPoint(-1.2294743,52.7648727);
	var marker = createMarker(point, "uni.png", "Loughborough University LE11 3TU","Loughborough University");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.2173939,52.772417);
	var marker = createMarker(point, "uni.png", "Sainsburys  LE11 3AB","Sainsburys");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.219804286956787,52.76800889640001);
	var marker = createMarker(point, "uni.png", "Loughborough college LE11 3BS","Loughborough college");
	map.addOverlay(marker);
	
	var point = new GPoint(-1.2043467,52.7707741);
	var marker = createMarker(point, "marker_new.png", "Loughborough<br>Town<br>Centre","Loughborough");
	map.addOverlay(marker);
}
//]]>
