//Christ Church Cathedral

Kinlay House overlooks this historic landmark'; GEvent.addListener(ccMarker, "click", function() { ccMarker.openInfoWindowHtml(cc_content); }); GEvent.addListener(ccMarker, "mouseover", function() { ccMarker.openInfoWindowHtml(cc_content); }); var dcIcon = new GIcon(G_DEFAULT_ICON); markerOptions = { icon:dcIcon }; dcMarker=new GMarker(new GLatLng(53.343406,-6.268774),markerOptions); map.addOverlay(dcMarker); var dc_content='

Dublin Castle

Literally two minutes\' walk from the hostel'; GEvent.addListener(dcMarker, "click", function() { dcMarker.openInfoWindowHtml(dc_content); }); GEvent.addListener(dcMarker, "mouseover", function() { dcMarker.openInfoWindowHtml(dc_content); }); var tcIcon = new GIcon(G_DEFAULT_ICON); markerOptions = { icon:tcIcon }; tcMarker=new GMarker(new GLatLng(53.345030,-6.258881),markerOptions); map.addOverlay(tcMarker); var tc_content='

Trinity College

View the Book of Kells and step back in time'; GEvent.addListener(tcMarker, "click", function() { tcMarker.openInfoWindowHtml(tc_content); }); GEvent.addListener(tcMarker, "mouseover", function() { tcMarker.openInfoWindowHtml(tc_content); }); var guIcon = new GIcon(G_DEFAULT_ICON); markerOptions = { icon:guIcon }; guMarker=new GMarker(new GLatLng(53.341858,-6.286549),markerOptions); map.addOverlay(guMarker); var gu_content='

Guinness Storehouse

Do the fantastic tour and earn your pint at the end!'; GEvent.addListener(guMarker, "click", function() { guMarker.openInfoWindowHtml(gu_content); }); GEvent.addListener(guMarker, "mouseover", function() { guMarker.openInfoWindowHtml(gu_content); }); var jdIcon = new GIcon(G_DEFAULT_ICON); markerOptions = { icon:jdIcon }; jdMarker=new GMarker(new GLatLng(53.348528,-6.277813),markerOptions); map.addOverlay(jdMarker); var jd_content='

Jameson Distillery

A fascinating insight into the world of Whiskey'; GEvent.addListener(jdMarker, "click", function() { jdMarker.openInfoWindowHtml(jd_content); }); GEvent.addListener(jdMarker, "mouseover", function() { jdMarker.openInfoWindowHtml(jd_content); }); var wmIcon = new GIcon(G_DEFAULT_ICON); markerOptions = { icon:wmIcon }; wmMarker=new GMarker(new GLatLng(53.354400,-6.264020),markerOptions); map.addOverlay(wmMarker); var wm_content='

Dublin Writer\'s Museum

A must for all literary enthusiasts'; GEvent.addListener(wmMarker, "click", function() { wmMarker.openInfoWindowHtml(wm_content); }); GEvent.addListener(wmMarker, "mouseover", function() { wmMarker.openInfoWindowHtml(wm_content); }); var duIcon = new GIcon(G_DEFAULT_ICON); markerOptions = { icon:duIcon }; duMarker=new GMarker(new GLatLng(53.343625,-6.272918),markerOptions); map.addOverlay(duMarker); var du_content='

Dublinia

A revealing glimpes of the Viking and medieval past
and just a stone\'s throw from Kinlay House'; GEvent.addListener(duMarker, "click", function() { duMarker.openInfoWindowHtml(du_content); }); GEvent.addListener(duMarker, "mouseover", function() { duMarker.openInfoWindowHtml(du_content); }); var kIcon = new GIcon(G_DEFAULT_ICON); kIcon.image = "http://www.kinlaydublin.ie/image/static/k-man_g.gif"; kIcon.iconSize = new GSize(24, 24); kIcon.shadow=null; markerOptions = { icon:kIcon }; kMarker=new GMarker(point,markerOptions); var k_content='

Kinlay House Dublin

2-12 Lord Edward St, Dublin 2
t: +353 1 679 6644
info@kinlaydublin.ie
'; map.addOverlay(kMarker); kMarker.openInfoWindowHtml(k_content); GEvent.addListener(kMarker, "click", function() { kMarker.openInfoWindowHtml(k_content); }); GEvent.addListener(kMarker, "mouseover", function() { kMarker.openInfoWindowHtml(k_content); }); } } //]]>