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.6778,-74.2681)};var g_c5699427b1b2f134a795e4587e6b112a = new google.maps.Geocoder();g_c5699427b1b2f134a795e4587e6b112a.geocode( { 'address': "324 Chestnut St, Union, NJ 07083, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-NJ-santander-walk-up-atm').style.display = '';map = new google.maps.Map(document.getElementById('union-NJ-santander-walk-up-atm'), mapOptions);}document.getElementById('f6cefc02').innerHTML += ' | View Map';var $lc5699427b1b2f134a795e4587e6b112a = '

Santander Walk-Up ATM

Address: 324 Chestnut St, Union, NJ 07083, USA
Phone: (908) 687-7031
';var m_c5699427b1b2f134a795e4587e6b112a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Walk-Up ATM',});m_c5699427b1b2f134a795e4587e6b112a['infowindow'] = new google.maps.InfoWindow({content: $lc5699427b1b2f134a795e4587e6b112a});var infowindow = new google.maps.InfoWindow({content: $lc5699427b1b2f134a795e4587e6b112a});google.maps.event.addListener(m_c5699427b1b2f134a795e4587e6b112a, 'click', function() {infowindow.open(map,m_c5699427b1b2f134a795e4587e6b112a);});$marker.push(m_c5699427b1b2f134a795e4587e6b112a);}});}google.maps.event.addDomListener(window, 'load', initialize);