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.1043,-75.2124)};var g_78aa9cdf7ccc43360c7b8d362a07d223 = new google.maps.Geocoder();g_78aa9cdf7ccc43360c7b8d362a07d223.geocode( { 'address': "1456 Bethlehem Pike, Flourtown, PA 19031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flourtown-PA-beneficial-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('flourtown-PA-beneficial-bank-atm'), mapOptions);}document.getElementById('a1860956').innerHTML += ' | View Map';var $l78aa9cdf7ccc43360c7b8d362a07d223 = '

Beneficial Bank ATM

Address: 1456 Bethlehem Pike, Flourtown, PA 19031, USA
Phone: (888) 742-5272
';var m_78aa9cdf7ccc43360c7b8d362a07d223 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Bank ATM',});m_78aa9cdf7ccc43360c7b8d362a07d223['infowindow'] = new google.maps.InfoWindow({content: $l78aa9cdf7ccc43360c7b8d362a07d223});var infowindow = new google.maps.InfoWindow({content: $l78aa9cdf7ccc43360c7b8d362a07d223});google.maps.event.addListener(m_78aa9cdf7ccc43360c7b8d362a07d223, 'click', function() {infowindow.open(map,m_78aa9cdf7ccc43360c7b8d362a07d223);});$marker.push(m_78aa9cdf7ccc43360c7b8d362a07d223);}});}google.maps.event.addDomListener(window, 'load', initialize);