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.2078,-75.1029)};var g_0f548024cb17e03d298299c6334387a8 = new google.maps.Geocoder();g_0f548024cb17e03d298299c6334387a8.geocode( { 'address': "836 W Street Rd, Warminster, PA 18974, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warminster-PA-citadel').style.display = '';map = new google.maps.Map(document.getElementById('warminster-PA-citadel'), mapOptions);}document.getElementById('760ef005').innerHTML += ' | View Map';var $l0f548024cb17e03d298299c6334387a8 = '

Citadel

Address: 836 W Street Rd, Warminster, PA 18974, USA
Phone: (610) 380-6000
';var m_0f548024cb17e03d298299c6334387a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citadel',});m_0f548024cb17e03d298299c6334387a8['infowindow'] = new google.maps.InfoWindow({content: $l0f548024cb17e03d298299c6334387a8});var infowindow = new google.maps.InfoWindow({content: $l0f548024cb17e03d298299c6334387a8});google.maps.event.addListener(m_0f548024cb17e03d298299c6334387a8, 'click', function() {infowindow.open(map,m_0f548024cb17e03d298299c6334387a8);});$marker.push(m_0f548024cb17e03d298299c6334387a8);}});}google.maps.event.addDomListener(window, 'load', initialize);