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.2284,-75.1384)};var g_f884933c7e787c88d6533904e64e5f66 = new google.maps.Geocoder();g_f884933c7e787c88d6533904e64e5f66.geocode( { 'address': "2060 St Rd, Warrington, PA 18976, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrington-PA-beneficial-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('warrington-PA-beneficial-bank-atm'), mapOptions);}document.getElementById('5d0cfb8c').innerHTML += ' | View Map';var $lf884933c7e787c88d6533904e64e5f66 = '

Beneficial Bank ATM

Address: 2060 St Rd, Warrington, PA 18976, USA
Phone: (888) 742-5272
';var m_f884933c7e787c88d6533904e64e5f66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Beneficial Bank ATM',});m_f884933c7e787c88d6533904e64e5f66['infowindow'] = new google.maps.InfoWindow({content: $lf884933c7e787c88d6533904e64e5f66});var infowindow = new google.maps.InfoWindow({content: $lf884933c7e787c88d6533904e64e5f66});google.maps.event.addListener(m_f884933c7e787c88d6533904e64e5f66, 'click', function() {infowindow.open(map,m_f884933c7e787c88d6533904e64e5f66);});$marker.push(m_f884933c7e787c88d6533904e64e5f66);}});}google.maps.event.addDomListener(window, 'load', initialize);