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.2914,-72.7177)};var g_60305a101fd6c5f267d876ef10851b0c = new google.maps.Geocoder();g_60305a101fd6c5f267d876ef10851b0c.geocode( { 'address': "5 Main St, Easthampton, MA 01027"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('easthampton-MA-florence-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('easthampton-MA-florence-savings-bank'), mapOptions);}document.getElementById('5dc480fc').innerHTML += ' | View Map';var $l60305a101fd6c5f267d876ef10851b0c = '

Florence Savings Bank

Address: 5 Main St, Easthampton, MA 01027
Phone: (413) 527-1640
';var m_60305a101fd6c5f267d876ef10851b0c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florence Savings Bank',});m_60305a101fd6c5f267d876ef10851b0c['infowindow'] = new google.maps.InfoWindow({content: $l60305a101fd6c5f267d876ef10851b0c});var infowindow = new google.maps.InfoWindow({content: $l60305a101fd6c5f267d876ef10851b0c});google.maps.event.addListener(m_60305a101fd6c5f267d876ef10851b0c, 'click', function() {infowindow.open(map,m_60305a101fd6c5f267d876ef10851b0c);});$marker.push(m_60305a101fd6c5f267d876ef10851b0c);}});}google.maps.event.addDomListener(window, 'load', initialize);