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(42.1359,-71.1027)};var g_c775a10d380647a240d7a398a922956a = new google.maps.Geocoder();g_c775a10d380647a240d7a398a922956a.geocode( { 'address': "1025 Central St, Stoughton, MA 02072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stoughton-MA-santander-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('stoughton-MA-santander-bank-atm'), mapOptions);}document.getElementById('0809362b').innerHTML += ' | View Map';var $lc775a10d380647a240d7a398a922956a = '

Santander Bank ATM

Address: 1025 Central St, Stoughton, MA 02072, USA
Phone: (877) 768-2265
';var m_c775a10d380647a240d7a398a922956a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank ATM',});m_c775a10d380647a240d7a398a922956a['infowindow'] = new google.maps.InfoWindow({content: $lc775a10d380647a240d7a398a922956a});var infowindow = new google.maps.InfoWindow({content: $lc775a10d380647a240d7a398a922956a});google.maps.event.addListener(m_c775a10d380647a240d7a398a922956a, 'click', function() {infowindow.open(map,m_c775a10d380647a240d7a398a922956a);});$marker.push(m_c775a10d380647a240d7a398a922956a);}});}google.maps.event.addDomListener(window, 'load', initialize);