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.3769,-72.4691)};var g_60c1cedfd4af78670239984473424814 = new google.maps.Geocoder();g_60c1cedfd4af78670239984473424814.geocode( { 'address': "56 Amity St, Amherst, MA 01002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-MA-peoplesbank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-MA-peoplesbank'), mapOptions);}document.getElementById('de7ef0a2').innerHTML += ' | View Map';var $l60c1cedfd4af78670239984473424814 = '

PeoplesBank

Address: 56 Amity St, Amherst, MA 01002
Phone: (413) 259-1400
';var m_60c1cedfd4af78670239984473424814 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'PeoplesBank',});m_60c1cedfd4af78670239984473424814['infowindow'] = new google.maps.InfoWindow({content: $l60c1cedfd4af78670239984473424814});var infowindow = new google.maps.InfoWindow({content: $l60c1cedfd4af78670239984473424814});google.maps.event.addListener(m_60c1cedfd4af78670239984473424814, 'click', function() {infowindow.open(map,m_60c1cedfd4af78670239984473424814);});$marker.push(m_60c1cedfd4af78670239984473424814);}});}google.maps.event.addDomListener(window, 'load', initialize);