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.3463,-74.4395)};var g_087f472a3834c0b03466667b67d58982 = new google.maps.Geocoder();g_087f472a3834c0b03466667b67d58982.geocode( { 'address': "238 Forsgate Dr, Jamesburg, NJ 08831, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jamesburg-NJ-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('jamesburg-NJ-santander-atm'), mapOptions);}document.getElementById('67e80e9e').innerHTML += ' | View Map';var $l087f472a3834c0b03466667b67d58982 = '

Santander ATM

Address: 238 Forsgate Dr, Jamesburg, NJ 08831, USA
Phone:
';var m_087f472a3834c0b03466667b67d58982 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_087f472a3834c0b03466667b67d58982['infowindow'] = new google.maps.InfoWindow({content: $l087f472a3834c0b03466667b67d58982});var infowindow = new google.maps.InfoWindow({content: $l087f472a3834c0b03466667b67d58982});google.maps.event.addListener(m_087f472a3834c0b03466667b67d58982, 'click', function() {infowindow.open(map,m_087f472a3834c0b03466667b67d58982);});$marker.push(m_087f472a3834c0b03466667b67d58982);}});}google.maps.event.addDomListener(window, 'load', initialize);