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.4064,-73.4923)};var g_d3a8abccfc6595383856165dcd3ccda5 = new google.maps.Geocoder();g_d3a8abccfc6595383856165dcd3ccda5.geocode( { 'address': "259 Franklin Street Ext, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-oneill-duffy--co-llc').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-oneill-duffy--co-llc'), mapOptions);}document.getElementById('b82ff6c6').innerHTML += ' | View Map';var $ld3a8abccfc6595383856165dcd3ccda5 = '

O'Neill Duffy & CO Llc

Address: 259 Franklin Street Ext, Danbury, CT 06811, USA
Phone: (203) 744-3338
';var m_d3a8abccfc6595383856165dcd3ccda5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'O'Neill Duffy & CO Llc',});m_d3a8abccfc6595383856165dcd3ccda5['infowindow'] = new google.maps.InfoWindow({content: $ld3a8abccfc6595383856165dcd3ccda5});var infowindow = new google.maps.InfoWindow({content: $ld3a8abccfc6595383856165dcd3ccda5});google.maps.event.addListener(m_d3a8abccfc6595383856165dcd3ccda5, 'click', function() {infowindow.open(map,m_d3a8abccfc6595383856165dcd3ccda5);});$marker.push(m_d3a8abccfc6595383856165dcd3ccda5);}});}google.maps.event.addDomListener(window, 'load', initialize);