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.0124,-74.9628)};var g_860ec4b483f4eb74c18dff91f162331a = new google.maps.Geocoder();g_860ec4b483f4eb74c18dff91f162331a.geocode( { 'address': "3003 Route 130 S, Delran, NJ 08075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delran-NJ-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('delran-NJ-santander-bank-atm'), mapOptions);}document.getElementById('ed03d3ee').innerHTML += ' | View Map';var $l860ec4b483f4eb74c18dff91f162331a = '

Santander Bank ATM

Address: 3003 Route 130 S, Delran, NJ 08075, USA
Phone: (877) 768-2265
';var m_860ec4b483f4eb74c18dff91f162331a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_860ec4b483f4eb74c18dff91f162331a['infowindow'] = new google.maps.InfoWindow({content: $l860ec4b483f4eb74c18dff91f162331a});var infowindow = new google.maps.InfoWindow({content: $l860ec4b483f4eb74c18dff91f162331a});google.maps.event.addListener(m_860ec4b483f4eb74c18dff91f162331a, 'click', function() {infowindow.open(map,m_860ec4b483f4eb74c18dff91f162331a);});$marker.push(m_860ec4b483f4eb74c18dff91f162331a);}});}google.maps.event.addDomListener(window, 'load', initialize);