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.5364,-73.017)};var g_767cb789092b763431e62af222d4fa89 = new google.maps.Geocoder();g_767cb789092b763431e62af222d4fa89.geocode( { 'address': "1030 Hamilton Ave, Waterbury, CT 06706, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waterbury-CT-naugatuck-valley-savings-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('waterbury-CT-naugatuck-valley-savings-and-loan'), mapOptions);}document.getElementById('62b09c05').innerHTML += ' | View Map';var $l767cb789092b763431e62af222d4fa89 = '

Naugatuck Valley Savings and Loan

Address: 1030 Hamilton Ave, Waterbury, CT 06706, USA
Phone: (203) 574-1600
';var m_767cb789092b763431e62af222d4fa89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Naugatuck Valley Savings and Loan',});m_767cb789092b763431e62af222d4fa89['infowindow'] = new google.maps.InfoWindow({content: $l767cb789092b763431e62af222d4fa89});var infowindow = new google.maps.InfoWindow({content: $l767cb789092b763431e62af222d4fa89});google.maps.event.addListener(m_767cb789092b763431e62af222d4fa89, 'click', function() {infowindow.open(map,m_767cb789092b763431e62af222d4fa89);});$marker.push(m_767cb789092b763431e62af222d4fa89);}});}google.maps.event.addDomListener(window, 'load', initialize);