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.0269,-95.4072)};var g_17fd9cf204a358e5245f2c041dc77f15 = new google.maps.Geocoder();g_17fd9cf204a358e5245f2c041dc77f15.geocode( { 'address': "1419 FM 1960, Houston, TX 77073, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-jet-investor-lending').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-jet-investor-lending'), mapOptions);}document.getElementById('f88df9f0').innerHTML += ' | View Map';var $l17fd9cf204a358e5245f2c041dc77f15 = '

Jet Investor Lending

Address: 1419 FM 1960, Houston, TX 77073, USA
Phone: (281) 872-7800
';var m_17fd9cf204a358e5245f2c041dc77f15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jet Investor Lending',});m_17fd9cf204a358e5245f2c041dc77f15['infowindow'] = new google.maps.InfoWindow({content: $l17fd9cf204a358e5245f2c041dc77f15});var infowindow = new google.maps.InfoWindow({content: $l17fd9cf204a358e5245f2c041dc77f15});google.maps.event.addListener(m_17fd9cf204a358e5245f2c041dc77f15, 'click', function() {infowindow.open(map,m_17fd9cf204a358e5245f2c041dc77f15);});$marker.push(m_17fd9cf204a358e5245f2c041dc77f15);}});}google.maps.event.addDomListener(window, 'load', initialize);