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_f740c8d9c193f16d8a07d3a8a751d13f = new google.maps.Geocoder();g_f740c8d9c193f16d8a07d3a8a751d13f.geocode( { 'address': "8 Sound Shore Dr, Greenwich, CT 06830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwich-CT-m-c-a-associates').style.display = '';map = new google.maps.Map(document.getElementById('greenwich-CT-m-c-a-associates'), mapOptions);}document.getElementById('89aee834').innerHTML += ' | View Map';var $lf740c8d9c193f16d8a07d3a8a751d13f = '

M C A Associates

Address: 8 Sound Shore Dr, Greenwich, CT 06830
Phone: (203) 622-6878
';var m_f740c8d9c193f16d8a07d3a8a751d13f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M C A Associates',});m_f740c8d9c193f16d8a07d3a8a751d13f['infowindow'] = new google.maps.InfoWindow({content: $lf740c8d9c193f16d8a07d3a8a751d13f});var infowindow = new google.maps.InfoWindow({content: $lf740c8d9c193f16d8a07d3a8a751d13f});google.maps.event.addListener(m_f740c8d9c193f16d8a07d3a8a751d13f, 'click', function() {infowindow.open(map,m_f740c8d9c193f16d8a07d3a8a751d13f);});$marker.push(m_f740c8d9c193f16d8a07d3a8a751d13f);}});}google.maps.event.addDomListener(window, 'load', initialize);