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.36,-72.5775)};var g_76b9419064e61d1a0a82607b0cbd7fc4 = new google.maps.Geocoder();g_76b9419064e61d1a0a82607b0cbd7fc4.geocode( { 'address': "335 Russell St, Hadley, MA 01035"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hadley-MA-florence-savings-bank-mountain-frms').style.display = '';map = new google.maps.Map(document.getElementById('hadley-MA-florence-savings-bank-mountain-frms'), mapOptions);}document.getElementById('bc3d5e9b').innerHTML += ' | View Map';var $l76b9419064e61d1a0a82607b0cbd7fc4 = '

Florence Savings Bank Mountain Frms

Address: 335 Russell St, Hadley, MA 01035
Phone: (413) 587-1809
';var m_76b9419064e61d1a0a82607b0cbd7fc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florence Savings Bank Mountain Frms',});m_76b9419064e61d1a0a82607b0cbd7fc4['infowindow'] = new google.maps.InfoWindow({content: $l76b9419064e61d1a0a82607b0cbd7fc4});var infowindow = new google.maps.InfoWindow({content: $l76b9419064e61d1a0a82607b0cbd7fc4});google.maps.event.addListener(m_76b9419064e61d1a0a82607b0cbd7fc4, 'click', function() {infowindow.open(map,m_76b9419064e61d1a0a82607b0cbd7fc4);});$marker.push(m_76b9419064e61d1a0a82607b0cbd7fc4);}});}google.maps.event.addDomListener(window, 'load', initialize);