 var point = new GLatLng (55.95048237623067, -3.18229079246521);
 var propertyName2 = "Royal Mile No.2";
 var marker2 = new GMarker(point,icon_blue);
 themap.addOverlay(marker2);
 GEvent.addListener(marker2, "click", function() {
 marker2.openInfoWindowHtml("<b>Royal Mile No.2</b><br />- <a href=/royal-mile-apartment-2/index.html>Full Details &raquo;</a><br />- <a href=https://secure.supercontrol.co.uk/availability/availability_weekly.asp?ownerID=221&cottageID=cottageID_8403&siteID=309>Availability &raquo;</a>'");
});