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.299,-73.4977)};var g_5c1917d0afc16d36b7b2471ae6a664ad = new google.maps.Geocoder();g_5c1917d0afc16d36b7b2471ae6a664ad.geocode( { 'address': "100 Danbury Rd, Ridgefield, CT 06877"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgefield-CT-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('ridgefield-CT-union-savings-bank'), mapOptions);}document.getElementById('5a756a30').innerHTML += ' | View Map';var $l5c1917d0afc16d36b7b2471ae6a664ad = '

Union Savings Bank

Address: 100 Danbury Rd, Ridgefield, CT 06877
Phone: (203) 431-5948
';var m_5c1917d0afc16d36b7b2471ae6a664ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_5c1917d0afc16d36b7b2471ae6a664ad['infowindow'] = new google.maps.InfoWindow({content: $l5c1917d0afc16d36b7b2471ae6a664ad});var infowindow = new google.maps.InfoWindow({content: $l5c1917d0afc16d36b7b2471ae6a664ad});google.maps.event.addListener(m_5c1917d0afc16d36b7b2471ae6a664ad, 'click', function() {infowindow.open(map,m_5c1917d0afc16d36b7b2471ae6a664ad);});$marker.push(m_5c1917d0afc16d36b7b2471ae6a664ad);}});}google.maps.event.addDomListener(window, 'load', initialize);