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(30.0511,-95.2372)};var g_d2674b94792c7f0afc26b56eabc95b30 = new google.maps.Geocoder();g_d2674b94792c7f0afc26b56eabc95b30.geocode( { 'address': "1212 Stonehollow Dr #4, Kingwood, TX 77339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-usda-loans-direct').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-usda-loans-direct'), mapOptions);}document.getElementById('9494ace2').innerHTML += ' | View Map';var $ld2674b94792c7f0afc26b56eabc95b30 = '

USDA Loans Direct

Address: 1212 Stonehollow Dr #4, Kingwood, TX 77339, USA
Phone: (512) 593-5603
';var m_d2674b94792c7f0afc26b56eabc95b30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USDA Loans Direct',});m_d2674b94792c7f0afc26b56eabc95b30['infowindow'] = new google.maps.InfoWindow({content: $ld2674b94792c7f0afc26b56eabc95b30});var infowindow = new google.maps.InfoWindow({content: $ld2674b94792c7f0afc26b56eabc95b30});google.maps.event.addListener(m_d2674b94792c7f0afc26b56eabc95b30, 'click', function() {infowindow.open(map,m_d2674b94792c7f0afc26b56eabc95b30);});$marker.push(m_d2674b94792c7f0afc26b56eabc95b30);}});}google.maps.event.addDomListener(window, 'load', initialize);