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.2597,-72.2403)};var g_537f64280f96a25a055ddc1b47845682 = new google.maps.Geocoder();g_537f64280f96a25a055ddc1b47845682.geocode( { 'address': "40 Main St, Ware, MA 01082, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ware-MA-north-brookfield-savings-bank--business-center').style.display = '';map = new google.maps.Map(document.getElementById('ware-MA-north-brookfield-savings-bank--business-center'), mapOptions);}document.getElementById('17da0bfc').innerHTML += ' | View Map';var $l537f64280f96a25a055ddc1b47845682 = '

North Brookfield Savings Bank & Business Center

Address: 40 Main St, Ware, MA 01082, USA
Phone: (413) 967-6271
';var m_537f64280f96a25a055ddc1b47845682 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Brookfield Savings Bank & Business Center',});m_537f64280f96a25a055ddc1b47845682['infowindow'] = new google.maps.InfoWindow({content: $l537f64280f96a25a055ddc1b47845682});var infowindow = new google.maps.InfoWindow({content: $l537f64280f96a25a055ddc1b47845682});google.maps.event.addListener(m_537f64280f96a25a055ddc1b47845682, 'click', function() {infowindow.open(map,m_537f64280f96a25a055ddc1b47845682);});$marker.push(m_537f64280f96a25a055ddc1b47845682);}});}google.maps.event.addDomListener(window, 'load', initialize);