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.1093,-74.9355)};var g_5246dd17bb828788d002d4cd301b2bb4 = new google.maps.Geocoder();g_5246dd17bb828788d002d4cd301b2bb4.geocode( { 'address': "3943 Hulmeville Rd, Bensalem, PA 19020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-santander-atm'), mapOptions);}document.getElementById('08e8e71d').innerHTML += ' | View Map';var $l5246dd17bb828788d002d4cd301b2bb4 = '

Santander ATM

Address: 3943 Hulmeville Rd, Bensalem, PA 19020, USA
Phone:
';var m_5246dd17bb828788d002d4cd301b2bb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_5246dd17bb828788d002d4cd301b2bb4['infowindow'] = new google.maps.InfoWindow({content: $l5246dd17bb828788d002d4cd301b2bb4});var infowindow = new google.maps.InfoWindow({content: $l5246dd17bb828788d002d4cd301b2bb4});google.maps.event.addListener(m_5246dd17bb828788d002d4cd301b2bb4, 'click', function() {infowindow.open(map,m_5246dd17bb828788d002d4cd301b2bb4);});$marker.push(m_5246dd17bb828788d002d4cd301b2bb4);}});}google.maps.event.addDomListener(window, 'load', initialize);