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.4415,-73.5033)};var g_cb99590f7cf124e88bdd3a40b3b1c8bb = new google.maps.Geocoder();g_cb99590f7cf124e88bdd3a40b3b1c8bb.geocode( { 'address': "24 CT-39, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-union-bank'), mapOptions);}document.getElementById('f2555479').innerHTML += ' | View Map';var $lcb99590f7cf124e88bdd3a40b3b1c8bb = '

Union Bank

Address: 24 CT-39, Danbury, CT 06811, USA
Phone:
';var m_cb99590f7cf124e88bdd3a40b3b1c8bb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_cb99590f7cf124e88bdd3a40b3b1c8bb['infowindow'] = new google.maps.InfoWindow({content: $lcb99590f7cf124e88bdd3a40b3b1c8bb});var infowindow = new google.maps.InfoWindow({content: $lcb99590f7cf124e88bdd3a40b3b1c8bb});google.maps.event.addListener(m_cb99590f7cf124e88bdd3a40b3b1c8bb, 'click', function() {infowindow.open(map,m_cb99590f7cf124e88bdd3a40b3b1c8bb);});$marker.push(m_cb99590f7cf124e88bdd3a40b3b1c8bb);}});}google.maps.event.addDomListener(window, 'load', initialize);