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.1654,-74.8428)};var g_8c6ce3db2008d9f34babb89f9aeed6ad = new google.maps.Geocoder();g_8c6ce3db2008d9f34babb89f9aeed6ad.geocode( { 'address': "624 S Oxford Valley Rd, Fairless Hills, PA 19030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairless-hills-PA-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('fairless-hills-PA-atm-td-bank'), mapOptions);}document.getElementById('bd4f0bd5').innerHTML += ' | View Map';var $l8c6ce3db2008d9f34babb89f9aeed6ad = '

ATM (TD Bank)

Address: 624 S Oxford Valley Rd, Fairless Hills, PA 19030, USA
Phone:
';var m_8c6ce3db2008d9f34babb89f9aeed6ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_8c6ce3db2008d9f34babb89f9aeed6ad['infowindow'] = new google.maps.InfoWindow({content: $l8c6ce3db2008d9f34babb89f9aeed6ad});var infowindow = new google.maps.InfoWindow({content: $l8c6ce3db2008d9f34babb89f9aeed6ad});google.maps.event.addListener(m_8c6ce3db2008d9f34babb89f9aeed6ad, 'click', function() {infowindow.open(map,m_8c6ce3db2008d9f34babb89f9aeed6ad);});$marker.push(m_8c6ce3db2008d9f34babb89f9aeed6ad);}});}google.maps.event.addDomListener(window, 'load', initialize);