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.4932,-73.0794)};var g_ec8a8988406e1da59cc38e764d680a65 = new google.maps.Geocoder();g_ec8a8988406e1da59cc38e764d680a65.geocode( { 'address': "733 Rubber Ave, Naugatuck, CT 06770, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('naugatuck-CT-webster-bank').style.display = '';map = new google.maps.Map(document.getElementById('naugatuck-CT-webster-bank'), mapOptions);}document.getElementById('9d73c1da').innerHTML += ' | View Map';var $lec8a8988406e1da59cc38e764d680a65 = '

Webster Bank

Address: 733 Rubber Ave, Naugatuck, CT 06770, USA
Phone: (203) 720-5640
';var m_ec8a8988406e1da59cc38e764d680a65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Webster Bank',});m_ec8a8988406e1da59cc38e764d680a65['infowindow'] = new google.maps.InfoWindow({content: $lec8a8988406e1da59cc38e764d680a65});var infowindow = new google.maps.InfoWindow({content: $lec8a8988406e1da59cc38e764d680a65});google.maps.event.addListener(m_ec8a8988406e1da59cc38e764d680a65, 'click', function() {infowindow.open(map,m_ec8a8988406e1da59cc38e764d680a65);});$marker.push(m_ec8a8988406e1da59cc38e764d680a65);}});}google.maps.event.addDomListener(window, 'load', initialize);