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.4022,-74.3112)};var g_d1d35acfd20d413bbda1eae8e208f0b5 = new google.maps.Geocoder();g_d1d35acfd20d413bbda1eae8e208f0b5.geocode( { 'address': "3024 County Rd 516, Old Bridge, NJ 08857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('old-bridge-township-NJ-atm-td-bank').style.display = '';map = new google.maps.Map(document.getElementById('old-bridge-township-NJ-atm-td-bank'), mapOptions);}document.getElementById('6fb9eb42').innerHTML += ' | View Map';var $ld1d35acfd20d413bbda1eae8e208f0b5 = '

ATM (TD Bank)

Address: 3024 County Rd 516, Old Bridge, NJ 08857, USA
Phone:
';var m_d1d35acfd20d413bbda1eae8e208f0b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (TD Bank)',});m_d1d35acfd20d413bbda1eae8e208f0b5['infowindow'] = new google.maps.InfoWindow({content: $ld1d35acfd20d413bbda1eae8e208f0b5});var infowindow = new google.maps.InfoWindow({content: $ld1d35acfd20d413bbda1eae8e208f0b5});google.maps.event.addListener(m_d1d35acfd20d413bbda1eae8e208f0b5, 'click', function() {infowindow.open(map,m_d1d35acfd20d413bbda1eae8e208f0b5);});$marker.push(m_d1d35acfd20d413bbda1eae8e208f0b5);}});}google.maps.event.addDomListener(window, 'load', initialize);