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.3016,-71.9095)};var g_2cab658e11ce5a5ae950d3a8e2197386 = new google.maps.Geocoder();g_2cab658e11ce5a5ae950d3a8e2197386.geocode( { 'address': "687 Pleasant St, Paxton, MA 01612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paxton-MA-country-bank-for-savings').style.display = '';map = new google.maps.Map(document.getElementById('paxton-MA-country-bank-for-savings'), mapOptions);}document.getElementById('8113c087').innerHTML += ' | View Map';var $l2cab658e11ce5a5ae950d3a8e2197386 = '

Country Bank For Savings

Address: 687 Pleasant St, Paxton, MA 01612
Phone: (508) 757-6500
';var m_2cab658e11ce5a5ae950d3a8e2197386 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Bank For Savings',});m_2cab658e11ce5a5ae950d3a8e2197386['infowindow'] = new google.maps.InfoWindow({content: $l2cab658e11ce5a5ae950d3a8e2197386});var infowindow = new google.maps.InfoWindow({content: $l2cab658e11ce5a5ae950d3a8e2197386});google.maps.event.addListener(m_2cab658e11ce5a5ae950d3a8e2197386, 'click', function() {infowindow.open(map,m_2cab658e11ce5a5ae950d3a8e2197386);});$marker.push(m_2cab658e11ce5a5ae950d3a8e2197386);}});}google.maps.event.addDomListener(window, 'load', initialize);