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.0355,-73.6282)};var g_db261d4f615f0e982983be499e57ccda = new google.maps.Geocoder();g_db261d4f615f0e982983be499e57ccda.geocode( { 'address': "1 Sound Shore Dr, Greenwich, CT 06830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-black-diamond-capital-management').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-black-diamond-capital-management'), mapOptions);}document.getElementById('512ec287').innerHTML += ' | View Map';var $ldb261d4f615f0e982983be499e57ccda = '

Black Diamond Capital Management

Address: 1 Sound Shore Dr, Greenwich, CT 06830
Phone: (203) 863-1080
';var m_db261d4f615f0e982983be499e57ccda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Diamond Capital Management',});m_db261d4f615f0e982983be499e57ccda['infowindow'] = new google.maps.InfoWindow({content: $ldb261d4f615f0e982983be499e57ccda});var infowindow = new google.maps.InfoWindow({content: $ldb261d4f615f0e982983be499e57ccda});google.maps.event.addListener(m_db261d4f615f0e982983be499e57ccda, 'click', function() {infowindow.open(map,m_db261d4f615f0e982983be499e57ccda);});$marker.push(m_db261d4f615f0e982983be499e57ccda);}});}google.maps.event.addDomListener(window, 'load', initialize);