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.774,-95.7968)};var g_82aa105255909a3fc232c2a53821ebd2 = new google.maps.Geocoder();g_82aa105255909a3fc232c2a53821ebd2.geocode( { 'address': "24518 Kingsland Blvd, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-texas-capital-lending').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-texas-capital-lending'), mapOptions);}document.getElementById('08068925').innerHTML += ' | View Map';var $l82aa105255909a3fc232c2a53821ebd2 = '

Texas Capital Lending

Address: 24518 Kingsland Blvd, Katy, TX 77494, USA
Phone: (281) 371-8555
';var m_82aa105255909a3fc232c2a53821ebd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Texas Capital Lending',});m_82aa105255909a3fc232c2a53821ebd2['infowindow'] = new google.maps.InfoWindow({content: $l82aa105255909a3fc232c2a53821ebd2});var infowindow = new google.maps.InfoWindow({content: $l82aa105255909a3fc232c2a53821ebd2});google.maps.event.addListener(m_82aa105255909a3fc232c2a53821ebd2, 'click', function() {infowindow.open(map,m_82aa105255909a3fc232c2a53821ebd2);});$marker.push(m_82aa105255909a3fc232c2a53821ebd2);}});}google.maps.event.addDomListener(window, 'load', initialize);