// 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 = '

Metropolitan School of Dance

'+ '

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 = '

Metropolitan School of Dance

'+ '

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 = '

Metropolitan School of Dance

'+ '

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 St. Anthonys Map Marker // Following section, you can create your info window content using html markup var contentStringSAC = '

Metropolitan School of Dance

'+ '

St. Anthony\'s, Clontarf.

' ; // Define the Latitude and Longitude for the map location var myLatLngSAC = new google.maps.LatLng(53.3626704, -6.2174399); // St. Anthony\'s, Clontarf // Define the map marker characteristics var mapMarkerSAC = new google.maps.Marker({ position: myLatLngSAC, 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 infowindowSAC = new google.maps.InfoWindow({ content: contentStringSAC }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerSAC, 'click', function() { infowindowSAC.open(map, mapMarkerSAC); }); // End of St. Anthonys Map Marker // Start of Song & Dance Studios Map Marker // Following section, you can create your info window content using html markup var contentStringSDS = '

Metropolitan School of Dance

'+ '

St. Mary\'s Church, Howth.

' ; // Define the Lattitude and Longitude for the map location var myLatLngSDS = new google.maps.LatLng(53.388266126551166, -6.078846132947625); // Howth Presbyterian Church Hall, Howth // 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 = '

Metropolitan School of Dance

'+ '

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 Christ Church Hall Map Marker // Following section, you can create your info window content using html markup var contentStringCCH = '

Metropolitan School of Dance

'+ '

Christ Church Hall, Sandymount.

' ; // Define the Lattitude and Longitude for the map location var myLatLngCCH = new google.maps.LatLng(53.332362, -6.213852); // Christ Church Hall, Sandymount // Define the map marker characteristics var mapMarkerCCH = new google.maps.Marker({ position: myLatLngCCH, 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 infowindowCCH = new google.maps.InfoWindow({ content: contentStringCCH }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarkerCCH, 'click', function() { infowindowCCH.open(map, mapMarkerCCH); }); // End of Christ Church Hall Marker } // ]]>