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.6493,-73.3228)};var g_817c99c4861918e518dca75d712983eb = new google.maps.Geocoder();g_817c99c4861918e518dca75d712983eb.geocode( { 'address': "7 Bryan Plz, Washington Depot, CT 06794"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-depot-CT-union-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('washington-depot-CT-union-savings-bank'), mapOptions);}document.getElementById('21cc73b1').innerHTML += ' | View Map';var $l817c99c4861918e518dca75d712983eb = '

Union Savings Bank

Address: 7 Bryan Plz, Washington Depot, CT 06794
Phone: (860) 868-7386
';var m_817c99c4861918e518dca75d712983eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Savings Bank',});m_817c99c4861918e518dca75d712983eb['infowindow'] = new google.maps.InfoWindow({content: $l817c99c4861918e518dca75d712983eb});var infowindow = new google.maps.InfoWindow({content: $l817c99c4861918e518dca75d712983eb});google.maps.event.addListener(m_817c99c4861918e518dca75d712983eb, 'click', function() {infowindow.open(map,m_817c99c4861918e518dca75d712983eb);});$marker.push(m_817c99c4861918e518dca75d712983eb);}});}google.maps.event.addDomListener(window, 'load', initialize);