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.1088,-74.936)};var g_b4d3405cfc5c6907f512243c58bfa3be = new google.maps.Geocoder();g_b4d3405cfc5c6907f512243c58bfa3be.geocode( { 'address': "3933 Hulmeville Rd, Bensalem, PA 19020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bensalem-PA-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('bensalem-PA-atm-td-bank'), mapOptions);}document.getElementById('fc8705f1').innerHTML += ' | View Map';var $lb4d3405cfc5c6907f512243c58bfa3be = '

ATM (TD Bank)

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