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.4851,-73.4875)};var g_5c899e289c002d78603bcff2322b7521 = new google.maps.Geocoder();g_5c899e289c002d78603bcff2322b7521.geocode( { 'address': "24 State Route 39, New Fairfield, CT 06812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-fairfield-CT-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('new-fairfield-CT-union-savings-bank'), mapOptions);}document.getElementById('ac8a6667').innerHTML += ' | View Map';var $l5c899e289c002d78603bcff2322b7521 = '

Union Savings Bank

Address: 24 State Route 39, New Fairfield, CT 06812
Phone: (203) 746-7913
';var m_5c899e289c002d78603bcff2322b7521 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_5c899e289c002d78603bcff2322b7521['infowindow'] = new google.maps.InfoWindow({content: $l5c899e289c002d78603bcff2322b7521});var infowindow = new google.maps.InfoWindow({content: $l5c899e289c002d78603bcff2322b7521});google.maps.event.addListener(m_5c899e289c002d78603bcff2322b7521, 'click', function() {infowindow.open(map,m_5c899e289c002d78603bcff2322b7521);});$marker.push(m_5c899e289c002d78603bcff2322b7521);}});}google.maps.event.addDomListener(window, 'load', initialize);