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.4073,-73.456)};var g_1134c55682b1b68f33296a4685ddebf6 = new google.maps.Geocoder();g_1134c55682b1b68f33296a4685ddebf6.geocode( { 'address': "72 North St #306, Danbury, CT 06810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danbury-CT-homestead-funding-corp').style.display = '';map = new google.maps.Map(document.getElementById('danbury-CT-homestead-funding-corp'), mapOptions);}document.getElementById('9b45b673').innerHTML += ' | View Map';var $l1134c55682b1b68f33296a4685ddebf6 = '

Homestead Funding Corp.

Address: 72 North St #306, Danbury, CT 06810, USA
Phone: (203) 791-1736
';var m_1134c55682b1b68f33296a4685ddebf6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Homestead Funding Corp.',});m_1134c55682b1b68f33296a4685ddebf6['infowindow'] = new google.maps.InfoWindow({content: $l1134c55682b1b68f33296a4685ddebf6});var infowindow = new google.maps.InfoWindow({content: $l1134c55682b1b68f33296a4685ddebf6});google.maps.event.addListener(m_1134c55682b1b68f33296a4685ddebf6, 'click', function() {infowindow.open(map,m_1134c55682b1b68f33296a4685ddebf6);});$marker.push(m_1134c55682b1b68f33296a4685ddebf6);}});}google.maps.event.addDomListener(window, 'load', initialize);