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.031,-71.2308)};var g_4fa6063c74c7c43c4743ab0bd6be3e57 = new google.maps.Geocoder();g_4fa6063c74c7c43c4743ab0bd6be3e57.geocode( { 'address': "261 Chauncy St, Mansfield, MA 02048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-MA-santander-atm').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-MA-santander-atm'), mapOptions);}document.getElementById('65843437').innerHTML += ' | View Map';var $l4fa6063c74c7c43c4743ab0bd6be3e57 = '

Santander ATM

Address: 261 Chauncy St, Mansfield, MA 02048, USA
Phone: (877) 768-2265
';var m_4fa6063c74c7c43c4743ab0bd6be3e57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander ATM',});m_4fa6063c74c7c43c4743ab0bd6be3e57['infowindow'] = new google.maps.InfoWindow({content: $l4fa6063c74c7c43c4743ab0bd6be3e57});var infowindow = new google.maps.InfoWindow({content: $l4fa6063c74c7c43c4743ab0bd6be3e57});google.maps.event.addListener(m_4fa6063c74c7c43c4743ab0bd6be3e57, 'click', function() {infowindow.open(map,m_4fa6063c74c7c43c4743ab0bd6be3e57);});$marker.push(m_4fa6063c74c7c43c4743ab0bd6be3e57);}});}google.maps.event.addDomListener(window, 'load', initialize);