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.2171,-74.6246)};var g_ec955545c72a15bdd3f1c7f3646fdcda = new google.maps.Geocoder();g_ec955545c72a15bdd3f1c7f3646fdcda.geocode( { 'address': "2371 NJ-33, Robbinsville, NJ 08691, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robbinsville-NJ-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('robbinsville-NJ-santander-bank-atm'), mapOptions);}document.getElementById('d0be7668').innerHTML += ' | View Map';var $lec955545c72a15bdd3f1c7f3646fdcda = '

Santander Bank ATM

Address: 2371 NJ-33, Robbinsville, NJ 08691, USA
Phone: (609) 259-3553
';var m_ec955545c72a15bdd3f1c7f3646fdcda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_ec955545c72a15bdd3f1c7f3646fdcda['infowindow'] = new google.maps.InfoWindow({content: $lec955545c72a15bdd3f1c7f3646fdcda});var infowindow = new google.maps.InfoWindow({content: $lec955545c72a15bdd3f1c7f3646fdcda});google.maps.event.addListener(m_ec955545c72a15bdd3f1c7f3646fdcda, 'click', function() {infowindow.open(map,m_ec955545c72a15bdd3f1c7f3646fdcda);});$marker.push(m_ec955545c72a15bdd3f1c7f3646fdcda);}});}google.maps.event.addDomListener(window, 'load', initialize);