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.4727,-73.22)};var g_c609904f7b808e873d2e57d2820088bd = new google.maps.Geocoder();g_c609904f7b808e873d2e57d2820088bd.geocode( { 'address': "325 Main St S, Southbury, CT 06488"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('southbury-CT-savings-bank-of-danbury').style.display = '';map = new google.maps.Map(document.getElementById('southbury-CT-savings-bank-of-danbury'), mapOptions);}document.getElementById('b53b1d5e').innerHTML += ' | View Map';var $lc609904f7b808e873d2e57d2820088bd = '

Savings Bank of Danbury

Address: 325 Main St S, Southbury, CT 06488
Phone: (203) 262-2333
';var m_c609904f7b808e873d2e57d2820088bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savings Bank of Danbury',});m_c609904f7b808e873d2e57d2820088bd['infowindow'] = new google.maps.InfoWindow({content: $lc609904f7b808e873d2e57d2820088bd});var infowindow = new google.maps.InfoWindow({content: $lc609904f7b808e873d2e57d2820088bd});google.maps.event.addListener(m_c609904f7b808e873d2e57d2820088bd, 'click', function() {infowindow.open(map,m_c609904f7b808e873d2e57d2820088bd);});$marker.push(m_c609904f7b808e873d2e57d2820088bd);}});}google.maps.event.addDomListener(window, 'load', initialize);