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.9607,-95.333)};var g_b750f74544cb00c138079607276995e9 = new google.maps.Geocoder();g_b750f74544cb00c138079607276995e9.geocode( { 'address': "16600 John F Kennedy Blvd, Houston, TX 77032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houston-TX-faa-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houston-TX-faa-federal-credit-union'), mapOptions);}document.getElementById('867f52c3').innerHTML += ' | View Map';var $lb750f74544cb00c138079607276995e9 = '

FAA Federal Credit Union

Address: 16600 John F Kennedy Blvd, Houston, TX 77032, USA
Phone: (281) 443-0345
';var m_b750f74544cb00c138079607276995e9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FAA Federal Credit Union',});m_b750f74544cb00c138079607276995e9['infowindow'] = new google.maps.InfoWindow({content: $lb750f74544cb00c138079607276995e9});var infowindow = new google.maps.InfoWindow({content: $lb750f74544cb00c138079607276995e9});google.maps.event.addListener(m_b750f74544cb00c138079607276995e9, 'click', function() {infowindow.open(map,m_b750f74544cb00c138079607276995e9);});$marker.push(m_b750f74544cb00c138079607276995e9);}});}google.maps.event.addDomListener(window, 'load', initialize);