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(29.704,-95.5553)};var g_2ee52a9056a466c50f9a363a7a3d608b = new google.maps.Geocoder();g_2ee52a9056a466c50f9a363a7a3d608b.geocode( { 'address': "9999 Bellaire Blvd #700, Houston, TX 77036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-usda-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-usda-home-loans'), mapOptions);}document.getElementById('320068e6').innerHTML += ' | View Map';var $l2ee52a9056a466c50f9a363a7a3d608b = '

USDA Home Loans

Address: 9999 Bellaire Blvd #700, Houston, TX 77036, USA
Phone: (877) 516-9342
';var m_2ee52a9056a466c50f9a363a7a3d608b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USDA Home Loans',});m_2ee52a9056a466c50f9a363a7a3d608b['infowindow'] = new google.maps.InfoWindow({content: $l2ee52a9056a466c50f9a363a7a3d608b});var infowindow = new google.maps.InfoWindow({content: $l2ee52a9056a466c50f9a363a7a3d608b});google.maps.event.addListener(m_2ee52a9056a466c50f9a363a7a3d608b, 'click', function() {infowindow.open(map,m_2ee52a9056a466c50f9a363a7a3d608b);});$marker.push(m_2ee52a9056a466c50f9a363a7a3d608b);}});}google.maps.event.addDomListener(window, 'load', initialize);