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.6361,-71.9098)};var g_44821f701cc30140043698441975b284 = new google.maps.Geocoder();g_44821f701cc30140043698441975b284.geocode( { 'address': "52 Main St, Ashburnham, MA 01430, USA"}, 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('6d923391').innerHTML += ' | View Map';var $l44821f701cc30140043698441975b284 = '

Athol Savings Bank

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