var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(39.8774,-75.3949)};var g_42b4f8b1c343ef5266af68cb5736e663 = new google.maps.Geocoder();g_42b4f8b1c343ef5266af68cb5736e663.geocode( { 'address': "4923 Edgmont Ave, Brookhaven, PA 19015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brookhaven-PA-citadel').style.display = '';map = new google.maps.Map(document.getElementById('brookhaven-PA-citadel'), mapOptions);}document.getElementById('0a32d205').innerHTML += ' | View Map';var $l42b4f8b1c343ef5266af68cb5736e663 = '

Citadel

Address: 4923 Edgmont Ave, Brookhaven, PA 19015, USA
Phone: (610) 380-6000
';var m_42b4f8b1c343ef5266af68cb5736e663 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citadel',});m_42b4f8b1c343ef5266af68cb5736e663['infowindow'] = new google.maps.InfoWindow({content: $l42b4f8b1c343ef5266af68cb5736e663});var infowindow = new google.maps.InfoWindow({content: $l42b4f8b1c343ef5266af68cb5736e663});google.maps.event.addListener(m_42b4f8b1c343ef5266af68cb5736e663, 'click', function() {infowindow.open(map,m_42b4f8b1c343ef5266af68cb5736e663);});$marker.push(m_42b4f8b1c343ef5266af68cb5736e663);}});}google.maps.event.addDomListener(window, 'load', initialize);