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.7116,-95.5132)};var g_81730c4c0cd08279e375dec6c1c4a79d = new google.maps.Geocoder();g_81730c4c0cd08279e375dec6c1c4a79d.geocode( { 'address': "6201 Bonhomme Rd, Houston, TX 77036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-naca').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-naca'), mapOptions);}document.getElementById('01963b37').innerHTML += ' | View Map';var $l81730c4c0cd08279e375dec6c1c4a79d = '

NACA

Address: 6201 Bonhomme Rd, Houston, TX 77036, USA
Phone: (713) 706-3400
';var m_81730c4c0cd08279e375dec6c1c4a79d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NACA',});m_81730c4c0cd08279e375dec6c1c4a79d['infowindow'] = new google.maps.InfoWindow({content: $l81730c4c0cd08279e375dec6c1c4a79d});var infowindow = new google.maps.InfoWindow({content: $l81730c4c0cd08279e375dec6c1c4a79d});google.maps.event.addListener(m_81730c4c0cd08279e375dec6c1c4a79d, 'click', function() {infowindow.open(map,m_81730c4c0cd08279e375dec6c1c4a79d);});$marker.push(m_81730c4c0cd08279e375dec6c1c4a79d);}});}google.maps.event.addDomListener(window, 'load', initialize);