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(40.1418,-75.3897)};var g_561ed62cb3f2a147af0e7f7169b76080 = new google.maps.Geocoder();g_561ed62cb3f2a147af0e7f7169b76080.geocode( { 'address': "2560 West Ridge Pike, Trooper, PA 19403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trooper-PA-citadel').style.display = '';map = new google.maps.Map(document.getElementById('trooper-PA-citadel'), mapOptions);}document.getElementById('8b9d462c').innerHTML += ' | View Map';var $l561ed62cb3f2a147af0e7f7169b76080 = '

Citadel

Address: 2560 West Ridge Pike, Trooper, PA 19403, USA
Phone: (610) 380-6000
';var m_561ed62cb3f2a147af0e7f7169b76080 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citadel',});m_561ed62cb3f2a147af0e7f7169b76080['infowindow'] = new google.maps.InfoWindow({content: $l561ed62cb3f2a147af0e7f7169b76080});var infowindow = new google.maps.InfoWindow({content: $l561ed62cb3f2a147af0e7f7169b76080});google.maps.event.addListener(m_561ed62cb3f2a147af0e7f7169b76080, 'click', function() {infowindow.open(map,m_561ed62cb3f2a147af0e7f7169b76080);});$marker.push(m_561ed62cb3f2a147af0e7f7169b76080);}});}google.maps.event.addDomListener(window, 'load', initialize);