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.9251,-74.7146)};var g_3898b7be8009532088697f0b7fb2990f = new google.maps.Geocoder();g_3898b7be8009532088697f0b7fb2990f.geocode( { 'address': "2 E Waterloo Rd, Stanhope, NJ 07874, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stanhope-NJ-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('stanhope-NJ-santander-bank-atm'), mapOptions);}document.getElementById('a3646a6a').innerHTML += ' | View Map';var $l3898b7be8009532088697f0b7fb2990f = '

Santander Bank ATM

Address: 2 E Waterloo Rd, Stanhope, NJ 07874, USA
Phone: (973) 347-5353
';var m_3898b7be8009532088697f0b7fb2990f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_3898b7be8009532088697f0b7fb2990f['infowindow'] = new google.maps.InfoWindow({content: $l3898b7be8009532088697f0b7fb2990f});var infowindow = new google.maps.InfoWindow({content: $l3898b7be8009532088697f0b7fb2990f});google.maps.event.addListener(m_3898b7be8009532088697f0b7fb2990f, 'click', function() {infowindow.open(map,m_3898b7be8009532088697f0b7fb2990f);});$marker.push(m_3898b7be8009532088697f0b7fb2990f);}});}google.maps.event.addDomListener(window, 'load', initialize);