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.3436,-72.1593)};var g_71d12a914313777d07afc575cdc4415f = new google.maps.Geocoder();g_71d12a914313777d07afc575cdc4415f.geocode( { 'address': "1839 Lower Rd, Gilbertville, MA 01031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hardwick-MA-country-bank-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('hardwick-MA-country-bank-for-savings'), mapOptions);}document.getElementById('bfc0b04c').innerHTML += ' | View Map';var $l71d12a914313777d07afc575cdc4415f = '

Country Bank for Savings

Address: 1839 Lower Rd, Gilbertville, MA 01031, USA
Phone: (800) 322-8233
';var m_71d12a914313777d07afc575cdc4415f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Bank for Savings',});m_71d12a914313777d07afc575cdc4415f['infowindow'] = new google.maps.InfoWindow({content: $l71d12a914313777d07afc575cdc4415f});var infowindow = new google.maps.InfoWindow({content: $l71d12a914313777d07afc575cdc4415f});google.maps.event.addListener(m_71d12a914313777d07afc575cdc4415f, 'click', function() {infowindow.open(map,m_71d12a914313777d07afc575cdc4415f);});$marker.push(m_71d12a914313777d07afc575cdc4415f);}});}google.maps.event.addDomListener(window, 'load', initialize);