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.0616,-72.6326)};var g_7d67b77a3c1e8e34a9962193b7f63496 = new google.maps.Geocoder();g_7d67b77a3c1e8e34a9962193b7f63496.geocode( { 'address': "820 Suffield St, Agawam, MA 01001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('agawam-MA-hampden-bank').style.display = '';map = new google.maps.Map(document.getElementById('agawam-MA-hampden-bank'), mapOptions);}document.getElementById('934f5c3a').innerHTML += ' | View Map';var $l7d67b77a3c1e8e34a9962193b7f63496 = '

Hampden Bank

Address: 820 Suffield St, Agawam, MA 01001, USA
Phone: (413) 821-9437
';var m_7d67b77a3c1e8e34a9962193b7f63496 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hampden Bank',});m_7d67b77a3c1e8e34a9962193b7f63496['infowindow'] = new google.maps.InfoWindow({content: $l7d67b77a3c1e8e34a9962193b7f63496});var infowindow = new google.maps.InfoWindow({content: $l7d67b77a3c1e8e34a9962193b7f63496});google.maps.event.addListener(m_7d67b77a3c1e8e34a9962193b7f63496, 'click', function() {infowindow.open(map,m_7d67b77a3c1e8e34a9962193b7f63496);});$marker.push(m_7d67b77a3c1e8e34a9962193b7f63496);}});}google.maps.event.addDomListener(window, 'load', initialize);