var airportConfig= {
  "id": 1,
  "airportName": "JFK",
  "airportFullName": "John F. Kennedy",
  "airportDesc": "International Airport",
  "versionNumber": "0.1.6",
  "environment": "Production",
  "mainMenu": [
    {
      "menuId": 1,
      "menuName": "To & From JFK",
      "menuDesc": "Plan your airport travel",
      "imageUrl": "../assets/img/",
      "imageAlt": "To & From JFK",
      "isActive": false,
      "subMenuDesc": "JFK has many transportation options",
      "subMenu": [
        /*{
          "subMenuId": 1,
          "subMenuName": "Major Construction Advisory",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Construction-Impacts.png",
          "subMenuImageAlt": "Major Construction Advisory",
          "subMenuRouterPath": "/announcements/airtrain-terminal-1-station-advisory",
          "clickEventGlobalMenyKey": "major_construction_advisory_gm"
        },*/
        {
          "subMenuId": 2,
          "subMenuName": "Directions",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Directions.png",
          "subMenuImageAlt": "Directions",
          "subMenuRouterPath": "/to-from-airport/airport-directions",
          "clickEventGlobalMenyKey": "airport_directions_gm"
        },
        {
          "subMenuId": 3,
          "subMenuName": "AirTrain",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Air-Train.png",
          "subMenuImageAlt": "AirTrain",
          "subMenuRouterPath": "/to-from-airport/air-train",
          "clickEventGlobalMenyKey": "airtrain_gm"
        },
        {
          "subMenuId": 4,
          "subMenuName": "Public Transportation",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Ground-Transport.png",
          "subMenuImageAlt": "Public Transportation",
          "subMenuRouterPath": "/to-from-airport/public-transportation",
          "clickEventGlobalMenyKey": "public_transportation_gm"
        },
        {
          "subMenuId": 5,
          "subMenuName": "Taxi, Car, and Van Service",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Taxi-Car-Info.png",
          "subMenuImageAlt": "Taxi, Car and Van Service",
          "subMenuRouterPath": "/to-from-airport/taxi-car-and-van-service",
          "clickEventGlobalMenyKey": "taxi_car_and_van_service_gm"
        },
        {
          "subMenuId": 6,
          "subMenuName": "Parking",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Parking.png",
          "subMenuImageAlt": "Parking Rates",
          "subMenuRouterPath": "/to-from-airport/parking",
          "clickEventGlobalMenyKey": "parking_gm"
        },
        {
          "subMenuId": 7,
          "subMenuName": "Pickup, and Drop-off",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-PickDrop.png",
          "subMenuImageAlt": "Pick Up & Drop Off",
          "subMenuRouterPath": "/to-from-airport/pickup-and-dropoff",
          "clickEventGlobalMenyKey": "pickup_and_drop_off_gm"
        }

      ]
    },
    {
      "menuId": 2,
      "menuName": "At the Airport",
      "menuDesc": "Discover shops and dining",
      "imageUrl": "../assets/img/",
      "imageAlt": "At the Airport",
      "isActive": false,
      "subMenuDesc": "Experience everything you need while you are here",
      "subMenu": [
        {
          "subMenuId": 1,
          "subMenuName": "Shops, Restaurants, and Services",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Shopping.png",
          "subMenuImageAlt": "Shops, Restaurents and Services",
          "subMenuRouterPath": "/at-airport/shops-restaurants-and-services",
          "clickEventGlobalMenyKey": "shops_restaurants_and_services_gm"
        },
        {
          "subMenuId": 2,
          "subMenuName": "WiFi Instructions",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Wifi.png",
          "subMenuImageAlt": "WiFi Instructions",
          "subMenuRouterPath": "/at-airport/wifi-instructions",
          "clickEventGlobalMenyKey": "wifi_instructions_gm"
        },
        {
          "subMenuId": 3,
          "subMenuName": "Airport Maps",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Airport-Maps.png",
          "subMenuImageAlt": "Airport Maps",
          "subMenuRouterPath": "/at-airport/airport-maps",
          "clickEventGlobalMenyKey": "airport_maps_gm"
        },
        {
          "subMenuId": 4,
          "subMenuName": "Airport Hotels",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Airport-Hotels.png",
          "subMenuImageAlt": "Airport Hotels",
          "subMenuRouterPath": "/at-airport/airport-hotels",
          "clickEventGlobalMenyKey": "airport_hotels_gm"
        },
        {
          "subMenuId": 5,
          "subMenuName": "Connecting Flights",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Connecting-Flight-home.png",
          "subMenuImageAlt": "Connecting Flights",
          "subMenuRouterPath": "/at-airport/connecting-flights",
          "clickEventGlobalMenyKey": "connecting_flights_gm"
        },
        {
          "subMenuId": 6,
          "subMenuName": "On Airport Bus",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-On-Airport-Bus.png",
          "subMenuImageAlt": "On Airport Bus",
          "subMenuRouterPath": "/at-airport/on-airport-bus",
          "clickEventGlobalMenyKey": "on_airport_bus_gm"
        },

        {
          "subMenuId": 7,
          "subMenuName": "Accessibility Services",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Accessibility.png",
          "subMenuImageAlt": "Accessibility",
          "subMenuRouterPath": "/at-airport/accessibility-services",
          "clickEventGlobalMenyKey": "accessibility_services_gm"
        }
      ]
    },
    {
      "menuId": 3,
      "menuName": "Your Flight",
      "menuDesc": "Check your flight status",
      "imageUrl": "../assets/img/",
      "imageAlt": "Your Flight",
      "isActive": false,
      "subMenuDesc": "Experience everything",
      "subMenu": [
        {
          "subMenuId": 1,
          "subMenuName": "Flight Tracker",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Flight-Tracker.png",
          "subMenuImageAlt": "Flight Tracker",
          "subMenuRouterPath": "/flight-search",
          "clickEventGlobalMenyKey": "flight_tracker_gm"
        },
        {
          "subMenuId": 2,
          "subMenuName": "Airlines",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Airlines.png",
          "subMenuImageAlt": "Airlines",
          "subMenuRouterPath": "/flight/airlines",
          "clickEventGlobalMenyKey": "airlines_gm"
        }
      ]
    }
  ],
  "subMainMenu": [
    //{
    //  "id": 1,
    //  "name": "AirTrain Arrivals",
    //  "redirectURL": "#airtrain-arrivals",
    //  "imagePath": "/static/img/Icon-Air-Train.png",
    //  "clickMenuKeyEvent": "airtrain_arrivals"
    //},
    {
      "id": 2,
      "name": "Flight Tracker",
      "redirectURL": "#flight-search",
      "imagePath": "/static/img/Icon-Flight-Tracker-home.png",
      "clickMenuKeyEvent": "flight_tracker"
    },
    {
      "id": 3,
      "name": "Book Parking & Parking Availability",
      "redirectURL": "#terminal-parking",
      "imagePath": "/static/img/Icon-Parking.png",
      "clickMenuKeyEvent": "parking_availability"
    },
    {
      "id": 4,
      "name": "Security & Customs Wait Times",
      "redirectURL": "#security-wait",
      "imagePath": "/static/img/Icon-Security-Wait-Time.png",
      "clickMenuKeyEvent": "security_wait_times"
    },
    {
      "id": 5,
      "name": "Walk Times to Gates",
      "redirectURL": "#walk-time",
      "imagePath": "/static/img/Icon-Walktime.png",
      "clickMenuKeyEvent": "walk_time_to_gates"
    },
    {
      "id": 6,
      "name": "Taxi Wait Times",
      "redirectURL": "#taxi-wait",
      "imagePath": "/static/img/Icon-Taxi-Car-Info.png",
      "clickMenuKeyEvent": "taxi_wait_times"
    },
    {
      "id": 7,
      "name": "Connecting Flights",
      "redirectURL": "/at-airport/connecting-flights",
      "imagePath": "/static/img/Icon-Connecting-Flight-home.png",
      "clickMenuKeyEvent": "connecting_flights"
    }

  ],
  "airportTerminalsList": [
    {
      "selectedText": "JFK Airport Map",
      "selectedValue": "0",
      "imageName": "jfk-airport-map",
      "airportShuttle": "",
      "operatsValue": "",
      "legends": [
        {
          "legendId": 1,
          "legendName": "Daily Parking",
          "legendDesc": "Daily Parking: Red, Orange, Yellow, Blue Long Term Parking : Lefferts Boulevard",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 2,
          "legendName": "Electric Car Charging",
          "legendDesc": "Electric Car Charging Station",
          "legendImage": "/static/img/legends/Icon-Electric-Car-Charging.png"
        },
        {
          "legendId": 3,
          "legendName": "Express Bus to Manhattan & JFK International Airport",
          "legendDesc": "Express Buses to Manhattan & JFK International Airport",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 4,
          "legendName": "Motorcycle/Bicycle Parking",
          "legendDesc": "Motorcycle/Bicycle Parking",
          "legendImage": "/static/img/legends/Icon-Motorcycle.png"
        },
        {
          "legendId": 5,
          "legendName": "NYC Transit Buses",
          "legendDesc": "NYC Transit Buses",
          "legendImage": "/static/img/legends/Icon-Transit-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Rental Car and Hotel Shuttles",
          "legendDesc": "Rental Car and Hotel Shuttles",
          "legendImage": "/static/img/legends/Icon-Rental-Car-Hotel-Shuttles.png"
        },
        {
          "legendId": 7,
          "legendName": "Reserved Spaces",
          "legendDesc": "Reserved Spaces",
          "legendImage": "/static/img/legends/Icon-Reserved-Spaces.png"
        },
        {
          "legendId": 8,
          "legendName": "Taxi Pick Up Area",
          "legendDesc": "Taxi Pick Up Area",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        }
      ],
      "busRouteLegend": [
        {
          "legendId": 1,
          "legendRoute": "",
          "legendDesc": "",
          "legendRouteImage": ""
        },
        {
          "legendId": 2,
          "legendRoute": "",
          "legendDesc": "",
          "legendRouteImage": ""
        },
        {
          "legendId": 3,
          "legendRoute": "",
          "legendDesc": "",
          "legendRouteImage": ""
        }
      ]
    },
    {
      "selectedText": "Terminal 1",
      "selectedValue": "1",
      "imageName": "terminal-1",
      "legends": [
        {
          "legendId": 1,
          "legendName": "Airline Clubs",
          "legendDesc": "Airline Clubs",
          "legendImage": "/static/img/legends/Icon-Airline-Clubs.png"
        },
        {
          "legendId": 2,
          "legendName": "Airtrain Station",
          "legendDesc": "Airtrain Station",
          "legendImage": "/static/img/legends/Icon-AirTrain-Station.png"
        },
        {
          "legendId": 3,
          "legendName": "ATM",
          "legendDesc": "ATM",
          "legendImage": "/static/img/legends/Icon-ATM.png"
        },
        {
          "legendId": 4,
          "legendName": "Baggage Claim",
          "legendDesc": "Baggage Claim",
          "legendImage": "/static/img/legends/Icon-Baggage-Claim.png"
        },
        {
          "legendId": 5,
          "legendName": "Bus Stops",
          "legendDesc": "Bus Stops",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Car Rental",
          "legendDesc": "Car Rental",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 7,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 8,
          "legendName": "Currency Exchange",
          "legendDesc": "Currency Exchange",
          "legendImage": "/static/img/legends/Icon-Currency-Exchange.png"
        },
        {
          "legendId": 9,
          "legendName": "Elevators",
          "legendDesc": "Elevators",
          "legendImage": "/static/img/legends/Icon-Elevators.png"
        },
        {
          "legendId": 10,
          "legendName": "Escalators/Stairs",
          "legendDesc": "Escalators/Stairs",
          "legendImage": "/static/img/legends/Icon-Stairs.png"
        },
        {
          "legendId": 11,
          "legendName": "Ground Transportation Information Center",
          "legendDesc": "Ground Transportation Information Center",
          "legendImage": "/static/img/legends/Icon-Ground-Transportation.png"
        },
        {
          "legendId": 12,
          "legendName": "Hotel/Motel Courtesy Phone",
          "legendDesc": "Hotel/Motel Courtesy Phone",
          "legendImage": "/static/img/legends/Icon-Motel.png"
        },
        {
          "legendId": 13,
          "legendName": "Parking",
          "legendDesc": "Parking",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 14,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 15,
          "legendName": "Taxis",
          "legendDesc": "Taxis",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 16,
          "legendName": "U.S Immigration",
          "legendDesc": "U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        }
      ]
    },
    {
      "selectedText": "Terminal 2",
      "selectedValue": "2",
      "imageName": "terminal-2",
      "legends": [
        {
          "legendId": 1,
          "legendName": "AirTrain Station",
          "legendDesc": "AirTrain Station",
          "legendImage": "/static/img/legends/Icon-AirTrain-Station.png"
        },
        {
          "legendId": 2,
          "legendName": "ATM",
          "legendDesc": "ATM",
          "legendImage": "/static/img/legends/Icon-ATM.png"
        },
        {
          "legendId": 3,
          "legendName": "Baggage Claim",
          "legendDesc": "Baggage Claim",
          "legendImage": "/static/img/legends/Icon-Baggage-Claim.png"
        },
        {
          "legendId": 4,
          "legendName": "Bus Stops",
          "legendDesc": "Bus Stops",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 5,
          "legendName": "Car Rental",
          "legendDesc": "Car Rental",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 6,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 7,
          "legendName": "Currency Exchange",
          "legendDesc": "Currency Exchange",
          "legendImage": "/static/img/legends/Icon-Currency-Exchange.png"
        },
        {
          "legendId": 8,
          "legendName": "Elevators",
          "legendDesc": "Elevators",
          "legendImage": "/static/img/legends/Icon-Elevators.png"
        },
        {
          "legendId": 9,
          "legendName": "Escalators/Stairs",
          "legendDesc": "Escalators/Stairs",
          "legendImage": "/static/img/legends/Icon-Stairs.png"
        },
        {
          "legendId": 10,
          "legendName": "Ground Transportation Information Center",
          "legendDesc": "Ground Transportation Information Center",
          "legendImage": "/static/img/legends/Icon-Ground-Transportation.png"
        },
        {
          "legendId": 11,
          "legendName": "Parking",
          "legendDesc": "Parking",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 12,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 13,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 14,
          "legendName": "Taxis",
          "legendDesc": "Taxis",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 15,
          "legendName": "Welcome Center",
          "legendDesc": "Welcome Center",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.png"
        }
      ]
    },
    {
      "selectedText": "Terminal 4",
      "selectedValue": "3",
      "imageName": "terminal-4",
      "legends": [
        {
          "legendId": 1,
          "legendName": "Airline Clubs",
          "legendDesc": "Airline Clubs",
          "legendImage": "/static/img/legends/Icon-Airline-Clubs.png"
        },
        {
          "legendId": 2,
          "legendName": "AirTrain Station",
          "legendDesc": "AirTrain Station",
          "legendImage": "/static/img/legends/Icon-AirTrain-Station.png"
        },
        {
          "legendId": 3,
          "legendName": "ATM",
          "legendDesc": "ATM",
          "legendImage": "/static/img/legends/Icon-ATM.png"
        },
        {
          "legendId": 4,
          "legendName": "Baggage Claim",
          "legendDesc": "Baggage Claim",
          "legendImage": "/static/img/legends/Icon-Baggage-Claim.png"
        },
        {
          "legendId": 5,
          "legendName": "Bus Stops",
          "legendDesc": "Bus Stops",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Car Rental",
          "legendDesc": "Car Rental",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 7,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 8,
          "legendName": "Currency Exchange",
          "legendDesc": "Currency Exchange",
          "legendImage": "/static/img/legends/Icon-Currency-Exchange.png"
        },
        {
          "legendId": 9,
          "legendName": "Elevators",
          "legendDesc": "Elevators",
          "legendImage": "/static/img/legends/Icon-Elevators.png"
        },
        {
          "legendId": 10,
          "legendName": "Escalators/Stairs",
          "legendDesc": "Escalators/Stairs",
          "legendImage": "/static/img/legends/Icon-Stairs.png"
        },
        {
          "legendId": 11,
          "legendName": "Ground Transportation Information Center",
          "legendDesc": "Ground Transportation Information Center",
          "legendImage": "/static/img/legends/Icon-Ground-Transportation.png"
        },
        {
          "legendId": 12,
          "legendName": "Nursing Suites",
          "legendDesc": "Nursing Suites",
          "legendImage": "/static/img/legends/Icon-Nursing-Suites.png"
        },
        {
          "legendId": 13,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 14,
          "legendName": "Parking",
          "legendDesc": "Parking",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 15,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 16,
          "legendName": "Taxis",
          "legendDesc": "Taxis",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 17,
          "legendName": "U.S Immigration",
          "legendDesc": "U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        },
        {
          "legendId": 18,
          "legendName": "Welcome Center",
          "legendDesc": "Welcome Center",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.png"
        }
      ]
    },
    {
      "selectedText": "Terminal 5",
      "selectedValue": "4",
      "imageName": "terminal-5",
      "legends": [
        {
          "legendId": 1,
          "legendName": "AirTrain Station",
          "legendDesc": "AirTrain Station",
          "legendImage": "/static/img/legends/Icon-AirTrain-Station.png"
        },
        {
          "legendId": 2,
          "legendName": "Baggage Claim",
          "legendDesc": "Baggage Claim",
          "legendImage": "/static/img/legends/Icon-Baggage-Claim.png"
        },
        {
          "legendId": 3,
          "legendName": "Bus Stops",
          "legendDesc": "Bus Stops",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 4,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 5,
          "legendName": "Elevators",
          "legendDesc": "Elevators",
          "legendImage": "/static/img/legends/Icon-Elevators.png"
        },
        {
          "legendId": 6,
          "legendName": "Escalators/Stairs",
          "legendDesc": "Escalators/Stairs",
          "legendImage": "/static/img/legends/Icon-Stairs.png"
        },
        {
          "legendId": 7,
          "legendName": "Nursing Suites",
          "legendDesc": "Nursing Suites",
          "legendImage": "/static/img/legends/Icon-Nursing-Suites.png"
        },
        {
          "legendId": 8,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 9,
          "legendName": "Parking",
          "legendDesc": "Parking",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 10,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 11,
          "legendName": "Taxis",
          "legendDesc": "Taxis",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 12,
          "legendName": "Welcome Center",
          "legendDesc": "Welcome Center",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.png"
        }
      ]
    },
    {
      "selectedText": "Terminal 7",
      "selectedValue": "5",
      "imageName": "terminal-7",
      "legends": [
        {
          "legendId": 1,
          "legendName": "AirTrain Station",
          "legendDesc": "AirTrain Station",
          "legendImage": "/static/img/legends/Icon-AirTrain-Station.png"
        },
        {
          "legendId": 2,
          "legendName": "ATM",
          "legendDesc": "ATM",
          "legendImage": "/static/img/legends/Icon-ATM.png"
        },
        {
          "legendId": 3,
          "legendName": "Baggage Claim",
          "legendDesc": "Baggage Claim",
          "legendImage": "/static/img/legends/Icon-Baggage-Claim.png"
        },
        {
          "legendId": 4,
          "legendName": "Bus Stops",
          "legendDesc": "Bus Stops",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 5,
          "legendName": "Car Rental",
          "legendDesc": "Car Rental",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 6,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 7,
          "legendName": "Elevators",
          "legendDesc": "Elevators",
          "legendImage": "/static/img/legends/Icon-Elevators.png"
        },
        {
          "legendId": 8,
          "legendName": "Escalators/Stairs",
          "legendDesc": "Escalators/Stairs",
          "legendImage": "/static/img/legends/Icon-Stairs.png"
        },
        {
          "legendId": 9,
          "legendName": "Ground Transportation Information Center",
          "legendDesc": "Ground Transportation Information Center",
          "legendImage": "/static/img/legends/Icon-Ground-Transportation.png"
        },
        {
          "legendId": 10,
          "legendName": "Hotel/Motel Courtesy Phone",
          "legendDesc": "Hotel/Motel Courtesy Phone",
          "legendImage": "/static/img/legends/Icon-Motel.png"
        },
        {
          "legendId": 11,
          "legendName": "Parking",
          "legendDesc": "Parking",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 12,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 13,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 14,
          "legendName": "Taxis",
          "legendDesc": "Taxis",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 15,
          "legendName": "U.S Immigration",
          "legendDesc": "U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        }
      ]
    },
    {
      "selectedText": "Terminal 8",
      "selectedValue": "6",
      "imageName": "terminal-8",
      "legends": [
        {
          "legendId": 1,
          "legendName": "Airline Clubs",
          "legendDesc": "Airline Clubs",
          "legendImage": "/static/img/legends/Icon-Airline-Clubs.png"
        },
        {
          "legendId": 2,
          "legendName": "AirTrain Station",
          "legendDesc": "AirTrain Station",
          "legendImage": "/static/img/legends/Icon-AirTrain-Station.png"
        },
        {
          "legendId": 3,
          "legendName": "ATM",
          "legendDesc": "ATM",
          "legendImage": "/static/img/legends/Icon-ATM.png"
        },
        {
          "legendId": 4,
          "legendName": "Baggage Claim",
          "legendDesc": "Baggage Claim",
          "legendImage": "/static/img/legends/Icon-Baggage-Claim.png"
        },
        {
          "legendId": 5,
          "legendName": "Bus Stops",
          "legendDesc": "Bus Stops",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Car Rental",
          "legendDesc": "Car Rental",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 7,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 8,
          "legendName": "Currency Exchange",
          "legendDesc": "Currency Exchange",
          "legendImage": "/static/img/legends/Icon-Currency-Exchange.png"
        },
        {
          "legendId": 9,
          "legendName": "Elevators",
          "legendDesc": "Elevators",
          "legendImage": "/static/img/legends/Icon-Elevators.png"
        },
        {
          "legendId": 10,
          "legendName": "Escalators/Stairs",
          "legendDesc": "Escalators/Stairs",
          "legendImage": "/static/img/legends/Icon-Stairs.png"
        },
        {
          "legendId": 11,
          "legendName": "Ground Transportation Information Center",
          "legendDesc": "Ground Transportation Information Center",
          "legendImage": "/static/img/legends/Icon-Ground-Transportation.png"
        },
        {
          "legendId": 12,
          "legendName": "Hotel/Motel Courtesy Phone",
          "legendDesc": "Hotel/Motel Courtesy Phone",
          "legendImage": "/static/img/legends/Icon-Motel.png"
        },
        {
          "legendId": 13,
          "legendName": "Nursing Suites",
          "legendDesc": "Nursing Suites",
          "legendImage": "/static/img/legends/Icon-Nursing-Suites.png"
        },
        {
          "legendId": 14,
          "legendName": "Parking",
          "legendDesc": "Parking",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 15,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 16,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 17,
          "legendName": "Taxis",
          "legendDesc": "Taxis",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 18,
          "legendName": "U.S Immigration",
          "legendDesc": "U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        },
        {
          "legendId": 19,
          "legendName": "Welcome Center",
          "legendDesc": "Welcome Center",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.png"
        }
      ]
    }
  ],
  "reserveParkingURL": "http://www.panynj.gov/airports/airport-parking-jfk.cfm",
  "subscribeAlertURL": "https://www.panynj.gov/port-authority/en/alerts.html",
  "latitude": "40.645477",
  "longitude": "-73.781187",
  "twitterURL": "http://www.twitter.com/JFKairport",
  "facebookURL": "http://www.facebook.com/John-F-Kennedy-International-Airport-JFK-1798251077168457/",
  "footerMenuList": [
    {
      "footerFirstTab": [

        {
          "footerMenuId": 3,
          "footerMenuName": "Press Room",
          "footerMenuURL": "http://www.panynj.gov/press-room/index.html",
          "footerMenuAlt": "Press Room",
          "footerSetTarget": "_blank"
        },
        {
          "footerMenuId": 4,
          "footerMenuName": "Accessibility Services",
          "footerMenuURL": "/at-airport/accessibility-services",
          "footerMenuAlt": "Accessibility Services",
          "footerSetTarget": "_parent"
        },

        {
          "footerMenuId": 7,
          "footerMenuName": "TSA Travel Information",
          "footerMenuURL": "https://www.tsa.gov/",
          "footerMenuAlt": "TSA Travel Information",
          "footerSetTarget": "_blank"
        },
        {
          "footerMenuId": 8,
          "footerMenuName": "Global Entry",
          "footerMenuURL": "https://www.cbp.gov/travel/trusted-traveler-programs/global-entry",
          "footerMenuAlt": "Global Entry",
          "footerSetTarget": "_blank"
        },

        {
          "footerMenuId": 10,
          "footerMenuName": "General Airport Information",
          "footerMenuURL": "https://www.panynj.gov/airports/en/index.html",
          "footerMenuAlt": "General Airport Information",
          "footerSetTarget": "_blank"
        }
      ],
      "footerSecondTab": [

        {
          "footerMenuId": 3,
          "footerMenuName": "Alerts & Advisories",
          "footerMenuURL": "https://member.everbridge.net/index/892807736725495#/signup",
          "footerMenuAlt": "Alerts & Advisiories",
          "footerSetTarget": "_blank"
        },

        {
          "footerMenuId": 7,
          "footerMenuName": "Lost & Found",
          "footerMenuURL": "https://www.chargerback.com/jfk",
          "footerMenuAlt": "Lost & Found",
          "footerSetTarget": "_blank"
        },

        {
          "footerMenuId": 9,
          "footerMenuName": "Air Cargo",
          "footerMenuURL": "https://www.panynj.gov/airports/en/air-cargo/jfk.html",
          "footerMenuAlt": "Air Cargo",
          "footerSetTarget": "_blank"
        },

        {
          "footerMenuId": 11,
          "footerMenuName": "FAA PackSafe",
          "footerMenuURL": "https://www.faa.gov/hazmat/packsafe",
          "footerMenuAlt": "FAA PackSafe",
          "footerSetTarget": "_blank"
        },

        {
          "footerMenuId": 12,
          "footerMenuName": "Travel Tips",
          "footerMenuURL": "https://www.panynj.gov/airports/en/aviation-safety/travel-tips.html",
          "footerMenuAlt": "Travel Tips",
          "footerSetTarget": "_blank"
        }
      ],
      "footerThirdTab": [

        {
          "footerMenuId": 2,
          "footerMenuName": "Contact Us",
          "footerMenuURL": "https://www.panynj.gov/port-authority/en/help-center/contact-us.html#airports",
          "footerMenuAlt": "Contact Us",
          "footerSetTarget": "_blank"
        },
        {
          "footerMenuId": 3,
          "footerMenuName": "Port Authority Social Media",
          "footerMenuURL": "",
          "footerMenuAlt": "Port Authority Social Media",
          "footerSetTarget": "",
          "socialMediaList": [
            {
              "socialMediaName": "Facebook",
              "socialMediaURL": "http://www.facebook.com/John-F-Kennedy-International-Airport-JFK-1798251077168457/",
              "socialMediaImageURL": "/static/img/facebook.png",
              "socialMediaSetTarget": "_blank",
              "socialMediaImageAlt": "Facebook"
            },
            {
              "socialMediaName": "Twitter",
              "socialMediaURL": "http://www.twitter.com/JFKairport",
              "socialMediaImageURL": "/static/img/twitter.png",
              "socialMediaSetTarget": "_blank",
              "socialMediaImageAlt": "Twitter"
            },
            {
              "socialMediaName": "WhatsApp",
              "socialMediaURL": "https://www.panynj.gov/WhatsApp_JFK",
              "socialMediaImageURL": "/static/img/whatsapp_icon.png",
              "socialMediaSetTarget": "_blank",
              "socialMediaImageAlt": "WhatsApp"
            }
          ]
        },
        {
          "footerMenuId": 4,
          "footerMenuName": "Feedback",
          "footerMenuURL": "/feedback",
          "footerMenuAlt": "Feedback",
          "footerSetTarget": "_parent"
        }
        /*{
          "footerMenuId": 5,
          "footerMenuName": "Frequently Asked Questions",
          "footerMenuURL": "http://www.panynj.gov/faqs/airports.html",
          "footerMenuAlt": "Frequently Asked Questions",
          "footerSetTarget": "_blank"
        }*/
      ],
      "bottomLink": [
        {
          "disclaimerURL": "/website-disclaimer",
          "bottomName": "Web Site Disclaimer",
          "disclaimerDesc": "",
          "checkCondition": "website disclaimer"

        },
        {
          "privacyURL": "/privacy-statement",
          "bottomName": "Privacy Statement",
          "privacyDesc": "",
          "checkCondition": "privacy statement"
        }
      ]
    }
  ],
  "parkingEnabledList": {
    "parkingTitle": true,
    "parkingDesc": true,
    "parkingRateButton": true,
    "parkingReserveButton": true,
    "parkingSlotPercentage": true,
    "parkingBookingRedirect": false
  },
  "parkingTerminalCategoryList": [
    {
      "parkingTerminalTitle": "Terminal Parking",
      "parkingTerminalDesc": "Parking lots are located at terminals and connected by the AirTrain system.",
      "parkingSlotList": [
        {
          "parkingLot": "Terminal 1",
          "parkingSlotDesc": "Lorem ipsum dolor sit amet, consectetur adipiscing",
          "clickEventKey": "terminal_1" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        },
        {
          "parkingLot": "Terminal 4",
          "parkingSlotDesc": "Lorem ipsum dolor sit amet, consectetur adipiscing",
          "clickEventKey": "terminal_4" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        },
        {
          "parkingLot": "Terminal 5",
          "parkingSlotDesc": "Lorem ipsum dolor sit amet, consectetur adipiscing",
          "clickEventKey": "terminal_5" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        },
        {
          "parkingLot": "Terminal 7",
          "parkingSlotDesc": "Lorem ipsum dolor sit amet, consectetur adipiscing",
          "clickEventKey": "terminal_7" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        },
        {
          "parkingLot": "Terminal 8",
          "parkingSlotDesc": "Lorem ipsum dolor sit amet, consectetur adipiscing",
          "clickEventKey": "terminal_8" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        }
      ]
    },
    {
      "parkingTerminalTitle": "Long-Term Parking",
      "parkingTerminalDesc": "",
      "parkingSlotList": [
        {
          "parkingLot": "Long-Term",
          "parkingSlotDesc": ""
        }
      ]
    }
  ],
  "parkingTerminals": [
    {
      "value": "",
      "name": "Please select"
    },
    {
      "value": "18",
      "name": "Terminal 1 (Terminal 8 parking is Closest Lot)"
    },
    //{
    //"value": "19",
    //"name": "Terminal 2"
    //},
    {
      "value": "20",
      "name": "Terminal 4"
    },
    {
      "value": "21",
      "name": "Terminal 5"
    },
    {
      "value": "22",
      "name": "Terminal 7"
    },
    {
      "value": "23",
      "name": "Terminal 8"
    }
  ],
  "apiBaseURL": "https://avi-prod-mpp-webapp-api.azurewebsites.net/",
  "redirectReserveParking": "https://parking.jfkairport.com/book/JFK/Parking",
  "flightViewAirlinesList": [
    /*{
      "id": 0,
      "value": "",
      "name": "Select Airline"
    },*/
    {
      "id": 1,
      "value": "EI",
      "name": "Aer Lingus"
    },
    {
      "id": 2,
      "value": "SU",
      "name": "Aeroflot Airlines"
    },
    {
      "id": 3,
      "value": "AR",
      "name": "Aerolineas Argentinas"
    },
    {
      "id": 4,
      "value": "AM",
      "name": "Aeromexico"
    },
    {
      "id": 5,
      "value": "AB",
      "name": "Air Berlin"
    },
    {
      "id": 6,
      "value": "AC",
      "name": "Air Canada"
    },
    {
      "id": 7,
      "value": "CA",
      "name": "Air China"
    },
    {
      "id": 8,
      "value": "UX",
      "name": "Air Europa"
    },
    {
      "id": 9,
      "value": "AF",
      "name": "Air France"
    },
    {
      "id": 10,
      "value": "AI",
      "name": "Air India"
    },
    {
      "id": 11,
      "value": "NZ",
      "name": "Air New Zealand"
    },
    {
      "id": 12,
      "value": "JU",
      "name": "Air Serbia"
    },
    {
      "id": 13,
      "value": "HM",
      "name": "Air Seychelles"
    },
    {
      "id": 14,
      "value": "TN",
      "name": "Air Tahiti Nui"
    },
    {
      "id": 15,
      "value": "AS",
      "name": "Alaska Airlines"
    },
    {
      "id": 16,
      "value": "AZ",
      "name": "Alitalia"
    },
    {
      "id": 17,
      "value": "NH",
      "name": "All Nippon Airways"
    },
    {
      "id": 18,
      "value": "G4",
      "name": "Allegiant Air"
    },
    {
      "id": 19,
      "value": "HP",
      "name": "Amapola Flyg AB"
    },
    {
      "id": 20,
      "value": "AA",
      "name": "American Airlines"
    },
    {
      "id": 21,
      "value": "OZ",
      "name": "Asiana Airlines"
    },
    {
      "id": 22,
      "value": "KP",
      "name": "ASKY"
    },
    {
      "id": 23,
      "value": "5Y",
      "name": "Atlas Air"
    },
    {
      "id": 24,
      "value": "OS",
      "name": "Austrian Airlines"
    },
    {
      "id": 25,
      "value": "AV",
      "name": "Avianca"
    },
    {
      "id": 26,
      "value": "LR",
      "name": "Avianca CR"
    },
    {
      "id": 27,
      "value": "J2",
      "name": "Azerbaijan Airlines"
    },
    {
      "id": 28,
      "value": "AD",
      "name": "Azul Airlines"
    },
    {
      "id": 29,
      "value": "BA",
      "name": "British Airways"
    },
    {
      "id": 30,
      "value": "SN",
      "name": "Brussels Airlines"
    },
    {
      "id": 31,
      "value": "W8",
      "name": "Cargojet"
    },
    {
      "id": 32,
      "value": "CV",
      "name": "Cargolux Airlines"
    },
    {
      "id": 33,
      "value": "BW",
      "name": "Caribbean Airlines"
    },
    {
      "id": 34,
      "value": "CX",
      "name": "Cathay Pacific"
    },
    {
      "id": 35,
      "value": "KX",
      "name": "Cayman Airways"
    },
    {
      "id": 36,
      "value": "CI",
      "name": "China Airlines"
    },
    {
      "id": 37,
      "value": "MU",
      "name": "China Eastern Airlines"
    },
    {
      "id": 38,
      "value": "CZ",
      "name": "China Southern Airlines"
    },
    {
      "id": 39,
      "value": "CNS",
      "name": "Cobalt Air"
    },
    {
      "id": 40,
      "value": "DE",
      "name": "Condor Flugdienst"
    },
    {
      "id": 41,
      "value": "CM",
      "name": "Copa Airlines"
    },
    {
      "id": 42,
      "value": "OK",
      "name": "Czech Airlines"
    },
    {
      "id": 43,
      "value": "DL",
      "name": "Delta Air Lines"
    },
    {
      "id": 44,
      "value": "2D",
      "name": "Dynamic Airways"
    },
    {
      "id": 45,
      "value": "MS",
      "name": "Egyptair"
    },
    {
      "id": 46,
      "value": "LY",
      "name": "El Al Israel Airlines"
    },
    {
      "id": 47,
      "value": "7Q",
      "name": "Elite Airways"
    },
    {
      "id": 48,
      "value": "EK",
      "name": "Emirates"
    },
    {
      "id": 49,
      "value": "9E",
      "name": "Endeavor Air"
    },
    {
      "id": 50,
      "value": "ET",
      "name": "Ethiopian Airlines"
    },
    {
      "id": 51,
      "value": "EY",
      "name": "Etihad Airways"
    },
    {
      "id": 52,
      "value": "BR",
      "name": "EVA Airways"
    },
    {
      "id": 53,
      "value": "FJ",
      "name": "Fiji Airways"
    },
    {
      "id": 54,
      "value": "AY",
      "name": "Finnair"
    },
    {
      "id": 55,
      "value": "OJ",
      "name": "Fly Jamaica"
    },
    {
      "id": 56,
      "value": "F9",
      "name": "Frontier Airlines"
    },
    {
      "id": 57,
      "value": "GH",
      "name": "Globus"
    },
    {
      "id": 58,
      "value": "G3",
      "name": "GOL Transportes Aereos"
    },
    {
      "id": 59,
      "value": "GF",
      "name": "Gulf Air"
    },
    {
      "id": 60,
      "value": "HU",
      "name": "Hainan Airlines"
    },
    {
      "id": 61,
      "value": "HA",
      "name": "Hawaiian Airlines"
    },
    {
      "id": 62,
      "value": "HX",
      "name": "Hong Kong Airlines"
    },
    {
      "id": 63,
      "value": "IB",
      "name": "Iberia"
    },
    {
      "id": 64,
      "value": "FI",
      "name": "Icelandair"
    },
    {
      "id": 65,
      "value": "4O",
      "name": "Interjet"
    },
    {
      "id": 66,
      "value": "JL",
      "name": "Japan Airlines"
    },
    {
      "id": 67,
      "value": "9W",
      "name": "Jet Airways"
    },
    {
      "id": 68,
      "value": "B6",
      "name": "jetBlue Airways"
    },
    {
      "id": 69,
      "value": "K4",
      "name": "Kalitta Air"
    },
    {
      "id": 70,
      "value": "KL",
      "name": "KLM Royal Dutch Airlines"
    },
    {
      "id": 71,
      "value": "KE",
      "name": "Korean Air"
    },
    {
      "id": 72,
      "value": "KU",
      "name": "Kuwait Airways"
    },
    {
      "id": 73,
      "value": "B0",
      "name": "La Compagnie"
    },
    {
      "id": 74,
      "value": "LA",
      "name": "LAN Airlines"
    },
    {
      "id": 75,
      "value": "4M",
      "name": "LAN Argentina"
    },
    {
      "id": 76,
      "value": "XL",
      "name": "LAN Ecuador"
    },
    {
      "id": 77,
      "value": "LO",
      "name": "LOT Polish Airlines"
    },
    {
      "id": 78,
      "value": "LH",
      "name": "Lufthansa"
    },
    {
      "id": 79,
      "value": "MH",
      "name": "Malaysia Airlines"
    },
    {
      "id": 80,
      "value": "IG",
      "name": "Meridiana Fly"
    },
    {
      "id": 81,
      "value": "LL",
      "name": "Miami Air Intl"
    },
    {
      "id": 82,
      "value": "N8",
      "name": "National Airlines"
    },
    {
      "id": 83,
      "value": "D8",
      "name": "Norwegian Air International"
    },
    {
      "id": 84,
      "value": "DY",
      "name": "Norwegian Air Shuttle"
    },
    {
      "id": 85,
      "value": "PK",
      "name": "Pakistan Intl"
    },
    {
      "id": 86,
      "value": "PR",
      "name": "Philippine Airlines"
    },
    {
      "id": 87,
      "value": "PD",
      "name": "Porter Airlines"
    },
    //{
    //"id": 88,
    //"value": "QF",
    //"name": "Qantas Airways"
    //},
    {
      "id": 89,
      "value": "QR",
      "name": "Qatar Airways"
    },
    {
      "id": 90,
      "value": "AT",
      "name": "Royal Air Maroc"
    },
    {
      "id": 91,
      "value": "RJ",
      "name": "Royal Jordanian"
    },
    {
      "id": 92,
      "value": "SV",
      "name": "Saudi Arabian Airlines"
    },
    {
      "id": 93,
      "value": "SK",
      "name": "Scandinavian Airlines"
    },
    {
      "id": 94,
      "value": "SQ",
      "name": "Singapore Airlines"
    },
    {
      "id": 95,
      "value": "SA",
      "name": "South African Airways"
    },
    {
      "id": 96,
      "value": "WN",
      "name": "Southwest Airlines"
    },
    {
      "id": 97,
      "value": "NK",
      "name": "Spirit Airlines"
    },
    {
      "id": 98,
      "value": "UL",
      "name": "SriLankan Airlines"
    },
    {
      "id": 99,
      "value": "SY",
      "name": "Sun Country Airlines"
    },
    {
      "id": 100,
      "value": "LX",
      "name": "Swiss Intl"
    },
    {
      "id": 101,
      "value": "JJ",
      "name": "TAM Brazilian Airlines"
    },
    {
      "id": 102,
      "value": "EQ",
      "name": "TAME"
    },
    {
      "id": 103,
      "value": "TP",
      "name": "TAP Portugal"
    },
    {
      "id": 104,
      "value": "RO",
      "name": "TAROM Romanian Air"
    },
    {
      "id": 105,
      "value": "TG",
      "name": "Thai Airways"
    },
    {
      "id": 106,
      "value": "MT",
      "name": "Thomas Cook Airlines UK"
    },
    {
      "id": 107,
      "value": "TJ",
      "name": "Tradewind Aviation"
    },
    {
      "id": 108,
      "value": "TK",
      "name": "Turkish Airlines"
    },
    {
      "id": 109,
      "value": "PS",
      "name": "Ukraine International"
    },
    {
      "id": 110,
      "value": "UA",
      "name": "United Airlines"
    },
    {
      "id": 111,
      "value": "HY",
      "name": "Uzbekistan Airways"
    },
    {
      "id": 112,
      "value": "VN",
      "name": "Vietnam Airlines"
    },
    {
      "id": 113,
      "value": "VX",
      "name": "Virgin America"
    },
    {
      "id": 114,
      "value": "VS",
      "name": "Virgin Atlantic"
    },
    {
      "id": 115,
      "value": "VA",
      "name": "Virgin Australia"
    },
    {
      "id": 116,
      "value": "Y4",
      "name": "Volaris"
    },
    {
      "id": 117,
      "value": "WS",
      "name": "WestJet Airlines"
    },
    {
      "id": 118,
      "value": "WW",
      "name": "WOW air"
    },
    {
      "id": 119,
      "value": "MF",
      "name": "Xiamen Airlines"
    },
    {
      "id": 120,
      "value": "SE",
      "name": "XL Airways France"
    },
    {
      "id": 121,
      "value": "RC",
      "name": "Atlantic Airways"
    },
    {
      "id": 122,
      "value": "OG",
      "name": "Play"
    },
    {
      "id": 123,
      "value": "MX",
      "name": "Breeze"
    },
    {
      "id": 124,
      "value": "NO",
      "name": "Neos"
   }
  ],
  "flightViewDepartureList": [

    {
      "id": 1,
      "name": "Abu Dhabi, UAE (AUH)",
      "value": "AUH"
    },
    {
      "id": 2,
      "name": "Accra, Ghana (ACC)",
      "value": "ACC"
    },
    {
      "id": 3,
      "name": "Aguadilla, PR, US (BQN)",
      "value": "BQN"
    },
    {
      "id": 4,
      "name": "Akron-Canton, OH, US (CAK)",
      "value": "CAK"
    },
    {
      "id": 5,
      "name": "Albany, NY, US (ALB)",
      "value": "ALB"
    },
    {
      "id": 6,
      "name": "Albuquerque, NM, US (ABQ)",
      "value": "ABQ"
    },
    {
      "id": 7,
      "name": "Allentown, PA, US (ABE)",
      "value": "ABE"
    },
    {
      "id": 8,
      "name": "Amman, Jordan (AMM)",
      "value": "AMM"
    },
    {
      "id": 9,
      "name": "Amsterdam, Netherlands (AMS)",
      "value": "AMS"
    },
    {
      "id": 10,
      "name": "Anchorage, AK, US (ANC)",
      "value": "ANC"
    },
    {
      "id": 11,
      "name": "Asheville, NC, US (AVL)",
      "value": "AVL"
    },
    {
      "id": 12,
      "name": "Athens, Greece (ATH)",
      "value": "ATH"
    },
    {
      "id": 13,
      "name": "Atlanta, GA, US (ATL)",
      "value": "ATL"
    },

    {
      "id": 14,
      "name": "Atlanta, GA, US (PDK)",
      "value": "PDK"
    },
    {
      "id": 15,
      "name": "Austin, TX, US (AUS)",
      "value": "AUS"
    },
    {
      "id": 16,
      "name": "Baku, Azerbaijan (GYD)",
      "value": "GYD"
    },
    {
      "id": 17,
      "name": "Baltimore, MD, US (BWI)",
      "value": "BWI"
    },
    {
      "id": 18,
      "name": "Bangor, ME, US (BGR)",
      "value": "BGR"
    },
    {
      "id": 19,
      "name": "Barcelona, Spain (BCN)",
      "value": "BCN"
    },
    {
      "id": 20,
      "name": "Bedford/Hanscom, MA, US (BED)",
      "value": "BED"
    },
    {
      "id": 21,
      "name": "Beijing, China (PEK)",
      "value": "PEK"
    },
    {
      "id": 22,
      "name": "Belfast, UK (BFS)",
      "value": "BFS"
    },
    {
      "id": 23,
      "name": "Belgrade, Serbia (BEG)",
      "value": "BEG"
    },
    {
      "id": 24,
      "name": "Belmar/Farmingdale, NJ, US (BLM)",
      "value": "BLM"
    },
    {
      "id": 25,
      "name": "Bentonville, AR, US (NW Arkansas) (XNA)",
      "value": "XNA"
    },
    {
      "id": 26,
      "name": "Bergen, Norway (BGO)",
      "value": "BGO"
    },
    {
      "id": 27,
      "name": "Berlin, Germany (Tegel) (TXL)",
      "value": "TXL"
    },
    {
      "id": 28,
      "name": "Birmingham, AL, US (BHM)",
      "value": "BHM"
    },
    {
      "id": 29,
      "name": "Birmingham, UK (BHX)",
      "value": "BHX"
    },
    {
      "id": 30,
      "name": "Bloomington/Normal, IL, US (BMI)",
      "value": "BMI"
    },
    {
      "id": 31,
      "name": "Bogota, Colombia (BOG)",
      "value": "BOG"
    },
    {
      "id": 32,
      "name": "Boston, MA, US (BOS)",
      "value": "BOS"
    },
    {
      "id": 33,
      "name": "Bridgetown, Barbados (BGI)",
      "value": "BGI"
    },
    {
      "id": 34,
      "name": "Brussels, Belgium (BRU)",
      "value": "BRU"
    },
    {
      "id": 35,
      "name": "Buenos Aires, BA, Argentina (Ezeiza) (EZE)",
      "value": "EZE"
    },
    {
      "id": 36,
      "name": "Buffalo, NY, US (BUF)",
      "value": "BUF"
    },
    {
      "id": 37,
      "name": "Burbank, CA, US (BUR)",
      "value": "BUR"
    },
    {
      "id": 38,
      "name": "Burlington, VT, US (BTV)",
      "value": "BTV"
    },
    {
      "id": 39,
      "name": "Cairo, Egypt (CAI)",
      "value": "CAI"
    },
    {
      "id": 40,
      "name": "Caldwell, NJ, US (CDW)",
      "value": "CDW"
    },
    {
      "id": 41,
      "name": "Calgary, AB, Canada (YYC)",
      "value": "YYC"
    },
    {
      "id": 42,
      "name": "Cancun, Mexico (CUN)",
      "value": "CUN"
    },
    {
      "id": 43,
      "name": "Cartagena, Colombia (Rafael Nunez) (CTG)",
      "value": "CTG"
    },
    {
      "id": 44,
      "name": "Casablanca, Morocco (CMN)",
      "value": "CMN"
    },
    {
      "id": 45,
      "name": "Cat Cay, Bahamas (CXY)",
      "value": "CXY"
    },
    {
      "id": 46,
      "name": "Changle, China (FOC)",
      "value": "FOC"
    },
    {
      "id": 47,
      "name": "Charleston, SC, US (CHS)",
      "value": "CHS"
    },
    {
      "id": 48,
      "name": "Charlotte Amalie, Virgin Islands, US (STT)",
      "value": "STT"
    },
    {
      "id": 49,
      "name": "Charlotte, NC, US (CLT)",
      "value": "CLT"
    },
    {
      "id": 50,
      "name": "Charlottesville, VA, US (CHO)",
      "value": "CHO"
    },
    {
      "id": 51,
      "name": "Chattanooga, TN, US (CHA)",
      "value": "CHA"
    },
    {
      "id": 52,
      "name": "Chicago, IL, US (Midway) (MDW)",
      "value": "MDW"
    },
    {
      "id": 53,
      "name": "Chicago, IL, US (O Hare) (ORD)",
      "value": "ORD"
    },
    {
      "id": 54,
      "name": "Chicago/Rockford, IL, US (RFD)",
      "value": "RFD"
    },
    {
      "id": 55,
      "name": "Cincinnati, OH, US (CVG)",
      "value": "CVG"
    },
    {
      "id": 56,
      "name": "Clearwater, FL, US (PIE)",
      "value": "PIE"
    },
    {
      "id": 57,
      "name": "Cleveland, OH, US (CLE)",
      "value": "CLE"
    },
    {
      "id": 58,
      "name": "Cologne / Bonn, Germany (CGN)",
      "value": "CGN"
    },
    {
      "id": 59,
      "name": "Columbia, SC, US (CAE)",
      "value": "CAE"
    },
    {
      "id": 60,
      "name": "Columbus, OH, US (CMH)",
      "value": "CMH"
    },
    {
      "id": 61,
      "name": "Columbus, OH, US (LCK)",
      "value": "LCK"
    },
    {
      "id": 62,
      "name": "Copenhagen, Denmark (CPH)",
      "value": "CPH"
    },
    {
      "id": 63,
      "name": "Dakar, Senegal (DKR)",
      "value": "DKR"
    },
    {
      "id": 64,
      "name": "Dallas, TX, US (Dallas/Ft Worth) (DFW)",
      "value": "DFW"
    },
    {
      "id": 65,
      "name": "Dallas, TX, US (Love Field) (DAL)",
      "value": "DAL"
    },
    {
      "id": 66,
      "name": "Danbury, CT, US (DXR)",
      "value": "DXR"
    },
    {
      "id": 67,
      "name": "Dayton, OH, US (DAY)",
      "value": "DAY"
    },
    {
      "id": 68,
      "name": "Daytona Beach, FL, US (DAB)",
      "value": "DAB"
    },
    {
      "id": 69,
      "name": "Denver, CO, US (DEN)",
      "value": "DEN"
    },
    {
      "id": 70,
      "name": "Derby, UK (EMA)",
      "value": "EMA"
    },
    {
      "id": 71,
      "name": "Des Moines, IA, US (DSM)",
      "value": "DSM"
    },
    {
      "id": 72,
      "name": "Detroit, MI, US (DTW)",
      "value": "DTW"
    },
    {
      "id": 73,
      "name": "Detroit, MI, US (YIP)",
      "value": "YIP"
    },
    {
      "id": 74,
      "name": "Doha, Qatar (DOH)",
      "value": "DOH"
    },
    {
      "id": 75,
      "name": "Dubai, UAE (DXB)",
      "value": "DXB"
    },
    {
      "id": 76,
      "name": "Dublin, Ireland (DUB)",
      "value": "DUB"
    },
    {
      "id": 77,
      "name": "Dusseldorf, Germany (DUS)",
      "value": "DUS"
    },
    {
      "id": 78,
      "name": "East Hampton, NY, US (HTO)",
      "value": "HTO"
    },
    {
      "id": 79,
      "name": "Edinburgh, UK (EDI)",
      "value": "EDI"
    },
    {
      "id": 80,
      "name": "Farmingdale, NY, US (FRG)",
      "value": "CUN"
    },
    {
      "id": 81,
      "name": "Fort Myers, FL, US (RSW)",
      "value": "RSW"
    },
    {
      "id": 82,
      "name": "Fort Wayne, IN, US (FWA)",
      "value": "FWA"
    },
    {
      "id": 83,
      "name": "Frankfurt, Germany (FRA)",
      "value": "FRA"
    },
    {
      "id": 84,
      "name": "Ft Lauderdale, FL, US (FLL)",
      "value": "FLL"
    },
    {
      "id": 85,
      "name": "Ft Walton Beach, FL, US (VPS)",
      "value": "VPS"
    },
    {
      "id": 86,
      "name": "Geneva, Switzerland (GVA)",
      "value": "GVA"
    },
    {
      "id": 87,
      "name": "Georgetown, Guyana (Cheddi Jagan) (GEO)",
      "value": "GEO"
    },
    {
      "id": 88,
      "name": "Glasgow, UK (GLA)",
      "value": "GLA"
    },
    {
      "id": 89,
      "name": "Grand Cayman, Cayman Islands (GCM)",
      "value": "GCM"
    },
    {
      "id": 90,
      "name": "Grand Rapids, MI, US (GRR)",
      "value": "GRR"
    },
    {
      "id": 91,
      "name": "Greensboro, NC, US (GSO)",
      "value": "GSO"
    },
    {
      "id": 92,
      "name": "Greenville, SC, US (GSP)",
      "value": "GSP"
    },
    {
      "id": 93,
      "name": "Guadalajara, Mexico (GDL)",
      "value": "GDL"
    },
    {
      "id": 94,
      "name": "Guangzhou, China (CAN)",
      "value": "CAN"
    },
    {
      "id": 95,
      "name": "Guayaquil, Ecuador (GYE)",
      "value": "GYE"
    },
    {
      "id": 96,
      "name": "Halifax, NS, Canada (YHZ)",
      "value": "YHZ"
    },
    {
      "id": 97,
      "name": "Hamburg, Germany (HAM)",
      "value": "HAM"
    },
    {
      "id": 98,
      "name": "Hamilton, Bermuda (BDA)",
      "value": "BDA"
    },
    {
      "id": 99,
      "name": "Hamilton, ON, Canada (YHM)",
      "value": "YHM"
    },
    {
      "id": 100,
      "name": "Harrisburg, PA, US (MDT)",
      "value": "MDT"
    },
    {
      "id": 101,
      "name": "Hartford, CT, US (BDL)",
      "value": "BDL"
    },
    {
      "id": 102,
      "name": "Havana, Cuba (HAV)",
      "value": "HAV"
    },
    {
      "id": 103,
      "name": "Helsinki, Finland (HEL)",
      "value": "HEL"
    },
    {
      "id": 104,
      "name": "Hong Kong, China (HKG)",
      "value": "HKG"
    },


    {
      "id": 105,
      "value": "HNL",
      "name": "Honolulu, HI, US (HNL)"
    },

    {
      "id": 106,
      "value": "HOU",
      "name": "Houston, TX, US (Hobby) (HOU)"
    },
    {
      "id": 107,
      "value": "IAH",
      "name": "Houston, TX, US (Intercontinental) (IAH)"
    },
    {
      "id": 108,
      "value": "HYA",
      "name": "Hyannis, MA, US (HYA)"
    },

    {
      "id": 109,
      "value": "IND",
      "name": "Indianapolis, IN, US (IND)"
    },
    {
      "id": 110,
      "value": "IST",
      "name": "Istanbul, Turkey (IST)"
    },

    {
      "id": 111,
      "value": "ITH",
      "name": "Ithaca, NY, US (ITH)"
    },

    {
      "id": 112,
      "value": "JAX",
      "name": "Jacksonville, FL, US (JAX)"
    },

    {
      "id": 113,
      "value": "JED",
      "name": "Jeddah, Saudi Arabia (JED)"
    },

    {
      "id": 114,
      "value": "JNB",
      "name": "Johannesburg, South Africa (JNB)"
    },
    {
      "id": 115,
      "value": "MCI",
      "name": "Kansas City, MO, US (MCI)"
    },

    {
      "id": 116,
      "value": "JCI",
      "name": "Kansas City, MO, US (New Century) (JCI)"
    },


    {
      "id": 117,
      "value": "KBP",
      "name": "Kiev, Ukraine (KBP)"
    },
    {
      "id": 118,
      "value": "KIN",
      "name": "Kingston, Jamaica (KIN)"
    },
    {
      "id": 119,
      "value": "TYS",
      "name": "Knoxville, TN, US (TYS)"
    },
    {
      "id": 120,
      "value": "KWI",
      "name": "Kuwait, Kuwait (KWI)"
    },
    {
      "id": 121,
      "value": "LRM",
      "name": "La Romana, Dominican Republic (LRM)"
    },
    {
      "id": 122,
      "value": "LHE",
      "name": "Lahore, Pakistan (LHE)"
    },
    {
      "id": 123,
      "value": "LAS",
      "name": "Las Vegas, NV, US (LAS)"
    },

    {
      "id": 124,
      "value": "LEJ",
      "name": "Leipzig, Germany (LEJ)"
    },

    {
      "id": 125,
      "value": "LEX",
      "name": "Lexington, KY, US (LEX)"
    },
    {
      "id": 126,
      "value": "LGG",
      "name": "Liege, Belgium (LGG)"
    },
    {
      "id": 127,
      "value": "LIM",
      "name": "Lima, Peru (LIM)"
    },
    {
      "id": 128,
      "value": "LIS",
      "name": "Lisbon, Portugal (LIS)"
    },
    {
      "id": 129,
      "value": "LFW",
      "name": "Lome, Togo (LFW)"
    },
    {
      "id": 130,
      "value": "LCY",
      "name": "London, UK (City) (LCY)"
    },
    {
      "id": 131,
      "value": "LGW",
      "name": "London, UK (Gatwick) (LGW)"
    },
    {
      "id": 132,
      "value": "LHR",
      "name": "London, UK (Heathrow) (LHR)"
    },
    {
      "id": 133,
      "value": "STN",
      "name": "London, UK (Stansted) (STN)"
    },
    {
      "id": 134,
      "value": "LGB",
      "name": "Long Beach, CA, US (LGB)"
    },
    {
      "id": 135,
      "value": "LAX",
      "name": "Los Angeles, CA, US (LAX)"
    },
    {
      "id": 136,
      "value": "SDF",
      "name": "Louisville, KY, US (SDF)"
    },
    {
      "id": 137,
      "value": "LUX",
      "name": "Luxembourg, Luxembourg (LUX)"
    },
    {
      "id": 138,
      "value": "MSN",
      "name": "Madison, WI, US (MSN)"
    },
    {
      "id": 139,
      "value": "MAD",
      "name": "Madrid, Spain (MAD)"
    },
    {
      "id": 140,
      "value": "AGP",
      "name": "Malaga, Spain (AGP)"
    },

    {
      "id": 141,
      "value": "MHT",
      "name": "Manchester, NH, US (MHT)"
    },
    {
      "id": 142,
      "value": "MAN",
      "name": "Manchester, UK (MAN)"
    },
    {
      "id": 143,
      "value": "MDE",
      "name": "Medellin, Colombia (J M Cordova) (MDE)"
    },
    {
      "id": 144,
      "value": "MLB",
      "name": "Melbourne, FL, US (MLB)"
    },
    {
      "id": 145,
      "value": "MEM",
      "name": "Memphis, TN, US (MEM)"
    },
    {
      "id": 146,
      "value": "MEX",
      "name": "Mexico City, Mexico (MEX)"
    },
    {
      "id": 147,
      "value": "MIA",
      "name": "Miami, FL, US (MIA)"
    },
    {
      "id": 148,
      "value": "OPF",
      "name": "Miami, FL, US (OPF)"
    },
    {
      "id": 149,
      "value": "MXP",
      "name": "Milan, Italy (MXP)"
    },
    {
      "id": 150,
      "value": "MKE",
      "name": "Milwaukee, WI, US (MKE)"
    },
    {
      "id": 151,
      "value": "MSP",
      "name": "Minneapolis, MN, US (MSP)"
    },
    {
      "id": 152,
      "value": "MBJ",
      "name": "Montego Bay, Jamaica (MBJ)"
    },
    {
      "id": 153,
      "value": "MRY",
      "name": "Monterey, CA, US (MRY)"
    },
    {
      "id": 154,
      "value": "MTY",
      "name": "Monterrey, Mexico (MTY)"
    },
    {
      "id": 155,
      "value": "YUL",
      "name": "Montreal, QC, Canada (YUL)"
    },
    {
      "id": 156,
      "value": "MGW",
      "name": "Morgantown, WV, US (MGW)"
    },
    {
      "id": 157,
      "value": "SVO",
      "name": "Moscow, Russia (Sheremetyevo) (SVO)"
    },
    {
      "id": 158,
      "value": "BOM",
      "name": "Mumbai, India (BOM)"
    },
    {
      "id": 159,
      "value": "MUC",
      "name": "Munich, Germany (MUC)"
    },
    {
      "id": 160,
      "value": "MYR",
      "name": "Myrtle Beach, SC, US (MYR)"
    },
    {
      "id": 161,
      "value": "ACK",
      "name": "Nantucket, MA, US (ACK)"
    },
    {
      "id": 162,
      "value": "NAP",
      "name": "Naples, Italy (NAP)"
    },

    {
      "id": 163,
      "value": "BNA",
      "name": "Nashville, TN, US (BNA)"
    },
    {
      "id": 164,
      "value": "NAS",
      "name": "Nassau, Bahamas (NAS)"
    },
    {
      "id": 165,
      "value": "DEL",
      "name": "New Delhi, India (DEL)"
    },
    {
      "id": 166,
      "value": "HVN",
      "name": "New Haven, CT, US (HVN)"
    },
    {
      "id": 167,
      "value": "GON",
      "name": "New London/Groton, CT, US (GON)"
    },
    {
      "id": 168,
      "value": "MSY",
      "name": "New Orleans, LA, US (MSY)"
    },
    {
      "id": 169,
      "value": "NEW",
      "name": "New Orleans, LA, US (NEW)"
    },
    {
      "id": 170,
      "value": "JFK",
      "name": "New York, NY, US (Kennedy) (JFK)"
    },
    {
      "id": 171,
      "value": "LGA",
      "name": "New York, NY, US (LaGuardia) (LGA)"
    },
    {
      "id": 172,
      "value": "EWR",
      "name": "Newark, NJ, US (EWR)"
    },
    {
      "id": 173,
      "value": "SWF",
      "name": "Newburgh, NY, US (SWF)"
    },
    {
      "id": 174,
      "value": "NCE",
      "name": "Nice, France (NCE)"
    },
    {
      "id": 175,
      "value": "ORF",
      "name": "Norfolk, VA, US (ORF)"
    },
    {
      "id": 176,
      "value": "OAK",
      "name": "Oakland, CA, US (OAK)"
    },
    {
      "id": 177,
      "value": "HIF",
      "name": "Ogden, UT, US (HIF)"
    },
    {
      "id": 178,
      "value": "OKC",
      "name": "Oklahoma City, OK, US (OKC)"
    },
    {
      "id": 179,
      "value": "OMA",
      "name": "Omaha, NE, US (OMA)"
    },
    {
      "id": 180,
      "value": "ONT",
      "name": "Ontario, CA, US (ONT)"
    },
    {
      "id": 181,
      "value": "SNA",
      "name": "Orange County, CA, US (SNA)"
    },
    {
      "id": 182,
      "value": "AUA",
      "name": "Oranjestad, Aruba (AUA)"
    },
    {
      "id": 183,
      "value": "MCO",
      "name": "Orlando, FL, US (MCO)"
    },
    {
      "id": 184,
      "value": "ORL",
      "name": "Orlando, FL, US (Executive) (ORL)"
    },
    {
      "id": 185,
      "value": "OSL",
      "name": "Oslo, Norway (OSL)"
    },
    {
      "id": 186,
      "value": "YOW",
      "name": "Ottawa, ON, Canada (YOW)"
    },
    {
      "id": 187,
      "value": "OXC",
      "name": " Oxford, CT, US (OXC) "
    },
    {
      "id": 188,
      "value": "PMO",
      "name": "Palermo, Italy (PMO)"
    },

    {
      "id": 189,
      "value": "PTY",
      "name": "Panama City, Panama (PTY)"
    },

    {
      "id": 190,
      "value": "CDG",
      "name": "Paris, France (DeGaulle) (CDG)"
    },
    {
      "id": 191,
      "value": "ORY",
      "name": "Paris, France (Orly) (ORY)"
    },
    {
      "id": 192,
      "value": "PHL",
      "name": "Philadelphia, PA, US (PHL)"
    },
    {
      "id": 193,
      "value": "PNE",
      "name": "Philadelphia, PA, US (Northeast) (PNE)"
    },
    {
      "id": 194,
      "value": "PHX",
      "name": "Phoenix, AZ, US (PHX)"
    },
    {
      "id": 195,
      "value": "PIT",
      "name": "Pittsburgh, PA, US (PIT)"
    },
    {
      "id": 196,
      "value": "PBG",
      "name": "Plattsburgh, NY, US  (PBG)"
    },
    {
      "id": 197,
      "value": "PSE",
      "name": "Ponce, PR, US  (PSE)"
    },
    {
      "id": 198,
      "value": "PAP",
      "name": "Port Au Prince, Haiti (PAP)"
    },
    {
      "id": 199,
      "value": "POS",
      "name": "Port of Spain, Trinidad Tobago (POS)"
    },
    {
      "id": 200,
      "value": "PWM",
      "name": "Portland, ME, US (PWM)"
    },

    {
      "id": 201,
      "value": "PDX",
      "name": "Portland, OR, US (PDX)"
    },
    {
      "id": 202,
      "value": "OPO",
      "name": " Porto, Portugal (OPO)"
    },
    {
      "id": 203,
      "value": "PSM",
      "name": "Portsmouth, NH, US  (PSM)"
    },
    {
      "id": 204,
      "value": "PRG",
      "name": "Prague, Czech Republic  (PRG)"
    },
    {
      "id": 205,
      "value": "PVD",
      "name": "Providence, RI, US  (PVD)"
    },
    {
      "id": 206,
      "value": "PLS",
      "name": "Providenciales, Turks and Caicos (PLS)"
    },
    {
      "id": 207,
      "value": "POP",
      "name": "Puerto Plata, Dominican Republic (POP)"
    },
    {
      "id": 208,
      "value": "PUJ",
      "name": " Punta Cana, Dominican Republic (PUJ)"
    },
    {
      "id": 209,
      "value": "YQB",
      "name": " Quebec, QC, Canada (YQB)"
    },
    {
      "id": 210,
      "value": "UIO",
      "name": "Quito, Ecuador (UIO)"
    },
    {
      "id": 211,
      "value": "RDU",
      "name": "Raleigh Durham, NC, US (RDU)"
    },
    {
      "id": 212,
      "value": "RDG",
      "name": "Reading, PA, US (RDG)"
    },
    {
      "id": 213,
      "value": "RNO",
      "name": "Reno, NV, US (RNO)"
    },
    {
      "id": 214,
      "value": "KEF",
      "name": "Reykjavik, Iceland (Keflavik) (KEF)"
    },

    {
      "id": 215,
      "value": "RIC",
      "name": "Richmond, VA, US (RIC)"
    },

    {
      "id": 216,
      "value": "GIG",
      "name": "Rio de Janeiro, RJ, Brazil (Galeao) (GIG)"
    },
    {
      "id": 217,
      "value": "RUH",
      "name": "Riyadh, Saudi Arabia (RUH)"
    },
    {
      "id": 218,
      "value": "ROA",
      "name": "Roanoke, VA, US (ROA)"
    },
    {
      "id": 219,
      "value": "RST",
      "name": "Rochester, MN, US (RST)"
    },
    {
      "id": 220,
      "value": "ROC",
      "name": " Rochester, NY, US (ROC)"
    },
    {
      "id": 221,
      "value": "FCO",
      "name": " Rome, Italy (FCO)"
    },
    {
      "id": 222,
      "value": "LOT",
      "name": "Romeoville, IL, US (LOT)"
    },
    {
      "id": 223,
      "value": "SMF",
      "name": "Sacramento, CA, US (SMF)"
    },
    {
      "id": 224,
      "value": "SLN",
      "name": "Salina, KS, US (SLN)"
    },
    {
      "id": 225,
      "value": "SLC",
      "name": "Salt Lake City, UT, US (SLC)"
    },
    {
      "id": 226,
      "value": "SAT",
      "name": "San Antonio, TX, US (SAT)"
    },
    {
      "id": 227,
      "value": "SAN",
      "name": "San Diego, CA, US (SAN)"
    },

    {
      "id": 228,
      "value": "SFO",
      "name": "San Francisco, CA, US (SFO)"
    },
    {
      "id": 229,
      "value": "SJC",
      "name": "San Jose, CA, US (SJC)"
    },
    {
      "id": 230,
      "value": "SJO",
      "name": "San Jose, Costa Rica (SJO)"
    },
    {
      "id": 231,
      "value": "SJU",
      "name": "San Juan, PR, US (SJU)"
    },
    {
      "id": 232,
      "value": "SAP",
      "name": "San Pedro Sula, Honduras (SAP)"
    },
    {
      "id": 233,
      "value": "SAL",
      "name": "San Salvador, El Salvador (SAL)"
    },
    {
      "id": 234,
      "value": "SCL",
      "name": "Santiago, Chile (SCL)"
    },
    {
      "id": 235,
      "value": "STI",
      "name": "Santiago, Dominican Republic (STI)"
    },
    {
      "id": 236,
      "value": "SDQ",
      "name": "Santo Domingo, Dominican Republic (SDQ)"
    },
    {
      "id": 237,
      "value": "GRU",
      "name": "Sao Paulo, SP, Brazil (Guarulhos)  (GRU)"
    },
    {
      "id": 238,
      "value": "SRQ",
      "name": "Sarasota, FL, US (SRQ)"
    },
    {
      "id": 239,
      "value": "SAV",
      "name": "Savannah, GA, US (SAV)"
    },
    {
      "id": 240,
      "value": "SCH",
      "name": "Schenectady, NY, US (SCH)"
    },
    {
      "id": 241,
      "value": "SEA",
      "name": "Seattle, WA, US (SEA)"
    },
    {
      "id": 242,
      "value": "ICN",
      "name": " Seoul, South Korea (Incheon) (ICN)"
    },
    {
      "id": 243,
      "value": "PVG",
      "name": "Shanghai, China (PVG)"
    },
    {
      "id": 244,
      "value": "SNN",
      "name": "Shannon, Ireland (SNN)"
    },
    {
      "id": 245,
      "value": "SBN",
      "name": "South Bend, IN, US (SBN)"
    },
    {
      "id": 246,
      "value": "BIM",
      "name": "South Bimini, Bahamas (BIM)"
    },
    {
      "id": 247,
      "value": "GND",
      "name": "St Georges, Grenada (GND)"
    },
    {
      "id": 248,
      "value": "ANU",
      "name": "St Johns, Antigua (ANU)"
    },

    {
      "id": 249,
      "value": "SXM",
      "name": "St Maarten, Caribbean Netherlands (SXM)"
    },
    {
      "id": 250,
      "value": "STL",
      "name": "St. Louis, MO, US (STL)"
    },
    {
      "id": 251,
      "value": "SCE",
      "name": "State College, PA, US (SCE)"
    },
    {
      "id": 252,
      "value": "ARN",
      "name": "Stockholm, Sweden (ARN)"
    },
    {
      "id": 253,
      "value": "MVL",
      "name": "Stowe, VT, US (MVL)"
    },

    {
      "id": 254,
      "value": "SDL",
      "name": "Sundsvall, Sweden (SDL)"
    },

    {
      "id": 255,
      "value": "SYR",
      "name": "Syracuse, NY, US (SYR)"
    },

    {
      "id": 256,
      "value": "TPE",
      "name": "Taipei, Taiwan (TPE)"
    },
    {
      "id": 257,
      "value": "TPA",
      "name": "Tampa, FL, US (TPA)"
    },
    {
      "id": 258,
      "value": "TAS",
      "name": "Tashkent, Uzbekistan (TAS)"
    },
    {
      "id": 259,
      "value": "TLV",
      "name": " Tel Aviv, Israel (Ben Gurion)  (TLV)"
    },
    {
      "id": 260,
      "value": "TEB",
      "name": " Teterboro, NJ, US (TEB)"
    },
    {
      "id": 261,
      "value": "TSN",
      "name": "Tianjin, China (TSN)"
    },
    {
      "id": 262,
      "value": "HND",
      "name": "Tokyo, Japan (Haneda) (HND)"
    },
    {
      "id": 263,
      "value": "NRT",
      "name": "Tokyo, Japan (Narita) (NRT)"
    },
    {
      "id": 264,
      "value": "TOL",
      "name": "Toledo, OH, US (TOL)"
    },

    {
      "id": 265,
      "value": "YYZ",
      "name": "Toronto, ON, Canada  (YYZ)"
    },

    {
      "id": 266,
      "value": "YTZ",
      "name": "Toronto, ON, Canada (City Centre) (YTZ)"
    },

    {
      "id": 267,
      "value": "TUL",
      "name": "Tulsa, OK, US (TUL)"
    },

    {
      "id": 268,
      "value": "TCL",
      "name": "Tuscaloosa, AL, US (TCL)"
    },

    {
      "id": 269,
      "value": "YVR",
      "name": "Vancouver, BC, Canada (YVR)"
    },

    {
      "id": 270,
      "value": "VCE",
      "name": "Venice, Italy (VCE)"
    },
    {
      "id": 271,
      "value": "VRB",
      "name": "Vero Beach, FL, US (VRB)"
    },
    {
      "id": 272,
      "value": "VIE",
      "name": "Vienna, Austria (VIE)"
    },
    {
      "id": 273,
      "value": "UVF",
      "name": "Vieux Fort, Saint Lucia (Hewanorra) (UVF)"
    },
    {
      "id": 274,
      "value": "MVY",
      "name": "Vineyard Haven, MA, US (MVY)"
    },
    {
      "id": 275,
      "value": "WAW",
      "name": "Warsaw, Poland (Okecie) (WAW)"
    },
    {
      "id": 276,
      "value": "IAD",
      "name": "Washington, DC, US (Dulles) (IAD)"
    },
    {
      "id": 277,
      "value": "DCA",
      "name": "Washington, DC, US (National) (DCA)"
    },
    {
      "id": 278,
      "value": "PBI",
      "name": "West Palm Beach, FL, US (PBI)"
    },
    {
      "id": 279,
      "value": "HPN",
      "name": "White Plains, NY, US (HPN)"
    },

    {
      "id": 280,
      "value": "ICT",
      "name": "Wichita, KS, US (ICT)"
    },
    {
      "id": 281,
      "value": "AVP",
      "name": "Wilkes-Barre/Scranton, PA, US (AVP)"
    },
    {
      "id": 282,
      "value": "CUR",
      "name": "Willemstad, Curacao (CUR)"
    },
    {
      "id": 283,
      "value": "ILM",
      "name": "Wilmington, NC, US (ILM)"
    },
    {
      "id": 284,
      "value": "ORH",
      "name": "Worcester, MA, US (ORH)"
    },
    {
      "id": 285,
      "value": "ZAZ",
      "name": "Zaragoza, Spain (ZAZ)"
    },

    {
      "id": 286,
      "value": "ZRH",
      "name": "Zurich, Switzerland (ZRH)"
    },
    {
      "id": 287,
      "value": "PSP",
      "name": "Palm Springs, CA, US (PSP)"
    }
  ],
  "flightViewArrivalList": [

    {
      "id": 1,
      "name": "Abu Dhabi, UAE (AUH)",
      "value": "AUH"
    },
    {
      "id": 2,
      "name": "Accra, Ghana (ACC)",
      "value": "ACC"
    },
    {
      "id": 3,
      "name": "Aguadilla, PR, US (BQN)",
      "value": "BQN"
    },
    {
      "id": 4,
      "name": "Akron-Canton, OH, US (CAK)",
      "value": "CAK"
    },
    {
      "id": 5,
      "name": "Albany, NY, US (ALB)",
      "value": "ALB"
    },
    {
      "id": 6,
      "name": "Albuquerque, NM, US (ABQ)",
      "value": "ABQ"
    },
    {
      "id": 7,
      "name": "Allentown, PA, US (ABE)",
      "value": "ABE"
    },
    {
      "id": 8,
      "name": "Amman, Jordan (AMM)",
      "value": "AMM"
    },
    {
      "id": 9,
      "name": "Amsterdam, Netherlands (AMS)",
      "value": "AMS"
    },
    {
      "id": 10,
      "name": "Anchorage, AK, US (ANC)",
      "value": "ANC"
    },
    {
      "id": 11,
      "name": "Asheville, NC, US (AVL)",
      "value": "AVL"
    },
    {
      "id": 12,
      "name": "Athens, Greece (ATH)",
      "value": "ATH"
    },
    {
      "id": 13,
      "name": "Atlanta, GA, US (ATL)",
      "value": "ATL"
    },

    {
      "id": 14,
      "name": "Atlanta, GA, US (PDK)",
      "value": "PDK"
    },
    {
      "id": 15,
      "name": "Austin, TX, US (AUS)",
      "value": "AUS"
    },
    {
      "id": 16,
      "name": "Baku, Azerbaijan (GYD)",
      "value": "GYD"
    },
    {
      "id": 17,
      "name": "Baltimore, MD, US (BWI)",
      "value": "BWI"
    },
    {
      "id": 18,
      "name": "Bangor, ME, US (BGR)",
      "value": "BGR"
    },
    {
      "id": 19,
      "name": "Barcelona, Spain (BCN)",
      "value": "BCN"
    },
    {
      "id": 20,
      "name": "Bedford/Hanscom, MA, US (BED)",
      "value": "BED"
    },
    {
      "id": 21,
      "name": "Beijing, China (PEK)",
      "value": "PEK"
    },
    {
      "id": 22,
      "name": "Belfast, UK (BFS)",
      "value": "BFS"
    },
    {
      "id": 23,
      "name": "Belgrade, Serbia (BEG)",
      "value": "BEG"
    },
    {
      "id": 24,
      "name": "Belmar/Farmingdale, NJ, US (BLM)",
      "value": "BLM"
    },
    {
      "id": 25,
      "name": "Bentonville, AR, US (NW Arkansas) (XNA)",
      "value": "XNA"
    },
    {
      "id": 26,
      "name": "Bergen, Norway (BGO)",
      "value": "BGO"
    },
    {
      "id": 27,
      "name": "Berlin, Germany (Tegel) (TXL)",
      "value": "TXL"
    },
    {
      "id": 28,
      "name": "Birmingham, AL, US (BHM)",
      "value": "BHM"
    },
    {
      "id": 29,
      "name": "Birmingham, UK (BHX)",
      "value": "BHX"
    },
    {
      "id": 30,
      "name": "Bloomington/Normal, IL, US (BMI)",
      "value": "BMI"
    },
    {
      "id": 31,
      "name": "Bogota, Colombia (BOG)",
      "value": "BOG"
    },
    {
      "id": 32,
      "name": "Boston, MA, US (BOS)",
      "value": "BOS"
    },
    {
      "id": 33,
      "name": "Bridgetown, Barbados (BGI)",
      "value": "BGI"
    },
    {
      "id": 34,
      "name": "Brussels, Belgium (BRU)",
      "value": "BRU"
    },
    {
      "id": 35,
      "name": "Buenos Aires, BA, Argentina (Ezeiza) (EZE)",
      "value": "EZE"
    },
    {
      "id": 36,
      "name": "Buffalo, NY, US (BUF)",
      "value": "BUF"
    },
    {
      "id": 37,
      "name": "Burbank, CA, US (BUR)",
      "value": "BUR"
    },
    {
      "id": 38,
      "name": "Burlington, VT, US (BTV)",
      "value": "BTV"
    },
    {
      "id": 39,
      "name": "Cairo, Egypt (CAI)",
      "value": "CAI"
    },
    {
      "id": 40,
      "name": "Caldwell, NJ, US (CDW)",
      "value": "CDW"
    },
    {
      "id": 41,
      "name": "Calgary, AB, Canada (YYC)",
      "value": "YYC"
    },
    {
      "id": 42,
      "name": "Cancun, Mexico (CUN)",
      "value": "CUN"
    },
    {
      "id": 43,
      "name": "Cartagena, Colombia (Rafael Nunez) (CTG)",
      "value": "CTG"
    },
    {
      "id": 44,
      "name": "Casablanca, Morocco (CMN)",
      "value": "CMN"
    },
    {
      "id": 45,
      "name": "Cat Cay, Bahamas (CXY)",
      "value": "CXY"
    },
    {
      "id": 46,
      "name": "Changle, China (FOC)",
      "value": "FOC"
    },
    {
      "id": 47,
      "name": "Charleston, SC, US (CHS)",
      "value": "CHS"
    },
    {
      "id": 48,
      "name": "Charlotte Amalie, Virgin Islands, US (STT)",
      "value": "STT"
    },
    {
      "id": 49,
      "name": "Charlotte, NC, US (CLT)",
      "value": "CLT"
    },
    {
      "id": 50,
      "name": "Charlottesville, VA, US (CHO)",
      "value": "CHO"
    },
    {
      "id": 51,
      "name": "Chattanooga, TN, US (CHA)",
      "value": "CHA"
    },
    {
      "id": 52,
      "name": "Chicago, IL, US (Midway) (MDW)",
      "value": "MDW"
    },
    {
      "id": 53,
      "name": "Chicago, IL, US (O Hare) (ORD)",
      "value": "ORD"
    },
    {
      "id": 54,
      "name": "Chicago/Rockford, IL, US (RFD)",
      "value": "RFD"
    },
    {
      "id": 55,
      "name": "Cincinnati, OH, US (CVG)",
      "value": "CVG"
    },
    {
      "id": 56,
      "name": "Clearwater, FL, US (PIE)",
      "value": "PIE"
    },
    {
      "id": 57,
      "name": "Cleveland, OH, US (CLE)",
      "value": "CLE"
    },
    {
      "id": 58,
      "name": "Cologne / Bonn, Germany (CGN)",
      "value": "CGN"
    },
    {
      "id": 59,
      "name": "Columbia, SC, US (CAE)",
      "value": "CAE"
    },
    {
      "id": 60,
      "name": "Columbus, OH, US (CMH)",
      "value": "CMH"
    },
    {
      "id": 61,
      "name": "Columbus, OH, US (LCK)",
      "value": "LCK"
    },
    {
      "id": 62,
      "name": "Copenhagen, Denmark (CPH)",
      "value": "CPH"
    },
    {
      "id": 63,
      "name": "Dakar, Senegal (DKR)",
      "value": "DKR"
    },
    {
      "id": 64,
      "name": "Dallas, TX, US (Dallas/Ft Worth) (DFW)",
      "value": "DFW"
    },
    {
      "id": 65,
      "name": "Dallas, TX, US (Love Field) (DAL)",
      "value": "DAL"
    },
    {
      "id": 66,
      "name": "Danbury, CT, US (DXR)",
      "value": "DXR"
    },
    {
      "id": 67,
      "name": "Dayton, OH, US (DAY)",
      "value": "DAY"
    },
    {
      "id": 68,
      "name": "Daytona Beach, FL, US (DAB)",
      "value": "DAB"
    },
    {
      "id": 69,
      "name": "Denver, CO, US (DEN)",
      "value": "DEN"
    },
    {
      "id": 70,
      "name": "Derby, UK (EMA)",
      "value": "EMA"
    },
    {
      "id": 71,
      "name": "Des Moines, IA, US (DSM)",
      "value": "DSM"
    },
    {
      "id": 72,
      "name": "Detroit, MI, US (DTW)",
      "value": "DTW"
    },
    {
      "id": 73,
      "name": "Detroit, MI, US (YIP)",
      "value": "YIP"
    },
    {
      "id": 74,
      "name": "Doha, Qatar (DOH)",
      "value": "DOH"
    },
    {
      "id": 75,
      "name": "Dubai, UAE (DXB)",
      "value": "DXB"
    },
    {
      "id": 76,
      "name": "Dublin, Ireland (DUB)",
      "value": "DUB"
    },
    {
      "id": 77,
      "name": "Dusseldorf, Germany (DUS)",
      "value": "DUS"
    },
    {
      "id": 78,
      "name": "East Hampton, NY, US (HTO)",
      "value": "HTO"
    },
    {
      "id": 79,
      "name": "Edinburgh, UK (EDI)",
      "value": "EDI"
    },
    {
      "id": 80,
      "name": "Farmingdale, NY, US (FRG)",
      "value": "CUN"
    },
    {
      "id": 81,
      "name": "Fort Myers, FL, US (RSW)",
      "value": "RSW"
    },
    {
      "id": 82,
      "name": "Fort Wayne, IN, US (FWA)",
      "value": "FWA"
    },
    {
      "id": 83,
      "name": "Frankfurt, Germany (FRA)",
      "value": "FRA"
    },
    {
      "id": 84,
      "name": "Ft Lauderdale, FL, US (FLL)",
      "value": "FLL"
    },
    {
      "id": 85,
      "name": "Ft Walton Beach, FL, US (VPS)",
      "value": "VPS"
    },
    {
      "id": 86,
      "name": "Geneva, Switzerland (GVA)",
      "value": "GVA"
    },
    {
      "id": 87,
      "name": "Georgetown, Guyana (Cheddi Jagan) (GEO)",
      "value": "GEO"
    },
    {
      "id": 88,
      "name": "Glasgow, UK (GLA)",
      "value": "GLA"
    },
    {
      "id": 89,
      "name": "Grand Cayman, Cayman Islands (GCM)",
      "value": "GCM"
    },
    {
      "id": 90,
      "name": "Grand Rapids, MI, US (GRR)",
      "value": "GRR"
    },
    {
      "id": 91,
      "name": "Greensboro, NC, US (GSO)",
      "value": "GSO"
    },
    {
      "id": 92,
      "name": "Greenville, SC, US (GSP)",
      "value": "GSP"
    },
    {
      "id": 93,
      "name": "Guadalajara, Mexico (GDL)",
      "value": "GDL"
    },
    {
      "id": 94,
      "name": "Guangzhou, China (CAN)",
      "value": "CAN"
    },
    {
      "id": 95,
      "name": "Guayaquil, Ecuador (GYE)",
      "value": "GYE"
    },
    {
      "id": 96,
      "name": "Halifax, NS, Canada (YHZ)",
      "value": "YHZ"
    },
    {
      "id": 97,
      "name": "Hamburg, Germany (HAM)",
      "value": "HAM"
    },
    {
      "id": 98,
      "name": "Hamilton, Bermuda (BDA)",
      "value": "BDA"
    },
    {
      "id": 99,
      "name": "Hamilton, ON, Canada (YHM)",
      "value": "YHM"
    },
    {
      "id": 100,
      "name": "Harrisburg, PA, US (MDT)",
      "value": "MDT"
    },
    {
      "id": 101,
      "name": "Hartford, CT, US (BDL)",
      "value": "BDL"
    },
    {
      "id": 102,
      "name": "Havana, Cuba (HAV)",
      "value": "HAV"
    },
    {
      "id": 103,
      "name": "Helsinki, Finland (HEL)",
      "value": "HEL"
    },
    {
      "id": 104,
      "name": "Hong Kong, China (HKG)",
      "value": "HKG"
    },


    {
      "id": 105,
      "value": "HNL",
      "name": "Honolulu, HI, US (HNL)"
    },

    {
      "id": 106,
      "value": "HOU",
      "name": "Houston, TX, US (Hobby) (HOU)"
    },
    {
      "id": 107,
      "value": "IAH",
      "name": "Houston, TX, US (Intercontinental) (IAH)"
    },
    {
      "id": 108,
      "value": "HYA",
      "name": "Hyannis, MA, US (HYA)"
    },

    {
      "id": 109,
      "value": "IND",
      "name": "Indianapolis, IN, US (IND)"
    },
    {
      "id": 110,
      "value": "IST",
      "name": "Istanbul, Turkey (IST)"
    },

    {
      "id": 111,
      "value": "ITH",
      "name": "Ithaca, NY, US (ITH)"
    },

    {
      "id": 112,
      "value": "JAX",
      "name": "Jacksonville, FL, US (JAX)"
    },

    {
      "id": 113,
      "value": "JED",
      "name": "Jeddah, Saudi Arabia (JED)"
    },

    {
      "id": 114,
      "value": "JNB",
      "name": "Johannesburg, South Africa (JNB)"
    },
    {
      "id": 115,
      "value": "MCI",
      "name": "Kansas City, MO, US (MCI)"
    },

    {
      "id": 116,
      "value": "JCI",
      "name": "Kansas City, MO, US (New Century) (JCI)"
    },


    {
      "id": 117,
      "value": "KBP",
      "name": "Kiev, Ukraine (KBP)"
    },
    {
      "id": 118,
      "value": "KIN",
      "name": "Kingston, Jamaica (KIN)"
    },
    {
      "id": 119,
      "value": "TYS",
      "name": "Knoxville, TN, US (TYS)"
    },
    {
      "id": 120,
      "value": "KWI",
      "name": "Kuwait, Kuwait (KWI)"
    },
    {
      "id": 121,
      "value": "LRM",
      "name": "La Romana, Dominican Republic (LRM)"
    },
    {
      "id": 122,
      "value": "LHE",
      "name": "Lahore, Pakistan (LHE)"
    },
    {
      "id": 123,
      "value": "LAS",
      "name": "Las Vegas, NV, US (LAS)"
    },

    {
      "id": 124,
      "value": "LEJ",
      "name": "Leipzig, Germany (LEJ)"
    },

    {
      "id": 125,
      "value": "LEX",
      "name": "Lexington, KY, US (LEX)"
    },
    {
      "id": 126,
      "value": "LGG",
      "name": "Liege, Belgium (LGG)"
    },
    {
      "id": 127,
      "value": "LIM",
      "name": "Lima, Peru (LIM)"
    },
    {
      "id": 128,
      "value": "LIS",
      "name": "Lisbon, Portugal (LIS)"
    },
    {
      "id": 129,
      "value": "LFW",
      "name": "Lome, Togo (LFW)"
    },
    {
      "id": 130,
      "value": "LCY",
      "name": "London, UK (City) (LCY)"
    },
    {
      "id": 131,
      "value": "LGW",
      "name": "London, UK (Gatwick) (LGW)"
    },
    {
      "id": 132,
      "value": "LHR",
      "name": "London, UK (Heathrow) (LHR)"
    },
    {
      "id": 133,
      "value": "STN",
      "name": "London, UK (Stansted) (STN)"
    },
    {
      "id": 134,
      "value": "LGB",
      "name": "Long Beach, CA, US (LGB)"
    },
    {
      "id": 135,
      "value": "LAX",
      "name": "Los Angeles, CA, US (LAX)"
    },
    {
      "id": 136,
      "value": "SDF",
      "name": "Louisville, KY, US (SDF)"
    },
    {
      "id": 137,
      "value": "LUX",
      "name": "Luxembourg, Luxembourg (LUX)"
    },
    {
      "id": 138,
      "value": "MSN",
      "name": "Madison, WI, US (MSN)"
    },
    {
      "id": 139,
      "value": "MAD",
      "name": "Madrid, Spain (MAD)"
    },
    {
      "id": 140,
      "value": "AGP",
      "name": "Malaga, Spain (AGP)"
    },

    {
      "id": 141,
      "value": "MHT",
      "name": "Manchester, NH, US (MHT)"
    },
    {
      "id": 142,
      "value": "MAN",
      "name": "Manchester, UK (MAN)"
    },
    {
      "id": 143,
      "value": "MDE",
      "name": "Medellin, Colombia (J M Cordova) (MDE)"
    },
    {
      "id": 144,
      "value": "MLB",
      "name": "Melbourne, FL, US (MLB)"
    },
    {
      "id": 145,
      "value": "MEM",
      "name": "Memphis, TN, US (MEM)"
    },
    {
      "id": 146,
      "value": "MEX",
      "name": "Mexico City, Mexico (MEX)"
    },
    {
      "id": 147,
      "value": "MIA",
      "name": "Miami, FL, US (MIA)"
    },
    {
      "id": 148,
      "value": "OPF",
      "name": "Miami, FL, US (OPF)"
    },
    {
      "id": 149,
      "value": "MXP",
      "name": "Milan, Italy (MXP)"
    },
    {
      "id": 150,
      "value": "MKE",
      "name": "Milwaukee, WI, US (MKE)"
    },
    {
      "id": 151,
      "value": "MSP",
      "name": "Minneapolis, MN, US (MSP)"
    },
    {
      "id": 152,
      "value": "MBJ",
      "name": "Montego Bay, Jamaica (MBJ)"
    },
    {
      "id": 153,
      "value": "MRY",
      "name": "Monterey, CA, US (MRY)"
    },
    {
      "id": 154,
      "value": "MTY",
      "name": "Monterrey, Mexico (MTY)"
    },
    {
      "id": 155,
      "value": "YUL",
      "name": "Montreal, QC, Canada (YUL)"
    },
    {
      "id": 156,
      "value": "MGW",
      "name": "Morgantown, WV, US (MGW)"
    },
    {
      "id": 157,
      "value": "SVO",
      "name": "Moscow, Russia (Sheremetyevo) (SVO)"
    },
    {
      "id": 158,
      "value": "BOM",
      "name": "Mumbai, India (BOM)"
    },
    {
      "id": 159,
      "value": "MUC",
      "name": "Munich, Germany (MUC)"
    },
    {
      "id": 160,
      "value": "MYR",
      "name": "Myrtle Beach, SC, US (MYR)"
    },
    {
      "id": 161,
      "value": "ACK",
      "name": "Nantucket, MA, US (ACK)"
    },
    {
      "id": 162,
      "value": "NAP",
      "name": "Naples, Italy (NAP)"
    },

    {
      "id": 163,
      "value": "BNA",
      "name": "Nashville, TN, US (BNA)"
    },
    {
      "id": 164,
      "value": "NAS",
      "name": "Nassau, Bahamas (NAS)"
    },
    {
      "id": 165,
      "value": "DEL",
      "name": "New Delhi, India (DEL)"
    },
    {
      "id": 166,
      "value": "HVN",
      "name": "New Haven, CT, US (HVN)"
    },
    {
      "id": 167,
      "value": "GON",
      "name": "New London/Groton, CT, US (GON)"
    },
    {
      "id": 168,
      "value": "MSY",
      "name": "New Orleans, LA, US (MSY)"
    },
    {
      "id": 169,
      "value": "NEW",
      "name": "New Orleans, LA, US (NEW)"
    },
    {
      "id": 170,
      "value": "JFK",
      "name": "New York, NY, US (Kennedy) (JFK)"
    },
    {
      "id": 171,
      "value": "LGA",
      "name": "New York, NY, US (LaGuardia) (LGA)"
    },
    {
      "id": 172,
      "value": "EWR",
      "name": "Newark, NJ, US (EWR)"
    },
    {
      "id": 173,
      "value": "SWF",
      "name": "Newburgh, NY, US (SWF)"
    },
    {
      "id": 174,
      "value": "NCE",
      "name": "Nice, France (NCE)"
    },
    {
      "id": 175,
      "value": "ORF",
      "name": "Norfolk, VA, US (ORF)"
    },
    {
      "id": 176,
      "value": "OAK",
      "name": "Oakland, CA, US (OAK)"
    },
    {
      "id": 177,
      "value": "HIF",
      "name": "Ogden, UT, US (HIF)"
    },
    {
      "id": 178,
      "value": "OKC",
      "name": "Oklahoma City, OK, US (OKC)"
    },
    {
      "id": 179,
      "value": "OMA",
      "name": "Omaha, NE, US (OMA)"
    },
    {
      "id": 180,
      "value": "ONT",
      "name": "Ontario, CA, US (ONT)"
    },
    {
      "id": 181,
      "value": "SNA",
      "name": "Orange County, CA, US (SNA)"
    },
    {
      "id": 182,
      "value": "AUA",
      "name": "Oranjestad, Aruba (AUA)"
    },
    {
      "id": 183,
      "value": "MCO",
      "name": "Orlando, FL, US (MCO)"
    },
    {
      "id": 184,
      "value": "ORL",
      "name": "Orlando, FL, US (Executive) (ORL)"
    },
    {
      "id": 185,
      "value": "OSL",
      "name": "Oslo, Norway (OSL)"
    },
    {
      "id": 186,
      "value": "YOW",
      "name": "Ottawa, ON, Canada (YOW)"
    },
    {
      "id": 187,
      "value": "OXC",
      "name": " Oxford, CT, US (OXC) "
    },
    {
      "id": 188,
      "value": "PMO",
      "name": "Palermo, Italy (PMO)"
    },

    {
      "id": 189,
      "value": "PTY",
      "name": "Panama City, Panama (PTY)"
    },

    {
      "id": 190,
      "value": "CDG",
      "name": "Paris, France (DeGaulle) (CDG)"
    },
    {
      "id": 191,
      "value": "ORY",
      "name": "Paris, France (Orly) (ORY)"
    },
    {
      "id": 192,
      "value": "PHL",
      "name": "Philadelphia, PA, US (PHL)"
    },
    {
      "id": 193,
      "value": "PNE",
      "name": "Philadelphia, PA, US (Northeast) (PNE)"
    },
    {
      "id": 194,
      "value": "PHX",
      "name": "Phoenix, AZ, US (PHX)"
    },
    {
      "id": 195,
      "value": "PIT",
      "name": "Pittsburgh, PA, US (PIT)"
    },
    {
      "id": 196,
      "value": "PBG",
      "name": "Plattsburgh, NY, US  (PBG)"
    },
    {
      "id": 197,
      "value": "PSE",
      "name": "Ponce, PR, US  (PSE)"
    },
    {
      "id": 198,
      "value": "PAP",
      "name": "Port Au Prince, Haiti (PAP)"
    },
    {
      "id": 199,
      "value": "POS",
      "name": "Port of Spain, Trinidad Tobago (POS)"
    },
    {
      "id": 200,
      "value": "PWM",
      "name": "Portland, ME, US (PWM)"
    },

    {
      "id": 201,
      "value": "PDX",
      "name": "Portland, OR, US (PDX)"
    },
    {
      "id": 202,
      "value": "OPO",
      "name": " Porto, Portugal (OPO)"
    },
    {
      "id": 203,
      "value": "PSM",
      "name": "Portsmouth, NH, US  (PSM)"
    },
    {
      "id": 204,
      "value": "PRG",
      "name": "Prague, Czech Republic  (PRG)"
    },
    {
      "id": 205,
      "value": "PVD",
      "name": "Providence, RI, US  (PVD)"
    },
    {
      "id": 206,
      "value": "PLS",
      "name": "Providenciales, Turks and Caicos (PLS)"
    },
    {
      "id": 207,
      "value": "POP",
      "name": "Puerto Plata, Dominican Republic (POP)"
    },
    {
      "id": 208,
      "value": "PUJ",
      "name": " Punta Cana, Dominican Republic (PUJ)"
    },
    {
      "id": 209,
      "value": "YQB",
      "name": " Quebec, QC, Canada (YQB)"
    },
    {
      "id": 210,
      "value": "UIO",
      "name": "Quito, Ecuador (UIO)"
    },
    {
      "id": 211,
      "value": "RDU",
      "name": "Raleigh Durham, NC, US (RDU)"
    },
    {
      "id": 212,
      "value": "RDG",
      "name": "Reading, PA, US (RDG)"
    },
    {
      "id": 213,
      "value": "RNO",
      "name": "Reno, NV, US (RNO)"
    },
    {
      "id": 214,
      "value": "KEF",
      "name": "Reykjavik, Iceland (Keflavik) (KEF)"
    },

    {
      "id": 215,
      "value": "RIC",
      "name": "Richmond, VA, US (RIC)"
    },

    {
      "id": 216,
      "value": "GIG",
      "name": "Rio de Janeiro, RJ, Brazil (Galeao) (GIG)"
    },
    {
      "id": 217,
      "value": "RUH",
      "name": "Riyadh, Saudi Arabia (RUH)"
    },
    {
      "id": 218,
      "value": "ROA",
      "name": "Roanoke, VA, US (ROA)"
    },
    {
      "id": 219,
      "value": "RST",
      "name": "Rochester, MN, US (RST)"
    },
    {
      "id": 220,
      "value": "ROC",
      "name": " Rochester, NY, US (ROC)"
    },
    {
      "id": 221,
      "value": "FCO",
      "name": " Rome, Italy (FCO)"
    },
    {
      "id": 222,
      "value": "LOT",
      "name": "Romeoville, IL, US (LOT)"
    },
    {
      "id": 223,
      "value": "SMF",
      "name": "Sacramento, CA, US (SMF)"
    },
    {
      "id": 224,
      "value": "SLN",
      "name": "Salina, KS, US (SLN)"
    },
    {
      "id": 225,
      "value": "SLC",
      "name": "Salt Lake City, UT, US (SLC)"
    },
    {
      "id": 226,
      "value": "SAT",
      "name": "San Antonio, TX, US (SAT)"
    },
    {
      "id": 227,
      "value": "SAN",
      "name": "San Diego, CA, US (SAN)"
    },

    {
      "id": 228,
      "value": "SFO",
      "name": "San Francisco, CA, US (SFO)"
    },
    {
      "id": 229,
      "value": "SJC",
      "name": "San Jose, CA, US (SJC)"
    },
    {
      "id": 230,
      "value": "SJO",
      "name": "San Jose, Costa Rica (SJO)"
    },
    {
      "id": 231,
      "value": "SJU",
      "name": "San Juan, PR, US (SJU)"
    },
    {
      "id": 232,
      "value": "SAP",
      "name": "San Pedro Sula, Honduras (SAP)"
    },
    {
      "id": 233,
      "value": "SAL",
      "name": "San Salvador, El Salvador (SAL)"
    },
    {
      "id": 234,
      "value": "SCL",
      "name": "Santiago, Chile (SCL)"
    },
    {
      "id": 235,
      "value": "STI",
      "name": "Santiago, Dominican Republic (STI)"
    },
    {
      "id": 236,
      "value": "SDQ",
      "name": "Santo Domingo, Dominican Republic (SDQ)"
    },
    {
      "id": 237,
      "value": "GRU",
      "name": "Sao Paulo, SP, Brazil (Guarulhos)  (GRU)"
    },
    {
      "id": 238,
      "value": "SRQ",
      "name": "Sarasota, FL, US (SRQ)"
    },
    {
      "id": 239,
      "value": "SAV",
      "name": "Savannah, GA, US (SAV)"
    },
    {
      "id": 240,
      "value": "SCH",
      "name": "Schenectady, NY, US (SCH)"
    },
    {
      "id": 241,
      "value": "SEA",
      "name": "Seattle, WA, US (SEA)"
    },
    {
      "id": 242,
      "value": "ICN",
      "name": " Seoul, South Korea (Incheon) (ICN)"
    },
    {
      "id": 243,
      "value": "PVG",
      "name": "Shanghai, China (PVG)"
    },
    {
      "id": 244,
      "value": "SNN",
      "name": "Shannon, Ireland (SNN)"
    },
    {
      "id": 245,
      "value": "SBN",
      "name": "South Bend, IN, US (SBN)"
    },
    {
      "id": 246,
      "value": "BIM",
      "name": "South Bimini, Bahamas (BIM)"
    },
    {
      "id": 247,
      "value": "GND",
      "name": "St Georges, Grenada (GND)"
    },
    {
      "id": 248,
      "value": "ANU",
      "name": "St Johns, Antigua (ANU)"
    },

    {
      "id": 249,
      "value": "SXM",
      "name": "St Maarten, Caribbean Netherlands (SXM)"
    },
    {
      "id": 250,
      "value": "STL",
      "name": "St. Louis, MO, US (STL)"
    },
    {
      "id": 251,
      "value": "SCE",
      "name": "State College, PA, US (SCE)"
    },
    {
      "id": 252,
      "value": "ARN",
      "name": "Stockholm, Sweden (ARN)"
    },
    {
      "id": 253,
      "value": "MVL",
      "name": "Stowe, VT, US (MVL)"
    },

    {
      "id": 254,
      "value": "SDL",
      "name": "Sundsvall, Sweden (SDL)"
    },

    {
      "id": 255,
      "value": "SYR",
      "name": "Syracuse, NY, US (SYR)"
    },

    {
      "id": 256,
      "value": "TPE",
      "name": "Taipei, Taiwan (TPE)"
    },
    {
      "id": 257,
      "value": "TPA",
      "name": "Tampa, FL, US (TPA)"
    },
    {
      "id": 258,
      "value": "TAS",
      "name": "Tashkent, Uzbekistan (TAS)"
    },
    {
      "id": 259,
      "value": "TLV",
      "name": " Tel Aviv, Israel (Ben Gurion)  (TLV)"
    },
    {
      "id": 260,
      "value": "TEB",
      "name": " Teterboro, NJ, US (TEB)"
    },
    {
      "id": 261,
      "value": "TSN",
      "name": "Tianjin, China (TSN)"
    },
    {
      "id": 262,
      "value": "HND",
      "name": "Tokyo, Japan (Haneda) (HND)"
    },
    {
      "id": 263,
      "value": "NRT",
      "name": "Tokyo, Japan (Narita) (NRT)"
    },
    {
      "id": 264,
      "value": "TOL",
      "name": "Toledo, OH, US (TOL)"
    },

    {
      "id": 265,
      "value": "YYZ",
      "name": "Toronto, ON, Canada  (YYZ)"
    },

    {
      "id": 266,
      "value": "YTZ",
      "name": "Toronto, ON, Canada (City Centre) (YTZ)"
    },

    {
      "id": 267,
      "value": "TUL",
      "name": "Tulsa, OK, US (TUL)"
    },

    {
      "id": 268,
      "value": "TCL",
      "name": "Tuscaloosa, AL, US (TCL)"
    },

    {
      "id": 269,
      "value": "YVR",
      "name": "Vancouver, BC, Canada (YVR)"
    },

    {
      "id": 270,
      "value": "VCE",
      "name": "Venice, Italy (VCE)"
    },
    {
      "id": 271,
      "value": "VRB",
      "name": "Vero Beach, FL, US (VRB)"
    },
    {
      "id": 272,
      "value": "VIE",
      "name": "Vienna, Austria (VIE)"
    },
    {
      "id": 273,
      "value": "UVF",
      "name": "Vieux Fort, Saint Lucia (Hewanorra) (UVF)"
    },
    {
      "id": 274,
      "value": "MVY",
      "name": "Vineyard Haven, MA, US (MVY)"
    },
    {
      "id": 275,
      "value": "WAW",
      "name": "Warsaw, Poland (Okecie) (WAW)"
    },
    {
      "id": 276,
      "value": "IAD",
      "name": "Washington, DC, US (Dulles) (IAD)"
    },
    {
      "id": 277,
      "value": "DCA",
      "name": "Washington, DC, US (National) (DCA)"
    },
    {
      "id": 278,
      "value": "PBI",
      "name": "West Palm Beach, FL, US (PBI)"
    },
    {
      "id": 279,
      "value": "HPN",
      "name": "White Plains, NY, US (HPN)"
    },

    {
      "id": 280,
      "value": "ICT",
      "name": "Wichita, KS, US (ICT)"
    },
    {
      "id": 281,
      "value": "AVP",
      "name": "Wilkes-Barre/Scranton, PA, US (AVP)"
    },
    {
      "id": 282,
      "value": "CUR",
      "name": "Willemstad, Curacao (CUR)"
    },
    {
      "id": 283,
      "value": "ILM",
      "name": "Wilmington, NC, US (ILM)"
    },
    {
      "id": 284,
      "value": "ORH",
      "name": "Worcester, MA, US (ORH)"
    },
    {
      "id": 285,
      "value": "ZAZ",
      "name": "Zaragoza, Spain (ZAZ)"
    },

    {
      "id": 286,
      "value": "ZRH",
      "name": "Zurich, Switzerland (ZRH)"
    },
    {
      "id": 287,
      "value": "PSP",
      "name": "Palm Springs, CA, US (PSP)"
    }
  ],
  "redirectBookingParking": "",
  "flightTrackerRedirect": "https://tracker.flightview.com/FVWebContent/?tag=customerComponent,/CustomerSetup/panynj/customweb/%3f",
  "portAuthorityRedirect": "http://www.panynj.gov/",
  "alertArray": [
    {
      "sentDate": "30-12-2017",
      "sentTime": "11:00",
      "sentMessage": "An entirely new $19B JFK is being constructed. Leave extra time due to construction detours and impacts to airport access."
    }
  ],
  "custTypes": [
    {
      "id": 1,
      "name": "Redevelopment",
      "redirectUrl": "https://portauthoritybuilds.com/redevelopment/us/en/jfk.html",
      "targetBlank": "_blank"
    }
  ],
  "SiteEvents": {
    "SiteEvent": [

      {
        "key": "rates_&_info_pa",
        "action": "Rates & Info",
        "category": "Parking Availability"
      },
      {
        "key": "booknow_book_now_pa",
        "action": "Book Now",
        "category": "Parking Availability"
      },
      {
        "key": "promotions_pa",
        "action": "Parking Promotion",
        "category": "Parking Availability"
      },

      {
        "key": "redevelopment_link_gm",
        "action": "Redevelopment link - GM",
        "category": "Global Menu"
      },
      {
        "key": "parking_availability_tile_hpt",
        "action": "Parking Availability - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "taxi_wait_times_tile_hpt",
        "action": "Taxi Wait Times - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "walk_time_to_gates_tile_hpt",
        "action": "Walk Time to Gates - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "parking_availability_hsm",
        "action": "Parking Availability - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "taxi_wait_times_hsm",
        "action": "Taxi Wait Times - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "walk_time_to_gates_hsm",
        "action": "Walk Time to Gates - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "flight_tracker_tile_hpt",
        "action": "Flight Tracker - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "directions_tile_hpt",
        "action": "Directions - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "construction_impacts_tile_hpt",
        "action": "Construction Impacts - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "flight_tracker_hsm",
        "action": "Flight Tracker - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "directions_hsm",
        "action": "Directions - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "connecting_flights_hsm",
        "action": "Connecting Flights - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "security_wait_times_hsm",
        "action": "Security & Customs Wait Times - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "security_wait_times_tile_hpt",
        "action": "Security & Customs Wait Times - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "track_flight_ft",
        "action": "Track Flight",
        "category": "Flight Tracker"
      },
      {
        "key": "all_track_flight_ft",
        "action": "All Flights",
        "category": "Flight Tracker"
      },
      {
        "key": "to_airport_tab",
        "action": "To Airport Tab",
        "category": "Directions"
      },
      {
        "key": "from_airport_tab",
        "action": "From Airport Tab",
        "category": "Directions"
      },
      {
        "key": "get_directions",
        "action": "Get Directions",
        "category": "Directions"
      },
      {
        "key": "twitter_footer",
        "action": "Twitter - Footer",
        "category": "Footer"
      },
      {
        "key": "facebook_footer",
        "action": "Facebook - Footer",
        "category": "Footer"
      },
      {
        "key": "airtrain_gm",
        "action": "Air Train - GM",
        "category": "Global Menu"
      },
      {
        "key": "airport_directions_gm",
        "action": "Airport Directions - GM",
        "category": "Global Menu"
      },
      {
        "key": "taxi_car_and_van_service_gm",
        "action": "Taxi, Car and Van Service - GM",
        "category": "Global Menu"
      },
      {
        "key": "wifi_instructions_gm",
        "action": "WiFi Instructions - GM",
        "category": "Global Menu"
      },
      {
        "key": "public_transportation_gm",
        "action": "Public Transportation - GM",
        "category": "Global Menu"
      },
      {
        "key": "parking_gm",
        "action": "Parking - GM",
        "category": "Global Menu"
      },
      {
        "key": "pickup_and_drop_off_gm",
        "action": "Pickup and Drop Off - GM",
        "category": "Global Menu"
      },
      {
        "key": "shops_restaurants_and_services_gm",
        "action": "Shops, Restaurants and Services - GM",
        "category": "Global Menu"
      },
      {
        "key": "airport_maps_gm",
        "action": "Airport Maps - GM",
        "category": "Global Menu"
      },
      {
        "key": "airport_hotels_gm",
        "action": "Airport Hotels - GM",
        "category": "Global Menu"
      },
      {
        "key": "connecting_flights_gm",
        "action": "Connecting Flights - GM",
        "category": "Global Menu"
      },
      {
        "key": "on_airport_bus_gm",
        "action": "On Airport Bus - GM",
        "category": "Global Menu"
      },
      {
        "key": "accessibility_services_gm",
        "action": "Accessibility Services - GM",
        "category": "Global Menu"
      },
      {
        "key": "flight_tracker_gm",
        "action": "Flight Tracker - GM",
        "category": "Global Menu"
      },
      {
        "key": "airlines_gm",
        "action": "Airlines - GM",
        "category": "Global Menu"
      },
      {
        "key": "home_gm",
        "action": "Home",
        "category": "Home Page"
      },
      {
        "key": "privacy_statement",
        "action": "Privacy Statement - Bottom",
        "category": "Privacy Statement"
      },
      {
        "key": "accessibility_services_header",
        "action": "Accessibility Services - Header",
        "category": "Header"
      },
      {
        "key": "security_tabs",
        "action": " Security WT - Tab",
        "category": "Global Menu"
      },
      {
        "key": "passport_control_tabs",
        "action": "Customs WT - Tab",
        "category": "Global Menu"
      },
      {
        "key": "accessibility_tools_button",
        "action": "Accessibility-Tools from Accessibility-Services Page",
        "category": "Accessibility Tools Button"
      }
    ]
  },
  "homeTabParams": [
    {
      "topImage": "/static/img/plan-ahead.png",
      "bottomImage": "",
      "clickUrl": "https://construction.jfkairport.com",
      "clickUrlTarget": "_self"
    }
  ],
  "logoUrl": "/static/img/JFK-Airport logo.png",
  //"intrumentKeyAnalyatics": "8ea6b496-f3e9-447b-bab8-32ddf5347293",
  "trackingId": "G-TEQ0MPFK29",
  "gtmId": "GTM-PWR9XZV",
  "searchAPIURL": "https://avi-mppprod-search.search.windows.net/indexes/jfkairport/docs/search?api-version=2016-09-01",
  "searchAPIKey": "A6CE0EE926BC408B1E9D6E9EC14A5D64",
  "directionAirportName": "@John+F.+Kennedy+International+Airport",
  "captchaSiteKey": "6LdQRWAUAAAAAMaBl6WBIK_nrpLQ11M0QaTDDz3K",
  "feedbackParagraphText": "Port Authority of New York and New Jersey actively seeks your thoughts on its activities and this site in order to better serve you Thank you for taking the time to communicate with us.",
  "homeTabTitle": "Construction of a new JFK may cause travel delays.",
  "homeTabLinkTitle": "Click here for more details.",
  "staticPagesEnabled": {
    "public-transportation": true,
    "taxi-car-and-van-service": true,
    "parking": true,
    "airport-hotels": true,
    "accessibility-services": true,
    "airlines": true,
    "tips": true,
    "car-rental": true,
    "airport-connections": true,
    "currency-exchange": true,
    "air-train": true,
    "pickup-and-dropoff": true,
    "parking-coupons": true,
    "wifi-instructions": true,
    "on-airport-bus": true,
    "website-disclaimer": true,
    "privacy-statement": true,
    "connecting-flights": true,
    "airport-directions": true
  },
  "apiErrorMessage": "Data is not available presently. Please try again later.",
  "parkingPromotionDiscount": {
    "redirectUrl": "/to-from-airport/parking",
    "labelName": "Parking Promotions",
    "isActive": false
  },
  "metaData": {
    "home": {
      "title": "JFK - John F. Kennedy International Airport",
      "description": "John F. Kennedy International Airport Official Website",
      "keywords": "John F. Kennedy International airport, JFK, JFK airport parking, John F. Kennedy parking, JFK airport long term parking, John F. Kennedy long term parking, cheap airport parking JFK, JFK  airport parking, NYC Airport, New York Airport,  JFK airport arrivals, JFK airport departures, arriving flights JFK airport, JFK airport arrival status, taxi service to JFK airport, airport taxi JFK, airport security wait times JFK, travel time to JFK airport, JFK airport delays, JFK airport delays today, JFK airport weather delays, JFK international airport departures, Redevelopment"
    },
    "airport-directions": {
      "title": "Airport Directions - JFK - John F. Kennedy International Airport",
      "description": "JFK Airport is accessible via a number of public transportation options. Learn how to get to, from and around the airport via car, bus or subway.",
      "keywords": "JFK, John F. Kennedy, Kennedy, airport, directions, maps, traffic, best time to get to airport, subway, train, AirTrain, bus, driving, travel"
    },
    "air-train": {
      "title": "AirTrain - JFK - John F. Kennedy International Airport",
      "description": "Metropolitan Transportation Authority (MTA) buses provide service between JFK Airport, Manhattan, Queens and beyond with connection to the subway, Long Island Rail Road and Metro-North Railroad.",
      "keywords": "JFK airtrain, JFK airtrain map, JFK airtrain schedule, JFK to NYC airtrain, airtrain to JFK to Manhattan, JFK airtrain status, John F. Kennedy airport airtrain, John F. Kennedy airtrain map, John F. Kennedy airport airtrain hours, John F. Kennedy airport to New York city airtrain,"
    },
    "public-transportation": {
      "title": "Public Transportation - JFK - John F. Kennedy International Airport",
      "description": "Car, van and shared ride services are available at JFK Airport.",
      "keywords": "trains from NYC to JFK airport, JFK airport to Manhattan train, JFK airport to NYC train, John F. Kennedy international airport NJ JFK train, JFK airport express bus, JFK airport shuttle bus, JFK airport bus, port authority bus terminal to John F. Kennedy airport, John F. Kennedy airport express bus service port authority, the John F. Kennedy airport express bus service, John F. Kennedy airport express bus service grand central, John F. Kennedy airport bus to Manhattan"
    },
    "taxi-car-and-van-service": {
      "title": "Taxi, Car, and Van Service - JFK - John F. Kennedy International Airport",
      "description": "General Parking Information. There are several parking options at Kennedy Airport ranging from hourly and daily parking located closest to Terminals 1, 2 ,4, 5, 7 and 8.",
      "keywords": "JFK John F. Kennedy airport taxi and limo service, airport taxi JFK, taxi service to JFK airport, taxi to JFK airport, JFK airport taxi to Manhattan, JFK airport taxi fare, JFK airport to times square taxi fare, JFK John F. Kennedy airport taxi and limo service John F. Kennedy, John F. Kennedy airport to Manhattan taxi fare, taxi from Manhattan to John F. Kennedy airport, John F. Kennedy airport taxi, taxi fare from John F. Kennedy airport to statue of John F. Kennedy"
    },
    "parking": {
      "title": "Parking - JFK - John F. Kennedy International Airport",
      "description": "General Parking Information. There are several parking options at Kennedy Airport ranging from hourly and daily parking located closest to Terminals 1, 2 ,4, 5, 7 and 8.",
      "keywords": "JFK airport long term parking, long term parking JFK John F. Kennedy airport, JFK airport parking long term, long term parking in JFK airport, long term parking near JFK airport, John F. Kennedy airport parking, John F. Kennedy international airport parking, John F. Kennedy airport long term parking, John F. Kennedy parking John F. Kennedy airport, short term parking at John F. Kennedy airport, parking fees at John F. Kennedy airport, John F. Kennedy airport cell phone parking lot, John F. Kennedy international airport parking rates, terminal b parking, terminal c parking, terminal a parking, cheap airport parking,"
    },
    "pickup-and-dropoff": {
      "title": "Pickup, and Drop-off - JFK - John F. Kennedy International Airport",
      "description": "Please use the wait area If you are meeting a passenger on a flight arriving at the airport.",
      "keywords": "John F. Kennedy airport pickup and drop off, cell phone lot,"
    },
    "shops-restaurants-and-services": {
      "title": "Shops, Restaurants, and Services - JFK - John F. Kennedy International Airport",
      "description": "All shops, restaurants and services available at John F. Kennedy Airport",
      "keywords": "john f Kennedy airport duty free shop, john f Kennedy airport shops, john f Kennedy airport New York shopping, John F. Kennedy airport terminal shops, John F. Kennedy international airport shops"
    },
    "wifi-instructions": {
      "title": "Wi-Fi Instructions - JFK - John F. Kennedy International Airport",
      "description": "Free unlimited Wi-Fi internet access is available throughout all terminals.",
      "keywords": "JFK free internet, john f Kennedy Wi-Fi, john f Kennedy Wi-Fi password, JFK Wi-Fi password,"
    },
    "airport-maps": {
      "title": "Airport Maps - JFK -  John F. Kennedy International Airport",
      "description": "John F. Kennedy Airport Map",
      "keywords": "john f Kennedy, airport maps, JFK maps, map JFK airport JFK airport terminal maps, JFK airport map terminal 4, JFK airport map terminal 1, JFK airport map terminal 2, JFK airport map terminal 5, JFK airport map terminal 6, JFK airport map terminal 7"
    },
    "airport-hotels": {
      "title": "Airport Hotels - JFK -  John F. Kennedy International Airport",
      "description": "John F. Kennedy has four hotels conveniently located near the airport.",
      "keywords": "john f Kennedy airport hotels, hotels near john f Kennedy airport, hotels near john f Kennedy airport NY, hotels near john f Kennedy airport with shuttle, hotels john f Kennedy airport New York, JFK airport hotels, hotels near JFK airport, hotels near JFK airport NY, hotels near JFK airport with shuttle, hotels JFK airport New York"
    },
    "connecting-flights": {
      "title": "Connecting Flights - JFK - John F. Kennedy International Airport",
      "description": "Flight connections can be a complicated process, especially when you need to transfer between two airlines. Here is some information to get you to your flight on time.",
      "keywords": "JFK, John F. Kennedy, airport, Kennedy, flight connections, missed connecting flight, delta, connecting flights, domestic flight connection, transfers, terminals, make connecting flight, Jitney, airtrain, terminal 2, terminal 4, transfer between terminals, flight transfers"
    },
    "on-airport-bus": {
      "title": "On Airport Bus - JFK - John F. Kennedy International Airport",
      "description": "Use the complimentary airport shuttle bus service between terminals and parking lots.",
      "keywords": "JFK airport bus, bus to JFK airport, JFK airport shuttle bus, bus from JFK to LGA, bus from JFK to ewer, bus to JFK"
    },
    "accessibility-services": {
      "title": "Accessibility Services - JFK -  John F. Kennedy International Airport",
      "description": "Accessibility Services offered at JFK Airport.",
      "keywords": "JFK accessibility, john f Kennedy handicap, john f Kennedy wheel chair, JFK wheelchair"
    },
    "flight-tracker": {
      "title": "Flight Tracker - JFK -  John F. Kennedy International Airport",
      "description": "Track flights and get status information by Flight Number on departing and arriving flights.",
      "keywords": "john f Kennedy flight tracker, flight tracker john f Kennedy, JFK airport flight tracker, john f Kennedy flight tracker arrivals, john f Kennedy arrivals flight tracker, JFK flight tracker arrivals"
    },
    "airlines": {
      "title": "Airlines - JFK - John F. Kennedy International Airport",
      "description": "Airlines information",
      "keywords": "American airlines terminal JFK, American airlines john f Kennedy, airlines out of JFK, Kennedy airport airlines, JFK airport airlines"
    },
    "privacy-statement": {
      "title": "Privacy Statement - JFK - John F. Kennedy International Airport",
      "description": "This Privacy Statement addresses the collection, use and dissemination of information users voluntarily provide to The Port Authority of NY & NJ and PATH through the organizations websites.",
      "keywords": "privacy policy, privacy statement, privacy info, privacy notice, sharing information."
    },
    "feedback": {
      "title": "Feedback - JFK - John F. Kennedy International Airport",
      "description": "We aim to provide great customer service. For inquiries and questions, please fill out the form and a customer service representative will be in touch.",
      "keywords": "customer service feedback, customer service contact, contact us, feedback."
    },
    "website-disclaimer": {
      "title": "Web Site Disclaimer - JFK - John F. Kennedy International Airport",
      "description": "",
      "keywords": ""
    }
  },
  "feedBackFor": {
    "items": [
      {
        "checkBoxId": "chkB1",
        "checkBoxLabel": "Discrimination",
        "checkBoxValue": "Discrimination"
      },
      {
        "checkBoxId": "chkB2",
        "checkBoxLabel": "ADA",
        "checkBoxValue": "ADA Compliance"
      },
      {
        "checkBoxId": "chkB3",
        "checkBoxLabel": "TSA",
        "checkBoxValue": "TSA"
      },
      {
        "checkBoxId": "chkB4",
        "checkBoxLabel": "Food",
        "checkBoxValue": "Food"
      },
      {
        "checkBoxId": "chkB5",
        "checkBoxLabel": "Flight Information",
        "checkBoxValue": "Flight"
      },
      {
        "checkBoxId": "chkB6",
        "checkBoxLabel": "Other",
        "checkBoxValue": "Other"
      }
    ]
  },
  "bookParkingSubHeading": "Prebook up to 3 hours in advance and save!",
  "bookingParkingTimeZoneOffsetValue": "-5",
  "shopsAndServicesTerminalValue": "Terminal 1,Terminal 2,Terminal 4,Terminal 5,Terminal 7,Terminal 8,Jamaica Station",

  "securityCustomWaitTimes": {
    "securityWaitTimeGridColumns": {
      "terminal": true,
      "gate": false,
      "checkPoint": false,
      "generalLine": true,
      "tSAPreLine": true
    },
    "securityTab": "Security",
    "customTab": "Customs",
    "securityWaitParagraphText": "Security wait times are calculated and updated in real time.",
    "customlWaitTimeTabsValue": {
      "customWaitHeaderName": "Security & Customs Wait Times",
      "customControlParagraphText": "Passengers using Mobile Passport Control (MPC) or those enrolled in the U.S. Customs and Border Protection (CBP) Trusted Traveler Program Global Entry may experience shorter processing times.",
      "gridName": [
        {
          "column_1": "Terminal",
          "visibilty": true
        },
        {
          "column_2": null,
          "visibilty": false
        },
        {
          "column_3": "Customs Inspection",
          "visibilty": true
        }
      ]
    }
  },
  "timeZone": "America/New_York",
  "releaseVersion": "a55b7ba2-f4e2-4126-960b-47aa0ec0026e", // DON'T TOUCH THIS.This will be GUID number, It will automatic set using powershell script after release on azure devops.
  "srsEmptyResultMessage": "No results match your search criteria.",
  "srsEmptyActiveFilterMessage": "None",
  "airTrainArrivalsSubHeading": "AirTrain times are calculated and updated in real time",
  "airTrainArrivalsSubHeading2": "Select Terminal to view arriving trains",
  "airTrainArrivalStationNotFoundMessage": "AirTrain Stations Not Found.",
  "accessibilityServicesPageTitle": "Accessibility Services"
  //"srsPageEmergencyMessage": "Due to ongoing health concerns regarding COVID-19, as of Friday, March 20,2020 concessions are only offering grab and go and takeout options, consistent with the latest New York and New Jersey directives. Food courts remain open, but we remind passengers to follow social distancing guidelines and to maintain at least 6 feet of separation between other guests. Many retail stores in the airports have closed. Please note that concessions are adjusting their hours of operation and opening status on a daily basis, and so we cannot guarantee any specific concessions or eateries will be open."
}
