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_98265d270342ac37d9b2e6f90f648601 = new google.maps.Geocoder();g_98265d270342ac37d9b2e6f90f648601.geocode( { 'address': "385 College St, Amherst, MA 01002"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amherst-MA-florence-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('amherst-MA-florence-savings-bank'), mapOptions);}document.getElementById('0ff0f97b').innerHTML += ' | View Map';var $l98265d270342ac37d9b2e6f90f648601 = '

Florence Savings Bank

Address: 385 College St, Amherst, MA 01002
Phone: (413) 256-0048
';var m_98265d270342ac37d9b2e6f90f648601 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Florence Savings Bank',});m_98265d270342ac37d9b2e6f90f648601['infowindow'] = new google.maps.InfoWindow({content: $l98265d270342ac37d9b2e6f90f648601});var infowindow = new google.maps.InfoWindow({content: $l98265d270342ac37d9b2e6f90f648601});google.maps.event.addListener(m_98265d270342ac37d9b2e6f90f648601, 'click', function() {infowindow.open(map,m_98265d270342ac37d9b2e6f90f648601);});$marker.push(m_98265d270342ac37d9b2e6f90f648601);}});}google.maps.event.addDomListener(window, 'load', initialize);