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.3984,-73.4557)};var g_4746b7471f149325752725a6f04268b5 = new google.maps.Geocoder();g_4746b7471f149325752725a6f04268b5.geocode( { 'address': "343 Main St, Danbury, CT 06810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-bank-of-america-financial-center'), mapOptions);}document.getElementById('500d2819').innerHTML += ' | View Map';var $l4746b7471f149325752725a6f04268b5 = '

Bank of America Financial Center

Address: 343 Main St, Danbury, CT 06810, USA
Phone: (203) 797-4944
';var m_4746b7471f149325752725a6f04268b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_4746b7471f149325752725a6f04268b5['infowindow'] = new google.maps.InfoWindow({content: $l4746b7471f149325752725a6f04268b5});var infowindow = new google.maps.InfoWindow({content: $l4746b7471f149325752725a6f04268b5});google.maps.event.addListener(m_4746b7471f149325752725a6f04268b5, 'click', function() {infowindow.open(map,m_4746b7471f149325752725a6f04268b5);});$marker.push(m_4746b7471f149325752725a6f04268b5);}});}google.maps.event.addDomListener(window, 'load', initialize);