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

Florence Bank

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