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.9847,-75.9402)};var g_12b7c970f0977b3a58d2f9e1828c1a02 = new google.maps.Geocoder();g_12b7c970f0977b3a58d2f9e1828c1a02.geocode( { 'address': "4051 W Lincoln Hwy, Parkesburg, PA 19365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('parkesburg-PA-citadel').style.display = '';map = new google.maps.Map(document.getElementById('parkesburg-PA-citadel'), mapOptions);}document.getElementById('9cfa45c4').innerHTML += ' | View Map';var $l12b7c970f0977b3a58d2f9e1828c1a02 = '

Citadel

Address: 4051 W Lincoln Hwy, Parkesburg, PA 19365, USA
Phone: (610) 380-6000
';var m_12b7c970f0977b3a58d2f9e1828c1a02 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citadel',});m_12b7c970f0977b3a58d2f9e1828c1a02['infowindow'] = new google.maps.InfoWindow({content: $l12b7c970f0977b3a58d2f9e1828c1a02});var infowindow = new google.maps.InfoWindow({content: $l12b7c970f0977b3a58d2f9e1828c1a02});google.maps.event.addListener(m_12b7c970f0977b3a58d2f9e1828c1a02, 'click', function() {infowindow.open(map,m_12b7c970f0977b3a58d2f9e1828c1a02);});$marker.push(m_12b7c970f0977b3a58d2f9e1828c1a02);}});}google.maps.event.addDomListener(window, 'load', initialize);