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.9398,-95.3927)};var g_cc4e40cda4b762c9816ab7b7358b7918 = new google.maps.Geocoder();g_cc4e40cda4b762c9816ab7b7358b7918.geocode( { 'address': "505 North Sam Houston Pkwy E #110, Houston, TX 77060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-texas-supreme-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-texas-supreme-mortgage-inc'), mapOptions);}document.getElementById('11aaf57b').innerHTML += ' | View Map';var $lcc4e40cda4b762c9816ab7b7358b7918 = '

Texas Supreme Mortgage Inc

Address: 505 North Sam Houston Pkwy E #110, Houston, TX 77060, USA
Phone: (281) 445-1901
';var m_cc4e40cda4b762c9816ab7b7358b7918 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Supreme Mortgage Inc',});m_cc4e40cda4b762c9816ab7b7358b7918['infowindow'] = new google.maps.InfoWindow({content: $lcc4e40cda4b762c9816ab7b7358b7918});var infowindow = new google.maps.InfoWindow({content: $lcc4e40cda4b762c9816ab7b7358b7918});google.maps.event.addListener(m_cc4e40cda4b762c9816ab7b7358b7918, 'click', function() {infowindow.open(map,m_cc4e40cda4b762c9816ab7b7358b7918);});$marker.push(m_cc4e40cda4b762c9816ab7b7358b7918);}});}google.maps.event.addDomListener(window, 'load', initialize);