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.0121,-74.9638)};var g_56bfca89f626ea0096516099aef6d798 = new google.maps.Geocoder();g_56bfca89f626ea0096516099aef6d798.geocode( { 'address': "3003 US-130, Delran, NJ 08075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('delran-NJ-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('delran-NJ-santander-atm'), mapOptions);}document.getElementById('f64016e9').innerHTML += ' | View Map';var $l56bfca89f626ea0096516099aef6d798 = '

Santander ATM

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