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.7834,-75.9792)};var g_ecc2d707abf01b9f6955c1922203246f = new google.maps.Geocoder();g_ecc2d707abf01b9f6955c1922203246f.geocode( { 'address': "59 S 3rd St #1, Oxford, PA 19363, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxford-PA-wilmington-savings-fund-society-bank').style.display = '';map = new google.maps.Map(document.getElementById('oxford-PA-wilmington-savings-fund-society-bank'), mapOptions);}document.getElementById('64c25f22').innerHTML += ' | View Map';var $lecc2d707abf01b9f6955c1922203246f = '

Wilmington Savings Fund Society Bank

Address: 59 S 3rd St #1, Oxford, PA 19363, USA
Phone: (610) 998-0414
';var m_ecc2d707abf01b9f6955c1922203246f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilmington Savings Fund Society Bank',});m_ecc2d707abf01b9f6955c1922203246f['infowindow'] = new google.maps.InfoWindow({content: $lecc2d707abf01b9f6955c1922203246f});var infowindow = new google.maps.InfoWindow({content: $lecc2d707abf01b9f6955c1922203246f});google.maps.event.addListener(m_ecc2d707abf01b9f6955c1922203246f, 'click', function() {infowindow.open(map,m_ecc2d707abf01b9f6955c1922203246f);});$marker.push(m_ecc2d707abf01b9f6955c1922203246f);}});}google.maps.event.addDomListener(window, 'load', initialize);