Maine's largest airport expands travelers' options during peak tourism season.
Air travelers will have two new options at the Portland International Jetport during Maine’s peak tourism season.
Southwest Airlines will start weekly nonstop flights to Nashville, Tennessee, in early June. The Saturday-only service adds to the airline’s flights to Baltimore and Chicago’s Midway International Airport.
The Nashville flights put a check mark next to the airport’s No. 2 unserved market, Assistant Airport Director Zach Sundquist said in a news release.
“We are always looking at our top unserved markets and working to find partners to provide nonstop service to those markets,” he said.
JetBlue Airways will start daily nonstop flights to New York’s LaGuardia Airport in July. That route adds to the airline’s existing service to New York’s JFK Airport.
JetBlue suspended its year-round service to New York City in 2019 as part of a broader route restructuring. The airline’s new LaGuardia service will be in the summer only for now, Sundquist said in an email.
United, Delta, American and Frontier airlines launched new summer flights from the West and Midwest to Portland last spring. The changes were an attempt to pick up leisure air travelers amid a downturn in business travel during the pandemic.
It is unclear if those flights will return again in 2022. The new routes were announced last winter and the jetport expects resumption of those flights would be on a similar timeline if the airlines elect to to keep them going, Sundquist said.
Success. Please wait for the page to reload. If the page does not reload within 5 seconds, please refresh the page.
Enter your email and password to access comments.
Forgot Password?
Don’t have a Talk profile?
Hi {SUB NAME}, to comment on stories you must . This profile is in addition to your subscription and website login.
Already have one? .
Invalid username/password.
Please check your email to confirm and complete your registration.
Create a commenting profile by providing an email address, password and display name. You will receive an email to complete the registration. Please note the display name will appear on screen when you participate.
Already registered? Log in to join the discussion.
Only subscribers are eligible to post comments. Please subscribe or login to participate in the conversation. Here’s why.
Use the form below to reset your password. When you’ve submitted your account email, we will send an email with a reset code.
Send questions/comments to the editors.
« Previous
Next »
var mediaContent = “media\:content,content”;
(function() {
var now = new Date();
var cookieName = new RegExp(‘MSPAN_Paywall_views_’ + now.getMonth());
window.MSPAN = {
Paywall: {
totalViews: function() {
var cookies = document.cookie.split(‘; ‘);
var val = 0;
if (!cookieName.test(document.cookie)) {
return 0;
}
for (var i = 0; i < cookies.length; i++) {
if (cookieName.test(cookies[i])) {
val = parseInt(cookies[i].split('=')[1]);
}
}
return val;
}
}
};
}());
(function(){
“use strict”;
if(/logout/.test(window.location.search)){
var date = new Date();
var cookieString = “MSPAN_Paywall_user=0; domain=.”+document.location.host.replace(/^w+./, ”)+”; path=/; expires=” + date.toGMTString();
var cookieString2 = “MSPAN_Paywall_user=0; domain=”+document.location.host+”; path=/; expires=” + date.toGMTString();
date.setHours(date.getHours() – 1);
document.cookie = cookieString;
document.cookie = cookieString2;
}
}());