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.8526,-74.0845)};var g_a48b463f141283d24c1e5bc86af62b5d = new google.maps.Geocoder();g_a48b463f141283d24c1e5bc86af62b5d.geocode( { 'address': "295 Valley Blvd, Wood-Ridge, NJ 07075, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wood-ridge-NJ-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('wood-ridge-NJ-santander-atm'), mapOptions);}document.getElementById('8252256e').innerHTML += ' | View Map';var $la48b463f141283d24c1e5bc86af62b5d = '

Santander ATM

Address: 295 Valley Blvd, Wood-Ridge, NJ 07075, USA
Phone:
';var m_a48b463f141283d24c1e5bc86af62b5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_a48b463f141283d24c1e5bc86af62b5d['infowindow'] = new google.maps.InfoWindow({content: $la48b463f141283d24c1e5bc86af62b5d});var infowindow = new google.maps.InfoWindow({content: $la48b463f141283d24c1e5bc86af62b5d});google.maps.event.addListener(m_a48b463f141283d24c1e5bc86af62b5d, 'click', function() {infowindow.open(map,m_a48b463f141283d24c1e5bc86af62b5d);});$marker.push(m_a48b463f141283d24c1e5bc86af62b5d);}});}google.maps.event.addDomListener(window, 'load', initialize);