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.5086,-74.3923)};var g_c3bf22170c211701acc2ad4059c82d21 = new google.maps.Geocoder();g_c3bf22170c211701acc2ad4059c82d21.geocode( { 'address': "8 Eden Ave, Edison, NJ 08817, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edison-NJ-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('edison-NJ-santander-atm'), mapOptions);}document.getElementById('0f4bd7aa').innerHTML += ' | View Map';var $lc3bf22170c211701acc2ad4059c82d21 = '

Santander ATM

Address: 8 Eden Ave, Edison, NJ 08817, USA
Phone:
';var m_c3bf22170c211701acc2ad4059c82d21 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_c3bf22170c211701acc2ad4059c82d21['infowindow'] = new google.maps.InfoWindow({content: $lc3bf22170c211701acc2ad4059c82d21});var infowindow = new google.maps.InfoWindow({content: $lc3bf22170c211701acc2ad4059c82d21});google.maps.event.addListener(m_c3bf22170c211701acc2ad4059c82d21, 'click', function() {infowindow.open(map,m_c3bf22170c211701acc2ad4059c82d21);});$marker.push(m_c3bf22170c211701acc2ad4059c82d21);}});}google.maps.event.addDomListener(window, 'load', initialize);