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.0034,-95.2778)};var g_ab3b1442978038320f522af412c08698 = new google.maps.Geocoder();g_ab3b1442978038320f522af412c08698.geocode( { 'address': "1212 Stonehollow Dr, Humble, TX 77339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('humble-TX-usda-loans-direct').style.display = '';map = new google.maps.Map(document.getElementById('humble-TX-usda-loans-direct'), mapOptions);}document.getElementById('b3b3457c').innerHTML += ' | View Map';var $lab3b1442978038320f522af412c08698 = '

USDA Loans Direct

Address: 1212 Stonehollow Dr, Humble, TX 77339
Phone: (281) 377-5873
';var m_ab3b1442978038320f522af412c08698 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USDA Loans Direct',});m_ab3b1442978038320f522af412c08698['infowindow'] = new google.maps.InfoWindow({content: $lab3b1442978038320f522af412c08698});var infowindow = new google.maps.InfoWindow({content: $lab3b1442978038320f522af412c08698});google.maps.event.addListener(m_ab3b1442978038320f522af412c08698, 'click', function() {infowindow.open(map,m_ab3b1442978038320f522af412c08698);});$marker.push(m_ab3b1442978038320f522af412c08698);}});}google.maps.event.addDomListener(window, 'load', initialize);