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.0519,-73.5389)};var g_ed4ed48129a9428ac3c1dc861c6b2684 = new google.maps.Geocoder();g_ed4ed48129a9428ac3c1dc861c6b2684.geocode( { 'address': "34 Gurley Rd, Stamford, CT 06902"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stamford-CT-capital-mortgage-associates').style.display = '';map = new google.maps.Map(document.getElementById('stamford-CT-capital-mortgage-associates'), mapOptions);}document.getElementById('0d05e02c').innerHTML += ' | View Map';var $led4ed48129a9428ac3c1dc861c6b2684 = '

Capital Mortgage Associates

Address: 34 Gurley Rd, Stamford, CT 06902
Phone: (203) 975-1975
';var m_ed4ed48129a9428ac3c1dc861c6b2684 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Mortgage Associates',});m_ed4ed48129a9428ac3c1dc861c6b2684['infowindow'] = new google.maps.InfoWindow({content: $led4ed48129a9428ac3c1dc861c6b2684});var infowindow = new google.maps.InfoWindow({content: $led4ed48129a9428ac3c1dc861c6b2684});google.maps.event.addListener(m_ed4ed48129a9428ac3c1dc861c6b2684, 'click', function() {infowindow.open(map,m_ed4ed48129a9428ac3c1dc861c6b2684);});$marker.push(m_ed4ed48129a9428ac3c1dc861c6b2684);}});}google.maps.event.addDomListener(window, 'load', initialize);