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.6084,-71.5566)};var g_cf43a9e6874c5afbebe2858a64d45f52 = new google.maps.Geocoder();g_cf43a9e6874c5afbebe2858a64d45f52.geocode( { 'address': "489 Main St, Groton, MA 01450"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groton-MA-north-middlesex-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('groton-MA-north-middlesex-savings-bank'), mapOptions);}document.getElementById('d54342da').innerHTML += ' | View Map';var $lcf43a9e6874c5afbebe2858a64d45f52 = '

North Middlesex Savings Bank

Address: 489 Main St, Groton, MA 01450
Phone: (978) 732-1000
';var m_cf43a9e6874c5afbebe2858a64d45f52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Middlesex Savings Bank',});m_cf43a9e6874c5afbebe2858a64d45f52['infowindow'] = new google.maps.InfoWindow({content: $lcf43a9e6874c5afbebe2858a64d45f52});var infowindow = new google.maps.InfoWindow({content: $lcf43a9e6874c5afbebe2858a64d45f52});google.maps.event.addListener(m_cf43a9e6874c5afbebe2858a64d45f52, 'click', function() {infowindow.open(map,m_cf43a9e6874c5afbebe2858a64d45f52);});$marker.push(m_cf43a9e6874c5afbebe2858a64d45f52);}});}google.maps.event.addDomListener(window, 'load', initialize);