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(41.6631,-70.8137)};var g_3c057cb2b41f22c0e740974d7a428918 = new google.maps.Geocoder();g_3c057cb2b41f22c0e740974d7a428918.geocode( { 'address': "28 County Rd, Mattapoisett, MA 02739, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mattapoisett-MA-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('mattapoisett-MA-webster-bank'), mapOptions);}document.getElementById('50c80c53').innerHTML += ' | View Map';var $l3c057cb2b41f22c0e740974d7a428918 = '

Webster Bank

Address: 28 County Rd, Mattapoisett, MA 02739, USA
Phone: (508) 758-9583
';var m_3c057cb2b41f22c0e740974d7a428918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_3c057cb2b41f22c0e740974d7a428918['infowindow'] = new google.maps.InfoWindow({content: $l3c057cb2b41f22c0e740974d7a428918});var infowindow = new google.maps.InfoWindow({content: $l3c057cb2b41f22c0e740974d7a428918});google.maps.event.addListener(m_3c057cb2b41f22c0e740974d7a428918, 'click', function() {infowindow.open(map,m_3c057cb2b41f22c0e740974d7a428918);});$marker.push(m_3c057cb2b41f22c0e740974d7a428918);}});}google.maps.event.addDomListener(window, 'load', initialize);