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.3929,-72.73)};var g_833107e279a0f9947aaee695294fdac7 = new google.maps.Geocoder();g_833107e279a0f9947aaee695294fdac7.geocode( { 'address': "1 Main St, Williamsburg, MA 01096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-MA-florence-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-MA-florence-bank'), mapOptions);}document.getElementById('7af4856f').innerHTML += ' | View Map';var $l833107e279a0f9947aaee695294fdac7 = '

Florence Bank

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