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.6536,-71.9243)};var g_4259f88ec5599c3e58266f349beceb45 = new google.maps.Geocoder();g_4259f88ec5599c3e58266f349beceb45.geocode( { 'address': "52 Main St, Ashburnham, MA 01430"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashburnham-MA-athol-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ashburnham-MA-athol-savings-bank'), mapOptions);}document.getElementById('19d742a9').innerHTML += ' | View Map';var $l4259f88ec5599c3e58266f349beceb45 = '

Athol Savings Bank

Address: 52 Main St, Ashburnham, MA 01430
Phone: (978) 827-5108
';var m_4259f88ec5599c3e58266f349beceb45 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athol Savings Bank',});m_4259f88ec5599c3e58266f349beceb45['infowindow'] = new google.maps.InfoWindow({content: $l4259f88ec5599c3e58266f349beceb45});var infowindow = new google.maps.InfoWindow({content: $l4259f88ec5599c3e58266f349beceb45});google.maps.event.addListener(m_4259f88ec5599c3e58266f349beceb45, 'click', function() {infowindow.open(map,m_4259f88ec5599c3e58266f349beceb45);});$marker.push(m_4259f88ec5599c3e58266f349beceb45);}});}google.maps.event.addDomListener(window, 'load', initialize);