 var point = new GLatLng (55.950281135383, -3.1788253784179688);
 var propertyName3 = "Holyrood";
 var marker3 = new GMarker(point,icon_blue);
 themap.addOverlay(marker3);
 GEvent.addListener(marker3, "click", function() {
 marker3.openInfoWindowHtml("<b>Holyrood</b><br />- <a href=/holyrood-apartment-1/index.html>Full Details &raquo;</a><br />- <a href=https://secure.supercontrol.co.uk/availability/availability_weekly.asp?ownerID=221&cottageID=cottageID_8407&siteID=309>Availability &raquo;</a>");
});