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.2819,-72.4095)};var g_7487d340276275f3b02613ae2e9c8e6b = new google.maps.Geocoder();g_7487d340276275f3b02613ae2e9c8e6b.geocode( { 'address': "4 Daniel Shays Hwy, Belchertown, MA 01007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belchertown-MA-north-brookfield-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('belchertown-MA-north-brookfield-savings-bank'), mapOptions);}document.getElementById('18c48ff0').innerHTML += ' | View Map';var $l7487d340276275f3b02613ae2e9c8e6b = '

North Brookfield Savings Bank

Address: 4 Daniel Shays Hwy, Belchertown, MA 01007
Phone: (413) 323-8416
';var m_7487d340276275f3b02613ae2e9c8e6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Brookfield Savings Bank',});m_7487d340276275f3b02613ae2e9c8e6b['infowindow'] = new google.maps.InfoWindow({content: $l7487d340276275f3b02613ae2e9c8e6b});var infowindow = new google.maps.InfoWindow({content: $l7487d340276275f3b02613ae2e9c8e6b});google.maps.event.addListener(m_7487d340276275f3b02613ae2e9c8e6b, 'click', function() {infowindow.open(map,m_7487d340276275f3b02613ae2e9c8e6b);});$marker.push(m_7487d340276275f3b02613ae2e9c8e6b);}});}google.maps.event.addDomListener(window, 'load', initialize);