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(41.9392,-71.3028)};var g_97d4d84826d8f8a9be5d1654df41dea9 = new google.maps.Geocoder();g_97d4d84826d8f8a9be5d1654df41dea9.geocode( { 'address': "16 Park Street, Attleboro, MA 02703"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('attleboro-MA-santander-bank').style.display = '';map = new google.maps.Map(document.getElementById('attleboro-MA-santander-bank'), mapOptions);}document.getElementById('909731f9').innerHTML += ' | View Map';var $l97d4d84826d8f8a9be5d1654df41dea9 = '

Santander Bank

Address: 16 Park Street, Attleboro, MA 02703
Phone: (508) 226-9451
';var m_97d4d84826d8f8a9be5d1654df41dea9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Santander Bank',});m_97d4d84826d8f8a9be5d1654df41dea9['infowindow'] = new google.maps.InfoWindow({content: $l97d4d84826d8f8a9be5d1654df41dea9});var infowindow = new google.maps.InfoWindow({content: $l97d4d84826d8f8a9be5d1654df41dea9});google.maps.event.addListener(m_97d4d84826d8f8a9be5d1654df41dea9, 'click', function() {infowindow.open(map,m_97d4d84826d8f8a9be5d1654df41dea9);});$marker.push(m_97d4d84826d8f8a9be5d1654df41dea9);}});}google.maps.event.addDomListener(window, 'load', initialize);