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.2332,-72.1543)};var g_b1ed411c95413d4745efffc25e1af519 = new google.maps.Geocoder();g_b1ed411c95413d4745efffc25e1af519.geocode( { 'address': "128 W Main St, West Brookfield, MA 01585, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-brookfield-MA-north-brookfield-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('west-brookfield-MA-north-brookfield-savings-bank'), mapOptions);}document.getElementById('d8c3d176').innerHTML += ' | View Map';var $lb1ed411c95413d4745efffc25e1af519 = '

North Brookfield Savings Bank

Address: 128 W Main St, West Brookfield, MA 01585, USA
Phone: (508) 867-5821
';var m_b1ed411c95413d4745efffc25e1af519 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Brookfield Savings Bank',});m_b1ed411c95413d4745efffc25e1af519['infowindow'] = new google.maps.InfoWindow({content: $lb1ed411c95413d4745efffc25e1af519});var infowindow = new google.maps.InfoWindow({content: $lb1ed411c95413d4745efffc25e1af519});google.maps.event.addListener(m_b1ed411c95413d4745efffc25e1af519, 'click', function() {infowindow.open(map,m_b1ed411c95413d4745efffc25e1af519);});$marker.push(m_b1ed411c95413d4745efffc25e1af519);}});}google.maps.event.addDomListener(window, 'load', initialize);