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.3885,-72.8601)};var g_51ff210a6efc641a4a5722c7b311deac = new google.maps.Geocoder();g_51ff210a6efc641a4a5722c7b311deac.geocode( { 'address': "5 St John St, North Haven, CT 06473, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-haven-CT-d-r-clark--associated-llc').style.display = '';map = new google.maps.Map(document.getElementById('north-haven-CT-d-r-clark--associated-llc'), mapOptions);}document.getElementById('e6604521').innerHTML += ' | View Map';var $l51ff210a6efc641a4a5722c7b311deac = '

D R Clark & Associated LLC

Address: 5 St John St, North Haven, CT 06473, USA
Phone: (203) 239-9000
';var m_51ff210a6efc641a4a5722c7b311deac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'D R Clark & Associated LLC',});m_51ff210a6efc641a4a5722c7b311deac['infowindow'] = new google.maps.InfoWindow({content: $l51ff210a6efc641a4a5722c7b311deac});var infowindow = new google.maps.InfoWindow({content: $l51ff210a6efc641a4a5722c7b311deac});google.maps.event.addListener(m_51ff210a6efc641a4a5722c7b311deac, 'click', function() {infowindow.open(map,m_51ff210a6efc641a4a5722c7b311deac);});$marker.push(m_51ff210a6efc641a4a5722c7b311deac);}});}google.maps.event.addDomListener(window, 'load', initialize);