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.2844,-75.3903)};var g_ca1f125fd30db4e3781a0f86ba259023 = new google.maps.Geocoder();g_ca1f125fd30db4e3781a0f86ba259023.geocode( { 'address': "255 Harleysville Pike, Harleysville, PA 19438, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harleysville-PA-citadel').style.display = '';map = new google.maps.Map(document.getElementById('harleysville-PA-citadel'), mapOptions);}document.getElementById('64c94b97').innerHTML += ' | View Map';var $lca1f125fd30db4e3781a0f86ba259023 = '

Citadel

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