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.594,-72.2317)};var g_c466f75d8b336044afe0a5cb747905ea = new google.maps.Geocoder();g_c466f75d8b336044afe0a5cb747905ea.geocode( { 'address': "388 Main St, Athol, MA 01331, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('athol-MA-athol-savings-bank---lending-center').style.display = '';map = new google.maps.Map(document.getElementById('athol-MA-athol-savings-bank---lending-center'), mapOptions);}document.getElementById('09418fc6').innerHTML += ' | View Map';var $lc466f75d8b336044afe0a5cb747905ea = '

Athol Savings Bank - Lending Center

Address: 388 Main St, Athol, MA 01331, USA
Phone: (978) 249-3200
';var m_c466f75d8b336044afe0a5cb747905ea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Athol Savings Bank - Lending Center',});m_c466f75d8b336044afe0a5cb747905ea['infowindow'] = new google.maps.InfoWindow({content: $lc466f75d8b336044afe0a5cb747905ea});var infowindow = new google.maps.InfoWindow({content: $lc466f75d8b336044afe0a5cb747905ea});google.maps.event.addListener(m_c466f75d8b336044afe0a5cb747905ea, 'click', function() {infowindow.open(map,m_c466f75d8b336044afe0a5cb747905ea);});$marker.push(m_c466f75d8b336044afe0a5cb747905ea);}});}google.maps.event.addDomListener(window, 'load', initialize);