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(39.7212,-74.2849)};var g_fa23f79d1b0345495cd1deb615891321 = new google.maps.Geocoder();g_fa23f79d1b0345495cd1deb615891321.geocode( { 'address': "1140 Route 72 West, Manahawkin, NJ 08037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-township-NJ-td-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('stafford-township-NJ-td-bank-atm'), mapOptions);}document.getElementById('acee6e29').innerHTML += ' | View Map';var $lfa23f79d1b0345495cd1deb615891321 = '

TD Bank ATM

Address: 1140 Route 72 West, Manahawkin, NJ 08037, USA
Phone: (888) 751-9000
';var m_fa23f79d1b0345495cd1deb615891321 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TD Bank ATM',});m_fa23f79d1b0345495cd1deb615891321['infowindow'] = new google.maps.InfoWindow({content: $lfa23f79d1b0345495cd1deb615891321});var infowindow = new google.maps.InfoWindow({content: $lfa23f79d1b0345495cd1deb615891321});google.maps.event.addListener(m_fa23f79d1b0345495cd1deb615891321, 'click', function() {infowindow.open(map,m_fa23f79d1b0345495cd1deb615891321);});$marker.push(m_fa23f79d1b0345495cd1deb615891321);}});}google.maps.event.addDomListener(window, 'load', initialize);