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.0413,-75.1443)};var g_88c0fa82a9ad7488cab70d17cf13ea67 = new google.maps.Geocoder();g_88c0fa82a9ad7488cab70d17cf13ea67.geocode( { 'address': "Old York Rd, Philadelphia, PA 19141, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-beneficial-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-beneficial-savings-bank'), mapOptions);}document.getElementById('eb174678').innerHTML += ' | View Map';var $l88c0fa82a9ad7488cab70d17cf13ea67 = '

Beneficial Savings Bank

Address: Old York Rd, Philadelphia, PA 19141, USA
Phone:
';var m_88c0fa82a9ad7488cab70d17cf13ea67 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Savings Bank',});m_88c0fa82a9ad7488cab70d17cf13ea67['infowindow'] = new google.maps.InfoWindow({content: $l88c0fa82a9ad7488cab70d17cf13ea67});var infowindow = new google.maps.InfoWindow({content: $l88c0fa82a9ad7488cab70d17cf13ea67});google.maps.event.addListener(m_88c0fa82a9ad7488cab70d17cf13ea67, 'click', function() {infowindow.open(map,m_88c0fa82a9ad7488cab70d17cf13ea67);});$marker.push(m_88c0fa82a9ad7488cab70d17cf13ea67);}});}google.maps.event.addDomListener(window, 'load', initialize);