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.3872,-73.4943)};var g_bc1d32ba6056fd53ae84347df03ea360 = new google.maps.Geocoder();g_bc1d32ba6056fd53ae84347df03ea360.geocode( { 'address': "12 Mill Plain Rd #7, Danbury, CT 06811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-mortgage-affiliates-of-america-inc').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-mortgage-affiliates-of-america-inc'), mapOptions);}document.getElementById('6a9073f6').innerHTML += ' | View Map';var $lbc1d32ba6056fd53ae84347df03ea360 = '

Mortgage Affiliates Of America, Inc.

Address: 12 Mill Plain Rd #7, Danbury, CT 06811, USA
Phone: (203) 730-4070
';var m_bc1d32ba6056fd53ae84347df03ea360 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage Affiliates Of America, Inc.',});m_bc1d32ba6056fd53ae84347df03ea360['infowindow'] = new google.maps.InfoWindow({content: $lbc1d32ba6056fd53ae84347df03ea360});var infowindow = new google.maps.InfoWindow({content: $lbc1d32ba6056fd53ae84347df03ea360});google.maps.event.addListener(m_bc1d32ba6056fd53ae84347df03ea360, 'click', function() {infowindow.open(map,m_bc1d32ba6056fd53ae84347df03ea360);});$marker.push(m_bc1d32ba6056fd53ae84347df03ea360);}});}google.maps.event.addDomListener(window, 'load', initialize);