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.733,-95.4194)};var g_935e35865cbae77d52ea3dfd33edb576 = new google.maps.Geocoder();g_935e35865cbae77d52ea3dfd33edb576.geocode( { 'address': "3730 Kirby Dr #1200, Houston, TX 77098, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-wwwfhaloancom').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-wwwfhaloancom'), mapOptions);}document.getElementById('59f8864f').innerHTML += ' | View Map';var $l935e35865cbae77d52ea3dfd33edb576 = '

www.fhaloan.com

Address: 3730 Kirby Dr #1200, Houston, TX 77098, USA
Phone: (281) 398-6111
';var m_935e35865cbae77d52ea3dfd33edb576 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'www.fhaloan.com',});m_935e35865cbae77d52ea3dfd33edb576['infowindow'] = new google.maps.InfoWindow({content: $l935e35865cbae77d52ea3dfd33edb576});var infowindow = new google.maps.InfoWindow({content: $l935e35865cbae77d52ea3dfd33edb576});google.maps.event.addListener(m_935e35865cbae77d52ea3dfd33edb576, 'click', function() {infowindow.open(map,m_935e35865cbae77d52ea3dfd33edb576);});$marker.push(m_935e35865cbae77d52ea3dfd33edb576);}});}google.maps.event.addDomListener(window, 'load', initialize);