// Metropolitan School of Dance'+ '
Belgrove Junior Girls\'\ School, Clontarf.
' ; // Define the Lattitude and Longitude for the map location var myLatLngBJGS = new google.maps.LatLng(53.364062, -6.199490); // Belgrove Junior Girls' School, Clontarf // Define the map marker characteristics var mapMarkerBJGS = new google.maps.Marker({ position: myLatLngBJGS, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowBJGS = new google.maps.InfoWindow({ content: contentStringBJGS }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerBJGS, 'click', function() { infowindowBJGS.open(map, mapMarkerBJGS); }); // End of Belgrove Map Marker // Start of Scoil ui Dhalaigh Map Marker // Following section, you can create your info window content using html markup var contentStringSD = 'Scoil ui Dhalaigh, Leixlip.
' ; // Define the Lattitude and Longitude for the map location var myLatLngSD = new google.maps.LatLng(53.365733, -6.494950); // Scoil ui Dhalaigh, Leixlip // Define the map marker characteristics var mapMarkerSD = new google.maps.Marker({ position: myLatLngSD, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowSD = new google.maps.InfoWindow({ content: contentStringSD }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerSD, 'click', function() { infowindowSD.open(map, mapMarkerSD); }); // End of Scoil ui Dhalaigh Map Marker // Start of St. Andrews Map Marker // Following section, you can create your info window content using html markup var contentStringSANS = 'St. Andrew\'\s National School, Lucan.
' ; // Define the Lattitude and Longitude for the map location var myLatLngSANS = new google.maps.LatLng(53.360259, -6.439573); // St. Andrew's National School, Lucan // Define the map marker characteristics var mapMarkerSANS = new google.maps.Marker({ position: myLatLngSANS, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowSANS = new google.maps.InfoWindow({ content: contentStringSANS }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerSANS, 'click', function() { infowindowSANS.open(map, mapMarkerSANS); }); // End of St. Andrews Map Marker // Start of Clontarf GAA Map Marker // Following section, you can create your info window content using html markup var contentStringCGAA = 'Clontarf GAA Club, Clontarf.
' ; // Define the Lattitude and Longitude for the map location var myLatLngCGAA = new google.maps.LatLng(53.363867, -6.198174); // Clontarf GAA Club, Clontarf // Define the map marker characteristics var mapMarkerCGAA = new google.maps.Marker({ position: myLatLngCGAA, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowCGAA = new google.maps.InfoWindow({ content: contentStringCGAA }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerCGAA, 'click', function() { infowindowCGAA.open(map, mapMarkerCGAA); }); // End of Glontarf GAA Marker // Start of Song & Dance Studios Map Marker // Following section, you can create your info window content using html markup var contentStringSDS = 'Song & Dance Studios, Baldoyle.
' ; // Define the Lattitude and Longitude for the map location var myLatLngSDS = new google.maps.LatLng(53.396814, -6.129063); // Song & Dance Studios, Baldoyle // Define the map marker characteristics var mapMarkerSDS = new google.maps.Marker({ position: myLatLngSDS, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowSDS = new google.maps.InfoWindow({ content: contentStringSDS }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerSDS, 'click', function() { infowindowSDS.open(map, mapMarkerSDS); }); // End of Song & Dance Studios Marker // Start of Flemington Community Centre Map Marker // Following section, you can create your info window content using html markup var contentStringFCC = 'Flemington Community Centre, Balbriggan.
' ; // Define the Lattitude and Longitude for the map location var myLatLngFCC = new google.maps.LatLng(53.612345, -6.206548); // Flemington Community Centre, Balbriggan // Define the map marker characteristics var mapMarkerFCC = new google.maps.Marker({ position: myLatLngFCC, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowFCC = new google.maps.InfoWindow({ content: contentStringFCC }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerFCC, 'click', function() { infowindowFCC.open(map, mapMarkerFCC); }); // End of Flemington Community Centre Map Marker // Start of The Séamus Ennis Arts Centre Map Marker // Following section, you can create your info window content using html markup var contentStringSEAC = 'The Séamus Ennis Arts Centre, Fingal.
' ; // Define the Lattitude and Longitude for the map location var myLatLngSEAC = new google.maps.LatLng(53.586118, -6.289871); // The Séamus Ennis Arts Centre, Fingal // Define the map marker characteristics var mapMarkerSEAC = new google.maps.Marker({ position: myLatLngSEAC, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowSEAC = new google.maps.InfoWindow({ content: contentStringSEAC }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerSEAC, 'click', function() { infowindowSEAC.open(map, mapMarkerSEAC); }); // End of The Séamus Ennis Arts Centre Marker // Start of Burrow National School Map Marker // Following section, you can create your info window content using html markup var contentStringBNS = 'Burrow National School, Sutton.
' ; // Define the Lattitude and Longitude for the map location var myLatLngBNS = new google.maps.LatLng(53.391342, -6.100223); // Burrow National School, Sutton // Define the map marker characteristics var mapMarkerBNS = new google.maps.Marker({ position: myLatLngBNS, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowBNS = new google.maps.InfoWindow({ content: contentStringBNS }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerBNS, 'click', function() { infowindowBNS.open(map, mapMarkerBNS); }); // End of Burrow National School Marker // Start of Christ Church Hall Map Marker // Following section, you can create your info window content using html markup var contentStringBNS = 'Christ Church Hall, Sandymount.
' ; // Define the Lattitude and Longitude for the map location var myLatLngBNS = new google.maps.LatLng(53.332362, -6.213852); // Christ Church Hall, Sandymount // Define the map marker characteristics var mapMarkerBNS = new google.maps.Marker({ position: myLatLngBNS, map: map, icon: image, title: '{Metropolitan School of Dance}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindowBNS = new google.maps.InfoWindow({ content: contentStringBNS }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerBNS, 'click', function() { infowindowBNS.open(map, mapMarkerBNS); }); // End of Christ Church Hall Marker } // ]]>