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.1379,-73.2853)};var g_19befc599c62e4ca3fe396e8f7b2082c = new google.maps.Geocoder();g_19befc599c62e4ca3fe396e8f7b2082c.geocode( { 'address': "134 Old Post Rd, Southport, CT 06890, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-CT-edgewood-capital-advisors').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-CT-edgewood-capital-advisors'), mapOptions);}document.getElementById('dbbfb49f').innerHTML += ' | View Map';var $l19befc599c62e4ca3fe396e8f7b2082c = '

Edgewood Capital Advisors

Address: 134 Old Post Rd, Southport, CT 06890, USA
Phone: (203) 255-1700
';var m_19befc599c62e4ca3fe396e8f7b2082c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Edgewood Capital Advisors',});m_19befc599c62e4ca3fe396e8f7b2082c['infowindow'] = new google.maps.InfoWindow({content: $l19befc599c62e4ca3fe396e8f7b2082c});var infowindow = new google.maps.InfoWindow({content: $l19befc599c62e4ca3fe396e8f7b2082c});google.maps.event.addListener(m_19befc599c62e4ca3fe396e8f7b2082c, 'click', function() {infowindow.open(map,m_19befc599c62e4ca3fe396e8f7b2082c);});$marker.push(m_19befc599c62e4ca3fe396e8f7b2082c);}});}google.maps.event.addDomListener(window, 'load', initialize);