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.5964,-71.5603)};var g_ff6bae49a22c1b2995a2e72551aa8a06 = new google.maps.Geocoder();g_ff6bae49a22c1b2995a2e72551aa8a06.geocode( { 'address': "112 Boston Rd, Groton, MA 01450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groton-MA-middlesex-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('groton-MA-middlesex-savings-bank'), mapOptions);}document.getElementById('34c17b9f').innerHTML += ' | View Map';var $lff6bae49a22c1b2995a2e72551aa8a06 = '

Middlesex Savings Bank

Address: 112 Boston Rd, Groton, MA 01450, USA
Phone: (978) 448-5110
';var m_ff6bae49a22c1b2995a2e72551aa8a06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Middlesex Savings Bank',});m_ff6bae49a22c1b2995a2e72551aa8a06['infowindow'] = new google.maps.InfoWindow({content: $lff6bae49a22c1b2995a2e72551aa8a06});var infowindow = new google.maps.InfoWindow({content: $lff6bae49a22c1b2995a2e72551aa8a06});google.maps.event.addListener(m_ff6bae49a22c1b2995a2e72551aa8a06, 'click', function() {infowindow.open(map,m_ff6bae49a22c1b2995a2e72551aa8a06);});$marker.push(m_ff6bae49a22c1b2995a2e72551aa8a06);}});}google.maps.event.addDomListener(window, 'load', initialize);