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.3984,-73.0879)};var g_3fe910bdfa9a2433487225b8b0e834da = new google.maps.Geocoder();g_3fe910bdfa9a2433487225b8b0e834da.geocode( { 'address': "249 West St, Seymour, CT 06483, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seymour-CT-naugatuck-valley-savings-and-loan').style.display = '';map = new google.maps.Map(document.getElementById('seymour-CT-naugatuck-valley-savings-and-loan'), mapOptions);}document.getElementById('b14a0e13').innerHTML += ' | View Map';var $l3fe910bdfa9a2433487225b8b0e834da = '

Naugatuck Valley Savings and Loan

Address: 249 West St, Seymour, CT 06483, USA
Phone: (203) 881-9919
';var m_3fe910bdfa9a2433487225b8b0e834da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Naugatuck Valley Savings and Loan',});m_3fe910bdfa9a2433487225b8b0e834da['infowindow'] = new google.maps.InfoWindow({content: $l3fe910bdfa9a2433487225b8b0e834da});var infowindow = new google.maps.InfoWindow({content: $l3fe910bdfa9a2433487225b8b0e834da});google.maps.event.addListener(m_3fe910bdfa9a2433487225b8b0e834da, 'click', function() {infowindow.open(map,m_3fe910bdfa9a2433487225b8b0e834da);});$marker.push(m_3fe910bdfa9a2433487225b8b0e834da);}});}google.maps.event.addDomListener(window, 'load', initialize);