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.7946,-75.9777)};var g_acf51b91988032899d0bbaf8a6130e53 = new google.maps.Geocoder();g_acf51b91988032899d0bbaf8a6130e53.geocode( { 'address': "105 Commons Dr, Oxford, PA 19363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-PA-citadel').style.display = '';map = new google.maps.Map(document.getElementById('oxford-PA-citadel'), mapOptions);}document.getElementById('479fbe55').innerHTML += ' | View Map';var $lacf51b91988032899d0bbaf8a6130e53 = '

Citadel

Address: 105 Commons Dr, Oxford, PA 19363, USA
Phone: (610) 380-6000
';var m_acf51b91988032899d0bbaf8a6130e53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citadel',});m_acf51b91988032899d0bbaf8a6130e53['infowindow'] = new google.maps.InfoWindow({content: $lacf51b91988032899d0bbaf8a6130e53});var infowindow = new google.maps.InfoWindow({content: $lacf51b91988032899d0bbaf8a6130e53});google.maps.event.addListener(m_acf51b91988032899d0bbaf8a6130e53, 'click', function() {infowindow.open(map,m_acf51b91988032899d0bbaf8a6130e53);});$marker.push(m_acf51b91988032899d0bbaf8a6130e53);}});}google.maps.event.addDomListener(window, 'load', initialize);