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.5657,-74.6118)};var g_a7c39420348e9c4680e306023eb06a3f = new google.maps.Geocoder();g_a7c39420348e9c4680e306023eb06a3f.geocode( { 'address': "20 Veterans Memorial Highway, Somerville, NJ 08876, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('somerville-NJ-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('somerville-NJ-santander-bank-atm'), mapOptions);}document.getElementById('9b90cc58').innerHTML += ' | View Map';var $la7c39420348e9c4680e306023eb06a3f = '

Santander Bank ATM

Address: 20 Veterans Memorial Highway, Somerville, NJ 08876, USA
Phone: (908) 725-9779
';var m_a7c39420348e9c4680e306023eb06a3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_a7c39420348e9c4680e306023eb06a3f['infowindow'] = new google.maps.InfoWindow({content: $la7c39420348e9c4680e306023eb06a3f});var infowindow = new google.maps.InfoWindow({content: $la7c39420348e9c4680e306023eb06a3f});google.maps.event.addListener(m_a7c39420348e9c4680e306023eb06a3f, 'click', function() {infowindow.open(map,m_a7c39420348e9c4680e306023eb06a3f);});$marker.push(m_a7c39420348e9c4680e306023eb06a3f);}});}google.maps.event.addDomListener(window, 'load', initialize);