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(35.6756,-105.951)};var g_85cef7747c65f4a841426d6fdd329449 = new google.maps.Geocoder();g_85cef7747c65f4a841426d6fdd329449.geocode( { 'address': "1010 Marquez Pl, Santa Fe, NM 87505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-fe-NM-residential-home-funding-corporation').style.display = '';map = new google.maps.Map(document.getElementById('santa-fe-NM-residential-home-funding-corporation'), mapOptions);}document.getElementById('bc21e0eb').innerHTML += ' | View Map';var $l85cef7747c65f4a841426d6fdd329449 = '

Residential Home Funding Corporation

Address: 1010 Marquez Pl, Santa Fe, NM 87505, USA
Phone: (505) 982-3400
';var m_85cef7747c65f4a841426d6fdd329449 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Residential Home Funding Corporation',});m_85cef7747c65f4a841426d6fdd329449['infowindow'] = new google.maps.InfoWindow({content: $l85cef7747c65f4a841426d6fdd329449});var infowindow = new google.maps.InfoWindow({content: $l85cef7747c65f4a841426d6fdd329449});google.maps.event.addListener(m_85cef7747c65f4a841426d6fdd329449, 'click', function() {infowindow.open(map,m_85cef7747c65f4a841426d6fdd329449);});$marker.push(m_85cef7747c65f4a841426d6fdd329449);}});}google.maps.event.addDomListener(window, 'load', initialize);