var airportConfig= {
  "id": 1,
  "airportName": "EWR",
  "airportFullName": "Newark Liberty",
  "airportDesc": "International Airport",
  "versionNumber": "0.1.6",
  "environment": "Production",
  "mainMenu": [
    {
      "menuId": 1,
      "menuName": "To & From EWR",
      "menuDesc": "Plan your airport travel",
      "imageUrl": "../assets/img/",
      "imageAlt": "To & From EWR",
      "isActive": false,
      "subMenuDesc": "EWR has many transportation options",
      "subMenu": [
        {
          "subMenuId": 1,
          "subMenuName": "Directions",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Directions.png",
          "subMenuImageAlt": "Directions",
          "subMenuRouterPath": "/to-from-airport/airport-directions",
          "clickEventGlobalMenyKey": "airport_directions_gm"
        },
        {
          "subMenuId": 2,
          "subMenuName": "AirTrain",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Air-Train.png",
          "subMenuImageAlt": "AirTrain",
          "subMenuRouterPath": "/to-from-airport/air-train",
          "clickEventGlobalMenyKey": "airtrain_gm"
        },
        {
          "subMenuId": 3,
          "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": 4,
          "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": 5,
          "subMenuName": "Parking",
          "subMenuDesc": "",
          "subMenuImageURL": "/static/img/Icon-Parking.png",
          "subMenuImageAlt": "Parking",
          "subMenuRouterPath": "/to-from-airport/parking",
          "clickEventGlobalMenyKey": "parking_gm"
        },
        {
          "subMenuId": 6,
          "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, Restaurants 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 Services",
          "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": "Flight Tracker",
      "redirectURL": "#flight-search",
      "imagePath": "/static/img/Icon-Flight-Tracker-home.png",
      "clickMenuKeyEvent": "flight_tracker"
    },
    {
      "id": 2,
      "name": "Book Parking & Parking Availability",
      "redirectURL": "#terminal-parking",
      "imagePath": "/static/img/Icon-Parking.png",
      "clickMenuKeyEvent": "parking_availability"
    },
    {
      "id": 3,
      "name": "Security & Customs Wait Times",
      "redirectURL": "#security-wait",
      "imagePath": "/static/img/Icon-Security-Wait-Time.png",
      "clickMenuKeyEvent": "security_wait_times"
    },
    {
      "id": 4,
      "name": "Walk Times to Gates",
      "redirectURL": "#walk-time",
      "imagePath": "/static/img/Icon-Walktime.png",
      "clickMenuKeyEvent": "walk_time_to_gates"
    },
    {
      "id": 5,
      "name": "Taxi Wait Times",
      "redirectURL": "#taxi-wait",
      "imagePath": "/static/img/Icon-Taxi-Car-Info.png",
      "clickMenuKeyEvent": "taxi_wait_times"
    },
    {
      "id": 6,
      "name": "Connecting Flights",
      "redirectURL": "/at-airport/connecting-flights",
      "imagePath": "/static/img/Icon-Connecting-Flight-home.png",
      "clickMenuKeyEvent": "connecting_flights"
    }
  ],
  "airportTerminalsList": [
    {
      "selectedText": "EWR Airport Map",
      "selectedValue": "0",
      "imageName": "ewr-airport-map",
      "airportShuttle": "",
      "operatsValue": "",
      "legends": [
        {
          "legendId": 1,
          "legendName": "Economy Parking Shuttle Shops: Terminals A,B,C",
          "legendDesc": "Economy Parking Shuttle Shops: Terminals A,B,C",
          "legendImage": "/static/img/legends/Icon-Express-Buses.png"
        },
        {
          "legendId": 2,
          "legendName": "Short Term Parking: Terminals A,B,C   Daily Parking:P3, P4   Economy Long Term Parking: P6",
          "legendDesc": "Short Term Parking: Terminals A,B,C   Daily Parking:P3, P4   Economy Long Term Parking: P6",
          "legendImage": "/static/img/legends/Icon-Parking.png"
        },
        {
          "legendId": 3,
          "legendName": "Designated Spaces Available in All Parking Lots",
          "legendDesc": "Designated Spaces Available in All Parking Lots",
          "legendImage": "/static/img/legends/Icon-Reserved-Spaces.png"
        },
        {
          "legendId": 4,
          "legendName": "Cell Phone Parking Lot",
          "legendDesc": "Cell Phone Parking Lot",
          "legendImage": "/static/img/legends/Icon-LGA-Cell-Phone.png"
        },
        {
          "legendId": 5,
          "legendName": "Rental Car",
          "legendDesc": "Rental Car",
          "legendImage": "/static/img/legends/Icon-Rental-Car-Hotel-Shuttles.png"
        }
      ],
      "busRouteLegend": [
        {
          "legendId": 1,
          "legendRoute": "",
          "legendDesc": "",
          "legendRouteImage": ""
        },
        {
          "legendId": 2,
          "legendRoute": "",
          "legendDesc": "",
          "legendRouteImage": ""
        },
        {
          "legendId": 3,
          "legendRoute": "",
          "legendDesc": "",
          "legendRouteImage": ""
        }
      ]
    },
    {
      "selectedText": "Terminal A",
      "selectedValue": "1",
      "imageName": "terminal-A",
      "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-Transit-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 7,
          "legendName": "Concierge Services",
          "legendDesc": "Concierge Services",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.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": "Rental Car and Hotel Shuttles",
          "legendDesc": "Rental Car and Hotel Shuttles",
          "legendImage": "/static/img/legends/Icon-Rental-Car-Hotel-Shuttles.png"
        },
        {
          "legendId": 16,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 17,
          "legendName": "Shuttle From Terminal A to C",
          "legendDesc": "Shuttle From Terminal A to C",
          "legendImage": "/static/img/legends/Icon-Shuttle-From-Terminal.png"
        },
        {
          "legendId": 18,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 19,
          "legendName": "Taxi",
          "legendDesc": "Taxi",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 20,
          "legendName": "U.S Immigration",
          "legendDesc": "U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        }
      ]
    },
    {
      "selectedText": "Terminal B",
      "selectedValue": "2",
      "imageName": "terminal-B",
      "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-Transit-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 7,
          "legendName": "Concierge Services",
          "legendDesc": "Concierge Services",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.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": "Rental Car and Hotel Shuttles",
          "legendDesc": "Rental Car and Hotel Shuttles",
          "legendImage": "/static/img/legends/Icon-Rental-Car-Hotel-Shuttles.png"
        },
        {
          "legendId": 16,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 17,
          "legendName": "Shuttle From Terminal A to C",
          "legendDesc": "Shuttle From Terminal A to C",
          "legendImage": "/static/img/legends/Icon-Shuttle-From-Terminal.png"
        },
        {
          "legendId": 18,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 19,
          "legendName": "Taxi",
          "legendDesc": "Taxi",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 20,
          "legendName": "U.S Immigration",
          "legendDesc": "U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        }
      ]
    },
    {
      "selectedText": "Terminal C",
      "selectedValue": "3",
      "imageName": "terminal-C",
      "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-Transit-Buses.png"
        },
        {
          "legendId": 6,
          "legendName": "Check-In",
          "legendDesc": "Check-In",
          "legendImage": "/static/img/legends/Icon-Check-In.png"
        },
        {
          "legendId": 7,
          "legendName": "Concierge Services",
          "legendDesc": "Concierge Services",
          "legendImage": "/static/img/legends/Icon-Welcome-Center.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": "Rental Car and Hotel Shuttles",
          "legendDesc": "Rental Car and Hotel Shuttles",
          "legendImage": "/static/img/legends/Icon-Rental-Car-Hotel-Shuttles.png"
        },
        {
          "legendId": 16,
          "legendName": "Restrooms",
          "legendDesc": "Restrooms",
          "legendImage": "/static/img/legends/Icon-Restroom.png"
        },
        {
          "legendId": 17,
          "legendName": "Shuttle From Terminal A to C",
          "legendDesc": "Shuttle From Terminal A to C",
          "legendImage": "/static/img/legends/Icon-Shuttle-From-Terminal.png"
        },
        {
          "legendId": 18,
          "legendName": "Service Animal/Pet Relief Area",
          "legendDesc": "Service Animal/Pet Relief Area",
          "legendImage": "/static/img/legends/Icon-Service-Animal.png"
        },
        {
          "legendId": 19,
          "legendName": "Taxi",
          "legendDesc": "Taxi",
          "legendImage": "/static/img/legends/Icon-Taxi-PickUp-Area.png"
        },
        {
          "legendId": 20,
          "legendName": " U.S Immigration",
          "legendDesc": " U.S Immigration",
          "legendImage": "/static/img/legends/Icon-US-Immigration.png"
        }
      ]
    }
  ],
  "reserveParkingURL": "",
  "subscribeAlertURL": "https://www.panynj.gov/port-authority/en/alerts.html",
  "latitude": "40.6895314",
  "longitude": "-74.17446239999998",
  "twitterURL": "http://www.twitter.com/EWRairport",
  "facebookURL": "http://www.facebook.com/EWRairport",
  "whatsappURL": "https://api.whatsapp.com/message/HGOE7FURZYZTC1?autoload=1&app_absent=0",
  "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/ewr",
          "footerMenuAlt": "Lost & Found",
          "footerSetTarget": "_blank"
        },

        {
          "footerMenuId": 9,
          "footerMenuName": "Air Cargo",
          "footerMenuURL": "https://www.panynj.gov/airports/en/air-cargo/newark.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/EWRairport",
              "socialMediaImageURL": "/static/img/facebook.png",
              "socialMediaSetTarget": "_blank",
              "socialMediaImageAlt": "Facebook"
            },
            {
              "socialMediaName": "Twitter",
              "socialMediaURL": "http://www.twitter.com/EWRairport",
              "socialMediaImageURL": "/static/img/twitter.png",
              "socialMediaSetTarget": "_blank",
              "socialMediaImageAlt": "Twitter"
            },
            {
              "socialMediaName": "WhatsApp",
              "socialMediaURL": "https://api.whatsapp.com/message/HGOE7FURZYZTC1?autoload=1&app_absent=0",
              "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": "SHORT-TERM PARKING",
      "parkingTerminalDesc": "Located at the Terminal.",
      "parkingSlotList": [
        {
          "parkingLot": "Short-Term Parking A",
          "parkingSlotDesc": "",
          "clickEventKey": "short_term_parking_a" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        },
        {
          "parkingLot": "Short-Term Parking B, C",
          "parkingSlotDesc": "",
          "clickEventKey": "short_term_parking_b_c" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        }
      ]
    },
    {
      "parkingTerminalTitle": "DAILY PARKING",
      "parkingTerminalDesc": "AirTrain can be accessed from these lots.",
      "parkingSlotList": [

        {
          "parkingLot": "Daily Parking P4",
          "parkingSlotDesc": "",
          "clickEventKey": "daily_parking_p4" // This key used for google Analytics tracking and used in Array Name "SiteEvents".
        }
      ]
    },
    {
      "parkingTerminalTitle": "ECONOMY PARKING",
      "parkingTerminalDesc": "Frequent shuttle bus service to all terminals.",
      "parkingSlotList": [
        {
          "parkingLot": "Economy Parking P6",
          "parkingSlotDesc": ""
        }
      ]
    }
  ],
  "parkingTerminals": [
    {
      "value": "",
      "name": "Please select"
    },
    {
      "value": "24",
      "name": "Terminal A"
    },
    {
      "value": "25",
      "name": "Terminal B"
    },
    {
      "value": "26",
      "name": "Terminal C"
    }
  ],
  "apiBaseURL": "https://avi-prod-mpp-webapp-api.azurewebsites.net/",
  "redirectReserveParking": "https://parking.newarkairport.com/book/EWR/Parking",
  "flightViewAirlinesList": [

    {
      "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": "YP",
      "name": "Air Premia"
    }
  ],
  "flightViewDepartureList": [
    /*{
      "id": 0,
      "value": "",
      "name": "Select a Departure Airport"
    },*/
    {
      "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)"
    }
  ],
  "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)"
    },
    {
      "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)"
    }
  ],
  "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": "PA Alerts notifies customers of incidents or events that may delay their trip."
    }
  ],
  "custTypes": [
    {
      "id": 1,
      "name": "Redevelopment",
      "redirectUrl": "https://www.ewrredevelopment.com/",
      "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": "connecting_flights_gm",
        "action": "Connecting Flights - 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": "flight_tracker_hsm",
        "action": "Flight Tracker - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "directions_hsm",
        "action": "Directions - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "security_wait_times_hsm",
        "action": "Security & Customs Wait Times - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "connecting_flights_hsm",
        "action": "Connecting Flights - SM",
        "category": "Home Page Sticky Menu"
      },
      {
        "key": "security_wait_times_tile_hpt",
        "action": "Security & Customs Wait Times - Tile",
        "category": "Home Page Tile"
      },
      {
        "key": "connecting_flights_tile_hpt",
        "action": "Connecting Flights - 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": "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": "on_airport_bus_gm",
        "action": "On Airport Bus - GM",
        "category": "Global Menu"
      },
      {
        "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/real-time-header.png",
      "bottomImage": "/static/img/timeicon.png",
      "clickUrl": "",
      "clickUrlTarget": ""
    }
  ],
  "logoUrl": "/static/img/EWR-Airport logo.png",
  //"intrumentKeyAnalyatics": "9c60143f-da56-460b-a4de-160ad820b990",
  "trackingId": "G-4C3KXG8R16",
  "gtmId": "GTM-M3RZJP6",
  "searchAPIURL": "https://avi-mppprod-search.search.windows.net/indexes/newarkairport/docs/search?api-version=2016-09-01",
  "searchAPIKey": "A6CE0EE926BC408B1E9D6E9EC14A5D64",
  "directionAirportName": "@Newark+Liberty+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": "Travel smarter with flight information, parking availability and taxi wait times.",
  "homeTabLinkTitle": "",
  "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,
    "website-disclaimer": true,
    "privacy-statement": true,
    "connecting-flights": true,
    "airport-directions": true,
    "on-airport-bus": true
  },
  "apiErrorMessage": "Data is not available presently. Please try again later.",
  "parkingPromotionDiscount": {
    "redirectUrl": "/to-from-airport/parking",
    "isActive": false
  },
  "metaData": {
    "home": {
      "title": "EWR - Newark Liberty International Airport",
      "description": "The Official Website of Newark Liberty International Airport.",
      "keywords": "Newark liberty international airport, ewr, ewr airport parking, Newark liberty airport parking, ewr airport long term parking, Newark liberty airport long term parking, cheap airport parking ewr, ewr Newark airport parking, NJ Airport, New Jersey Airport,  ewr airport arrivals, ewr airport departures, arriving flights ewr airport, ewr airport arrival status, taxi service to ewr airport, airport taxi ewr, airport security wait times ewr, travel time to ewr airport, ewr airport delays, ewr airport delays today, ewr airport weather delays, ewr international airport departures, Redevelopment"
    },
    "airport-directions": {
      "title": "Airport Directions - EWR - Newark International Airport",
      "description": "Newark 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": "EWR, Newark, Newark Liberty, airport, directions, maps, traffic, best time to get to airport, subway, train, AirTrain, bus, driving, travel"
    },
    "air-train": {
      "title": "Newark Airport Airtrain - EWR - Newark Liberty International Airport",
      "description": "Airtrain provides transportation to terminals, other points around the airport, and access to public transportation.",
      "keywords": "ewr airtrain, ewr airtrain map, ewr airtrain schedule, ewr to nyc airtrain, airtrain to ewr to Manhattan, ewr airtrain status, Newark airport airtrain, Newark airtrain map, Newark airport airtrain hours, Newark airport to New York city airtrain"
    },
    "public-transportation": {
      "title": "Public Transportation - EWR - Newark Liberty International Airport",
      "description": "Trains, buses and other options for access to Newark International Airport.",
      "keywords": "trains from nyc to ewr airport, ewr airport to Manhattan train, ewr airport to nyc train, Newark international airport NJ ewr train, ewr airport express bus, ewr airport shuttle bus, ewr airport bus, port authority bus terminal to Newark liberty airport, Newark liberty airport express bus service port authority, the Newark liberty airport express bus service, Newark liberty airport express bus service grand central, Newark liberty airport bus to Manhattan"
    },
    "taxi-car-and-van-service": {
      "title": "Taxi, Car, and Van Service - EWR - Newark Liberty International Airport",
      "description": "Information on service providers and destinations serviced by taxi, car, and van services from Newark Liberty International Airport.",
      "keywords": "ewr Newark airport taxi and limo service, airport taxi ewr, taxi service to ewr airport, taxi to ewr airport, ewr airport taxi to Manhattan, ewr airport taxi fare, ewr airport to times square taxi fare, ewr Newark airport taxi and limo service Newark NJ, Newark liberty airport to Manhattan taxi fare, taxi from Manhattan to Newark liberty airport, Newark liberty airport taxi, taxi fare from Newark airport to statue of liberty"
    },
    "parking": {
      "title": "Parking - EWR - Newark Liberty International Airport",
      "description": "Parking options and rates at Newark Liberty International Airport.",
      "keywords": "ewr airport long term parking, long term parking ewr Newark airport, ewr airport parking long term, long term parking in ewr airport, long term parking near ewr airport, Newark liberty airport parking, Newark liberty international airport parking, Newark liberty airport long term parking, liberty parking Newark airport, short term parking at Newark liberty airport, parking fees at Newark liberty airport, Newark liberty airport cell phone parking lot, Newark liberty international airport parking rates, terminal b parking, terminal c parking, terminal a parking, cheap airport parking,"
    },
    "pickup-and-dropoff": {
      "title": "Pickup, and Drop-off - EWR - Newark Liberty International Airport",
      "description": "Information on Cell Phone lot at Newark Liberty International Airport.",
      "keywords": "Newark airport pickup and drop off, cell phone lot,"
    },
    "shops-restaurants-and-services": {
      "title": "Shops, Restaurants, and Services - EWR - Newark Liberty International Airport",
      "description": "All Shops, Restaurants, and Services available at EWR.",
      "keywords": "Newark airport restaurants, restaurants near Newark airport, best restaurants in Newark airport, Newark airport shops and restaurants, EWR airport restaurants, restaurants near EWR airport, best restaurants in EWR airport, EWR airport shops and restaurants, Liberty airport restaurants, restaurants near Liberty airport, best restaurants in Liberty airport, Liberty airport shops and restaurants"
    },
    "wifi-instructions": {
      "title": "Wi-Fi Instructions - EWR - Newark Liberty International Airport",
      "description": "Free unlimited Wi-Fi internet access is available throughout all terminals.",
      "keywords": "Newark Wi-Fi, Newark airport Wi-Fi, Newark free Wi-Fi, Newark terminal Wi-Fi, does Newark airport have free Wi-Fi, EWR airport Wi-Fi, EWR airport Wi-Fi password, Wi-Fi password for EWR airport"
    },
    "airport-maps": {
      "title": "Airport Maps - EWR - Newark Liberty International Airport",
      "description": "Newark Liberty International Airport Map.",
      "keywords": "Newark airport map, Newark airport terminal map, New York Newark airport map, Newark airport NYC map, map to Newark airport, map of New York Newark airport, NYC Newark airport map, EWR airport map, EWR airport terminal map, New York EWR airport map, EWR airport NYC map, map to EWR airport, map of New York EWR airport, NYC EWR airport map"
    },
    "airport-hotels": {
      "title": "Airport Hotels - EWR - Newark Liberty International Airport",
      "description": "Information on hotels convenient to EWR.",
      "keywords": "hotels near Newark airport, Newark airport hotels, hotels near Newark airport NY, cheap hotels near Newark airport, hotels by Newark airport New York, hotels close to Newark airport, hotels near Newark airport with shuttle, hotels near Newark airport with free shuttle, cheap hotels Newark airport, hotels near Newark airport queens NY, hotels near Newark airport NYC, hotels around Newark airport, hotels near Newark airport with shuttle service, hotels close to Newark airport New York, cheap hotels near Newark airport NY"
    },
    "accessibility-services": {
      "title": "Accessibility Services - EWR - Newark Liberty International Airport",
      "description": "Accessibility Services offered at Newark Liberty International Airport.",
      "keywords": "EWR wheelchair accessibility, EWR wheelchair, travelers with disabilities, handicap accessibility, airport customer care"
    },
    "flight-tracker": {
      "title": "Flight Tracker - EWR - Newark Liberty International Airport",
      "description": "Track your flight by Flight Number or by Departure and Arrival Airports.",
      "keywords": "Newark airport flights, Newark airport flight status, Newark airport arriving flights, Newark airport flight delays, flight tracker Newark airport, Newark airport flight status departures, Newark airport flight paths, flights to Newark airport, flight delays Newark airport New York, Newark airport flight delays and cancellations, Newark airport flight schedule, Newark airport flight arrival times, arriving flights at Newark airport, Newark airport flight information, Newark airport flight tracker, Newark airport book a flight, EWR airport flights, EWR airport flight status, EWR airport arriving flights, EWR airport flight delays, flight tracker EWR airport, EWR airport flight status departures, EWR airport flight paths, flights to EWR airport, flight delays EWR airport New York, EWR airport flight delays and cancellations, EWR airport flight schedule, EWR airport flight arrival times, arriving flights at EWR airport, EWR airport flight information, EWR airport flight tracker, EWR airport book a flight"
    },
    "airlines": {
      "title": "Airlines - EWR - Newark Liberty International Airport",
      "description": "Current information on the airlines that operate out of Newark Liberty International Airport.",
      "keywords": "Newark airport American airlines terminal, Newark airport American airlines, Newark airport united airlines terminal, Newark airport spirit airlines terminal, delta airlines Newark airport, united airlines Newark airport, Newark airport spirit airlines, southwest airlines in Newark airport, Newark airport Alaska airlines, EWR airport American airlines terminal, EWR airport American airlines, EWR airport united airlines terminal, EWR airport spirit airlines terminal, delta airlines EWR airport, united airlines EWR airport, EWR airport spirit airlines, southwest airlines in EWR airport, EWR airport Alaska airlines"
    },
    "privacy-statement": {
      "title": "Privacy Statement - EWR - Newark Liberty 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 - EWR - Newark Liberty 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 - EWR - Newark Liberty International Airport",
      "description": "",
      "keywords": ""
    },
    "connecting-flights": {
      "title": "Connecting Flights - EWR - Newark Liberty International Airports",
      "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": "EWR, Newark Liberty, airport, flight connections, missed connecting flight, united, connecting flights, domestic flight connection, transfers, terminals, make connecting flight, Jitney, airtrain, terminal A, terminal B, terminal C, transfer between terminals, flight transfers"
    },
    "on-airport-bus": {
      "title": "On Airport Bus - EWR - Newark Liberty International Airport",
      "description": "Use the complimentary airport shuttle bus service between terminals, parking lots and to connect to different airports.",
      "keywords": "Newark, Liberty, Airport, next bus, NextBus, EWR, shuttle bus, bus from EWR to JFK, bus from JFK to EWR, bus to EWR"
    }
  },
  "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": "Pre-book and Save!",
  "bookingParkingTimeZoneOffsetValue": "-5",
  "shopsAndServicesTerminalValue": "Terminal A,Terminal B,Terminal C,AirTrain Rail Link Station",
  "securityCustomWaitTimes": {
    "securityWaitTimeGridColumns": {
      "terminal": true,
      "gate": true,
      "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": "Custom Control wait times are calculated and updated in real time.",
      "gridName": [
        {
          "column_1": "Terminal",
          "visibilty": true
        },
        {
          "column_2": "US Passports, Permanent Residents, Returning ESTAs",
          "visibilty": true
        },
        {
          "column_3": "Visitors with Visas, First Time ESTAs",
          "visibilty": true
        }
      ]
    }
  },
  "timeZone": "America/New_York",
  "releaseVersion": "154f2f54-f979-4bd4-950a-80cd92ee267d", // 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",
  "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."
}
