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.4352,-74.132)};var g_ecce52d2814bbd95c1ca72ce575dea4f = new google.maps.Geocoder();g_ecce52d2814bbd95c1ca72ce575dea4f.geocode( { 'address': "14 NJ-36, Keansburg, NJ 07734, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('keansburg-NJ-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('keansburg-NJ-santander-bank-atm'), mapOptions);}document.getElementById('847e9143').innerHTML += ' | View Map';var $lecce52d2814bbd95c1ca72ce575dea4f = '

Santander Bank ATM

Address: 14 NJ-36, Keansburg, NJ 07734, USA
Phone: (877) 768-2265
';var m_ecce52d2814bbd95c1ca72ce575dea4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_ecce52d2814bbd95c1ca72ce575dea4f['infowindow'] = new google.maps.InfoWindow({content: $lecce52d2814bbd95c1ca72ce575dea4f});var infowindow = new google.maps.InfoWindow({content: $lecce52d2814bbd95c1ca72ce575dea4f});google.maps.event.addListener(m_ecce52d2814bbd95c1ca72ce575dea4f, 'click', function() {infowindow.open(map,m_ecce52d2814bbd95c1ca72ce575dea4f);});$marker.push(m_ecce52d2814bbd95c1ca72ce575dea4f);}});}google.maps.event.addDomListener(window, 'load', initialize);