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.281,-72.4046)};var g_f717a0514c92e966d39c0695cf437ad8 = new google.maps.Geocoder();g_f717a0514c92e966d39c0695cf437ad8.geocode( { 'address': "21 N Main St, Belchertown, MA 01007, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belchertown-MA-country-bank').style.display = '';map = new google.maps.Map(document.getElementById('belchertown-MA-country-bank'), mapOptions);}document.getElementById('7426c7e1').innerHTML += ' | View Map';var $lf717a0514c92e966d39c0695cf437ad8 = '

Country Bank

Address: 21 N Main St, Belchertown, MA 01007, USA
Phone: (413) 323-7291
';var m_f717a0514c92e966d39c0695cf437ad8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Country Bank',});m_f717a0514c92e966d39c0695cf437ad8['infowindow'] = new google.maps.InfoWindow({content: $lf717a0514c92e966d39c0695cf437ad8});var infowindow = new google.maps.InfoWindow({content: $lf717a0514c92e966d39c0695cf437ad8});google.maps.event.addListener(m_f717a0514c92e966d39c0695cf437ad8, 'click', function() {infowindow.open(map,m_f717a0514c92e966d39c0695cf437ad8);});$marker.push(m_f717a0514c92e966d39c0695cf437ad8);}});}google.maps.event.addDomListener(window, 'load', initialize);