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.1068,-75.1231)};var g_c97ba16e1a19accabfb7160f8b763d85 = new google.maps.Geocoder();g_c97ba16e1a19accabfb7160f8b763d85.geocode( { 'address': "901 Old York Rd, Jenkintown, PA 19046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jenkintown-PA-beneficial-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('jenkintown-PA-beneficial-bank-atm'), mapOptions);}document.getElementById('652e6684').innerHTML += ' | View Map';var $lc97ba16e1a19accabfb7160f8b763d85 = '

Beneficial Bank ATM

Address: 901 Old York Rd, Jenkintown, PA 19046, USA
Phone: (888) 742-5272
';var m_c97ba16e1a19accabfb7160f8b763d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Bank ATM',});m_c97ba16e1a19accabfb7160f8b763d85['infowindow'] = new google.maps.InfoWindow({content: $lc97ba16e1a19accabfb7160f8b763d85});var infowindow = new google.maps.InfoWindow({content: $lc97ba16e1a19accabfb7160f8b763d85});google.maps.event.addListener(m_c97ba16e1a19accabfb7160f8b763d85, 'click', function() {infowindow.open(map,m_c97ba16e1a19accabfb7160f8b763d85);});$marker.push(m_c97ba16e1a19accabfb7160f8b763d85);}});}google.maps.event.addDomListener(window, 'load', initialize);