CINXE.COM
Online International Business Travel Reservations | TeleTravel
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.teletravel.net/', AccountUUID: '9b215f8809814814a8f593b069542066', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '85a5a4ce', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Wed May 08 22:11:09 UTC 2024', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'reservations', InitialPageUuid: 'e225df3a208240c6afadf91d6eeab622', InitialPageId: '1139805044', InitialEncodedPageAlias: 'cmVzZXJ2YXRpb25z', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '43830', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'teletravel', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 7, NavbarLiveHomePage: 'https://www.teletravel.net/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <link rel="manifest" href="/manifest.json"> <!-- Tell the browser it's a PWA --> <meta name="mobile-web-app-capable" content="yes"> <!-- Tell iOS it's a PWA --> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- End PWA settings --> <link rel="canonical" href="https://www.teletravel.net/reservations"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/-TeleTravel+Final+Logo.svg"/> <link rel="icon" type="image/x-icon" href="https://irp-cdn.multiscreensite.com/85a5a4ce/site_favicon_16_1508225421569.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Creepster:ital,wght@0,400&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Creepster:ital,wght@0,400&family=Lobster:ital,wght@0,400&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Oswald:ital,wght@0,200..700;1,200..700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Eater:ital,wght@0,400&family=Abril+Fatface:ital,wght@0,400&subset=latin-ext&display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/4926/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/832109129a5238cda9e6589ef579cac2.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="reservations"] #dm [data-show-on-page-only="reservations"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/85a5a4ce/files/85a5a4ce_1.min.css?v=265" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody *.u_1708229929:before { opacity:0.5 !important; background-color:rgb(255, 255, 255) !important; } *#dm *.dmBody *.u_1708229929.before { opacity:0.5 !important; background-color:rgb(255, 255, 255) !important; } *#dm *.dmBody div.u_1834456448 input:not([type='submit']) { background-color:rgb(255, 255, 255) !important; border-style:solid !important; border-color:rgb(199, 207, 222) !important; border-width:0px !important; color:rgb(17, 17, 17) !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit input { font-weight:bold !important; font-family:'Helvetica' !important; color:rgb(255, 255, 255) !important; } *#dm *.dmBody div.u_1834456448 label { color:rgb(255, 255, 255) !important; font-weight:normal !important; font-family:'Helvetica' !important; } *#dm *.dmBody div.u_1834456448 span { color:rgb(255, 255, 255) !important; font-weight:normal !important; font-family:'Helvetica' !important; } *#dm *.dmBody div.u_1834456448 input[type="submit"] { color:rgba(0, 0, 0, 1) !important; font-weight:normal !important; font-family:'Helvetica' !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit:hover input[type="submit"] { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit.hover input[type="submit"] { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.u_1834456448 input:not([type="submit"]) { background-color:rgba(213, 208, 208, 1) !important; border-style:solid !important; border-width:1px !important; border-color:rgba(0, 0, 0, 0) !important; } *#dm *.dmBody div.u_1834456448 textarea { color:rgb(17, 17, 17) !important; background-color:rgba(213, 208, 208, 1) !important; border-style:solid !important; border-width:1px !important; border-color:rgba(0, 0, 0, 0) !important; } *#dm *.dmBody div.u_1834456448 select { color:rgb(17, 17, 17) !important; background-color:rgba(213, 208, 208, 1) !important; border-style:solid !important; border-width:1px !important; border-color:rgba(0, 0, 0, 0) !important; } *#dm *.dmBody div.u_1834456448 *.dmform-success { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.dmform-error { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.u_1834456448 *.dmform-success *.rteBlock { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.dmform-error *.rteBlock { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit { color:rgb(255, 46, 98) !important; background-color:rgba(241, 200, 15, 1) !important; border-style:solid !important; border-color:rgba(0, 0, 0, 0) !important; border-width:0px !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit:hover { background-color:rgba(185, 180, 180, 1) !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit.hover { background-color:rgba(185, 180, 180, 1) !important; } *#dm *.dmBody div.u_1393137981 hr { background:none !important; height:0px !important; background-color:transparent !important; background-size:initial !important; border-top-width:0px !important; min-height:0px !important; border-color:currentColor !important; border-width:1px !important; border-top-style:solid !important; color:rgba(213, 208, 208, 1) !important; } *#dm *.dmBody div.u_1834456448 *.dmwidget-title { color:rgba(223, 197, 19, 1) !important; } *#dm *.dmBody div.u_1834456448 { line-height:normal !important; background-color:rgba(0, 0, 0, 0) !important; } *#dm *.dmBody div.u_1834456448 *.dmforminput label { color:rgba(0, 0, 0, 1) !important; } *#dm *.dmBody div.u_1708229929:before { background-color:rgba(0, 0, 0, 1) !important; opacity:0.38 !important; } *#dm *.dmBody div.u_1708229929.before { background-color:rgba(0, 0, 0, 1) !important; opacity:0.38 !important; } *#dm *.dmBody div.u_1708229929> *.bgExtraLayerOverlay { opacity:0.38 !important; } *#dm *.dmBody div.u_1708229929 { background-image:url('https://lirp.cdn-website.com/85a5a4ce/dms3rep/multi/opt/Travel+Resources+Thumb-2880w.jpg') !important; background-repeat:no-repeat !important; background-color:rgba(248, 248, 248, 1) !important; } </style> <style id="pagestyleDevice" type="text/css"> *#dm *.dmBody h3.u_1475916454 { padding-top:2px !important; padding-left:0px !important; padding-bottom:2px !important; float:none !important; top:0px !important; max-width:calc(100% - 0px) !important; left:0px !important; width:605px !important; position:relative !important; padding-right:0px !important; min-width:25px !important; text-align:left !important; height:auto !important; margin-right:0px !important; margin-left:0px !important; margin-top:8px !important; margin-bottom:8px !important; } *#dm *.dmBody div.u_1836209625 { padding-left:40px !important; padding-right:20px !important; padding-top:0 !important; padding-bottom:0 !important; } *#dm *.dmBody h2.u_1043772778 { padding-top:2px !important; padding-left:0px !important; padding-bottom:2px !important; float:none !important; top:0px !important; max-width:calc(100% - 177px) !important; left:0 !important; width:545px !important; position:relative !important; padding-right:0px !important; min-width:25px !important; text-align:center !important; height:auto !important; display:block !important; margin-right:auto !important; margin-left:auto !important; margin-top:0px !important; margin-bottom:8px !important; } *#dm *.dmBody h4.u_1475916454 { padding-top:2px !important; padding-left:0px !important; padding-bottom:2px !important; float:none !important; margin-right:auto !important; margin-left:auto !important; top:0px !important; max-width:calc(100% - 154px) !important; left:0 !important; width:590.938px !important; margin-top:21px !important; position:relative !important; margin-bottom:8px !important; padding-right:0px !important; min-width:25px !important; text-align:center !important; height:auto !important; display:block !important; } *#dm *.dmBody div.u_1834456448 label { font-size:16px !important; } *#dm *.dmBody div.u_1834456448 input[type="submit"] { font-size:16px !important; } *#dm *.dmBody div.u_1834456448 span { font-size:16px !important; } *#dm *.dmBody div.u_1834456448 { padding-top:0px !important; padding-left:0px !important; display:block !important; padding-bottom:0px !important; float:none !important; top:0px !important; max-width:100% !important; left:0 !important; width:100% !important; position:relative !important; padding-right:0px !important; min-width:0 !important; text-align:center !important; height:auto !important; } *#dm *.dmBody div.u_1834456448 *.dmformsubmit { margin-left:auto !important; float:none !important; margin-right:auto !important; display:block !important; width:265px !important; } *#dm *.dmBody div.u_1708229929 { padding-top:66px !important; padding-bottom:66px !important; padding-right:0px !important; padding-left:0px !important; background-attachment:initial !important; background-size:cover !important; float:none !important; top:0px !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; margin-right:auto !important; margin-left:auto !important; max-width:none !important; margin-top:0px !important; margin-bottom:0px !important; min-width:0 !important; text-align:center !important; background-position:0 50% !important; } </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-50, .size-50, .size-50 > font { font-size: 50px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="fontFallbacks"> @font-face { font-family: "Lobster Two Fallback"; src: local('Arial'); ascent-override: 123.9905%; descent-override: 30.9976%; size-adjust: 80.6513%; line-gap-override: 0%; }@font-face { font-family: "Creepster Fallback"; src: local('Arial'); ascent-override: 104.0992%; descent-override: 23.8338%; size-adjust: 91.3717%; line-gap-override: 0%; }@font-face { font-family: "Helvetica Fallback"; src: local('Arial'); ascent-override: 77.002%; descent-override: 22.998%; line-gap-override: 0%; }@font-face { font-family: "Barlow Fallback"; src: local('Arial'); ascent-override: 103.1323%; descent-override: 20.6265%; size-adjust: 96.9628%; line-gap-override: 0%; }@font-face { font-family: "Creepster Fallback"; src: local('Arial'); ascent-override: 104.0992%; descent-override: 23.8338%; size-adjust: 91.3717%; line-gap-override: 0%; }@font-face { font-family: "Lobster Fallback"; src: local('Arial'); ascent-override: 114.651%; descent-override: 28.6627%; size-adjust: 87.2212%; line-gap-override: 0%; }@font-face { font-family: "Arvo Fallback"; src: local('Arial'); ascent-override: 87.6577%; descent-override: 22.538%; line-gap-override: 2.4498%; size-adjust: 109.6239%; }@font-face { font-family: "Oswald Fallback"; src: local('Arial'); ascent-override: 145.0682%; descent-override: 35.1423%; size-adjust: 82.2372%; line-gap-override: 0%; }@font-face { font-family: "Crimson Text Fallback"; src: local('Arial'); ascent-override: 107.5305%; descent-override: 39.7155%; size-adjust: 88.2743%; line-gap-override: 0%; }@font-face { font-family: "Eater Fallback"; src: local('Arial'); ascent-override: 100.9625%; descent-override: 32.0168%; size-adjust: 140.1549%; line-gap-override: 0%; }@font-face { font-family: "Abril Fatface Fallback"; src: local('Arial'); ascent-override: 102.6391%; descent-override: 28.2306%; size-adjust: 103.0796%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <title> Online International Business Travel Reservations | TeleTravel </title> <meta name="keywords" content="travel, travel agency, corporate travel, business travel, Philadelphia, West Chester, east coast, new york, pennsylvania, fort washington, king of prussia, exton, downingtown, new jersey, maryland, reservations, reservation"/> <meta name="description" content="Premium customer service and consistent savings are the cornerstones of our partnerships. Our consultants are available 24 hours a day, seven days a week. Feel free to call, email, or fax your request at any time! TeleTravel is here to serve you."/> <!-- Global site tag (gtag.js) - Google Analytics --> <script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-108249039-1"> </script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-108249039-1'); </script> <!--Start of Tawk.to Script--> <script type="text/javascript"> var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); (function(){ var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; s1.async=true; s1.src='https://embed.tawk.to/5b9b09c0c666d426648abfca/default'; //s1.charset='UTF-8'; s1.setAttribute('crossorigin','*'); s0.parentNode.insertBefore(s1,s0); })(); </script> <!--End of Tawk.to Script--> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "TravelAgency", "name": "Teletravel, Inc", "address": { "@type": "PostalAddress", "streetAddress": "556 W Boot Road", "addressLocality": "West Chester", "addressRegion": "PA", "postalCode": "19380" }, "image": "https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/thumbnail/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg", "email": "service@teletravel.net", "telePhone": "215-641-2320", "url": "https://www.teletravel.net", "paymentAccepted": [ "credit card" ], "openingHours": "Mo,Tu,We,Th,Fr 08:00-20:00", "geo": { "@type": "GeoCoordinates", "latitude": "40.002792", "longitude": "-75.638358" }, "priceRange":"$" } </script> <script type="text/javascript"> adroll_adv_id = "TLWW3EX4LRCMBPVLNH6DGI"; adroll_pix_id = "ATB35CI4TJB2DFJJNKOLCM"; (function () { var _onload = function(){ if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return} if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return} var scr = document.createElement("script"); var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com"); scr.setAttribute('async', 'true'); scr.type = "text/javascript"; scr.src = host + "/j/roundtrip.js"; ((document.getElementsByTagName('head') || [null])[0] || document.getElementsByTagName('script')[0].parentNode).appendChild(scr); }; if (window.addEventListener) {window.addEventListener('load', _onload, false);} else {window.attachEvent('onload', _onload)} }()); </script> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Online International Business Travel Reservations | TeleTravel"/> <meta name="twitter:description" content="Premium customer service and consistent savings are the cornerstones of our partnerships. Our consultants are available 24 hours a day, seven days a week. Feel free to call, email, or fax your request at any time! TeleTravel is here to serve you."/> <meta property="og:description" content="Premium customer service and consistent savings are the cornerstones of our partnerships. Our consultants are available 24 hours a day, seven days a week. Feel free to call, email, or fax your request at any time! TeleTravel is here to serve you."/> <meta property="og:title" content="Online International Business Travel Reservations | TeleTravel"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="reservations" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1440318695"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1226224979 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1226224979" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="60%" layout="f014fc9487554eb885e18628ee6309e9===header" mini-header-show-only-navigation-row="true" has-shadow="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow u_1461108686" style="text-align: center;" id="1461108686"> <div class="dmRespColsWrapper" id="1794652127"> <div class="u_1265329672 dmRespCol small-12 large-8 medium-8" id="1265329672"> <div class="u_1486512857 align-center text-align-center dmSocialHub " id="1486512857" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://twitter.com/teletravel1" target="_blank" dm_dont_rewrite_url="true" aria-label="twitter" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Twitter')"> <span class="dmSocialTwitter dm-social-icons-twitter oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://linkedin.com/company/teletravel" target="_blank" dm_dont_rewrite_url="true" aria-label="linkedin" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Linkedin')"> <span class="dmSocialLinkedin icon-linkedin oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> <a href="mailto:service@teletravel.net" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style5" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="u_1099423676 dmRespCol small-12 large-2 medium-2" id="1099423676"> <div class="u_1219636603 graphicWidget" data-widget-type="graphic" id="1219636603" data-anim-desktop="none" data-element-type="graphic"> <a href="mailto:service@teletravel.net" id="1087816049" file="false"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 100 100" id="1858089859" class="svg u_1858089859" data-icon-name="li-envelope"> <path d="M17.8,28.2v43.6h64.4V28.2H17.8z M77.7,30.3L50,48.8L22.3,30.3H77.7z M19.9,69.7V31.2L50,51.2l30.1-20.1v38.5H19.9z" id="1420870383"></path> </svg> </a> </div> </div> <div class="u_1264461924 dmRespCol small-12 large-2 medium-2" id="1264461924"> <div class="u_1923538368 dmNewParagraph" id="1923538368" style="transition-duration: 1s; transition-timing-function: ease-in-out; transition-delay: initial; transition-property: opacity;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjE5NjU4ODEwNjUifV0=" data-diy-text="">service@teletravel.net</div></div> </div> </div> <div class="u_1694596233 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1694596233"> <div class="dmRespColsWrapper" id="1789804440"> <div class="u_1658025237 small-12 dmRespCol large-2 medium-2" id="1658025237"> <div class="u_1639415520 imageWidget align-center" data-widget-type="image" id="1639415520" data-element-type="image"> <a href="/" id="1879885558"><img src="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" id="1052734305" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" alt="Teletravel Business Travel Agency" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1794067386 dmRespCol small-12 large-10 medium-10" id="1794067386"> <nav class="u_1531647867 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="DOT" id="1531647867" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/desktop/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/trending" class="unifiednav__item " target="" data-target-page-alias="trending"> <span class="nav-item-text " data-link-text=" Trending " data-auto="page-text-style">Trending<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/service" class="unifiednav__item " target="" data-target-page-alias="service"> <span class="nav-item-text " data-link-text=" Services " data-auto="page-text-style">Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/reservations" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="reservations" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Reservations " data-auto="page-text-style">Reservations<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/travel-resources" class="unifiednav__item " target="" data-target-page-alias="travel-resources"> <span class="nav-item-text " data-link-text=" Travel Resources " data-auto="page-text-style">Travel Resources<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/trending" class="unifiednav__item " target="" data-target-page-alias="trending"> <span class="nav-item-text " data-link-text=" Trending " data-auto="page-text-style">Trending<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact" class="unifiednav__item " target="" data-target-page-alias="contact"> <span class="nav-item-text " data-link-text=" Contact " data-auto="page-text-style">Contact<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/careers" class="unifiednav__item " target="" data-target-page-alias="careers"> <span class="nav-item-text " data-link-text=" Careers " data-auto="page-text-style">Careers<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">Reservations</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_reservations"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="101" class="dmContactUsRespTmpl" id="1226224979"> <div class="innerPageTmplBox dmRespRowsWrapper" id="1969078877"> <div class="u_1708229929 dmRespRow hasBackgroundOverlay dmSectionNoParallax" style="text-align: center;" id="1708229929" data-video-bg="eyJzcmMiOiJodHRwczovL3ZpbWVvLmNvbS8yOTA5MzcyMDUiLCJpZCI6IjI5MDkzNzIwNSIsInByb3ZpZGVyIjoidmltZW8iLCJlbWJlZCI6Imh0dHBzOi8vcGxheWVyLnZpbWVvLmNvbS92aWRlby8yOTA5MzcyMDUiLCJyYXRpbyI6MC41NjI1LCJ0aHVtYm5haWwiOiJodHRwczovL2kudmltZW9jZG4uY29tL3ZpZGVvLzcyNjk0Njg4Nl82NDAuanBnIn0="> <div class="dmRespColsWrapper" id="1680024814"> <div class="u_1836209625 dmRespCol small-12 medium-12 large-12" id="1836209625" data-anim-desktop="zoomIn"> <h2 class="u_1043772778 dmNewParagraph" id="1043772778" style="" data-element-type="paragraph"><div style="text-align: center;"><font style="color:rgb(255, 255, 255);font-family:inherit;" class="m-font-size-36 lh-1 font-size-50">Reservations</font></div></h2> <h4 class="u_1475916454 dmNewParagraph" id="1475916454" style="display: block;" data-element-type="paragraph"><div style="text-align: center;"><span style="color: rgb(255, 255, 255); font-weight: 600;">Premium customer service and consistent savings are the cornerstones of our partnerships. Our consultants are available 24 hours a day, seven days a week. Feel free to call, email, or fax your request at any time! TeleTravel is here to serve you.</span></div></h4></div> </div> </div> <div class="dmRespRow dmDividerRow" id="1535837412"> <div class="dmRespColsWrapper" id="1812067874"> <div class="large-12 medium-12 small-12 dmRespCol" id="1581495043"> <div class="dmNewParagraph" id="1516283037" style="transition: opacity 1s ease-in-out;"><font style="color: rgb(0, 0, 0);">Monday through Friday our representatives are available through our main office from 8:00A to 6:00P. Our after hours agents are ready to assist from 6:00P to 8:00A. Our Vice President is available 24 hours a day, 7 days a week, 365 days a year. </font></div> <div class="u_1834456448 dmform default native-inputs" id="1834456448" data-element-type="dContactUsRespId" data-layout="layout-4"> <h3 class="dmform-title dmwidget-title" id="1164477519" hide="true">Reservation Form</h3> <div class="dmform-wrapper" id="1410258162" captcha-lang="en"> <form method="post" class="dmRespDesignRow" locale="ENGLISH" id="1559688623"> <div class="dmforminput dmRespDesignCol small-12 required medium-6 large-6" id="1966550680"> <label for="1432351238" id="1339631728" class="" data-dm-for="dmform-0">First Name:</label> <input type="text" name="dmform-0" placeholder="" id="1432351238"/><input type="hidden" name="label-dmform-0" value="First Name:" id="1173379764" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol required medium-6 large-6" id="1104886726"> <label for="1719055606" id="1466586996" class="" data-dm-for="dmform-4">Last Name:</label> <input type="text" name="dmform-4" id="1719055606"/><input type="hidden" name="label-dmform-4" value="Last Name:" id="1799505074" class=""/></div> <div class="dmforminput dmRespDesignCol small-12 required medium-6 large-6" id="1950743966"> <label for="1357622726" id="1777254034" data-dm-for="dmform-1">Business Email:</label> <input type="email" name="dmform-1" id="1357622726"/><input type="hidden" name="label-dmform-1" value="Business Email:" id="1297994623" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol required medium-6 large-6" id="1592917345"> <label for="1276165972" id="1852128534" data-dm-for="dmform-5">Phone:</label> <input type="tel" name="dmform-5" placeholder="" id="1276165972"/><input type="hidden" name="label-dmform-5" value="Phone:" id="1691703059" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol required medium-6 large-6" id="1227565929"> <label for="1661457871" id="1818072547" data-dm-for="dmform-6">Business Zip Code:</label> <input type="number" name="dmform-6" placeholder="" id="1661457871"/><input type="hidden" name="label-dmform-6" value="Business Zip Code:" id="1821376876" class=""/></div> <div class="dmforminput small-12 dmRespDesignCol required medium-4 large-4 medium-6 large-6" id="1284732063"> <label for="1880586086" id="1075063352" data-dm-for="dmform-7">Company:</label> <input type="text" name="dmform-7" id="1880586086"/><input type="hidden" name="label-dmform-7" value="Company:" id="1424351047" class=""/></div> <div class="dmforminput large-12 medium-12 dmRespDesignCol small-12 required" id="1572498939"> <label for="1664687449" id="1209206630" data-dm-for="dmform-3">Business Role:</label> <select name="dmform-3" id="1664687449"> <option selected="" disabled="" hidden="" value="" id="1938462189"></option> <option id="1889087883">Travel Manager</option> <option id="1710745120">Procurement Officer</option> <option id="1716686567">Finance/Accounting</option> <option id="1561515158">Exec. Assistant/Office manager</option> <option id="1785016129">Business Traveler</option> <option id="1431703779">Other</option> </select> <input type="hidden" name="label-dmform-3" value="Business Role:" id="1619578208" class=""/></div> <span id="1710441158" class="dmWidgetClear"></span> <div class="dmformsubmit dmWidget R" id="1467870764"><input class="" name="submit" type="submit" value="SEND" id="1063193274"/></div> <input name="dmformsendto" type="hidden" value="O0wrseIfFLuMYj++yQnjKoyLLiB4JMnPTL0EloMcFyC4jyQV+mCLbGBugaxUzXMCb7IzAWfKHUE=" id="1468914535" data-success-page="" class="" data-dec="true"/><input class="dmActionInput" type="hidden" name="action" value="/_dm/s/rt/widgets/dmform.submit.jsp" id="1173627710"/><input name="dmformsubject" type="hidden" value="Reservation Form Submission" id="1384969796" data-success-page="" class=""/><input name="dmformsubmitparams" type="hidden" value="8mpKnCSiNQXK/d9M7IDrS6fTKG1wJZxMJqTCwyQ59CLrViwA7+JQLm2wvj7QKdAnHUvEGM7njP6EtUTrwkZdOl+eJMwdO7AbGBVUSu/cOvMNmej0rFf5yRllcUXi2SWKJ4HTiWgRrKjjpPr1vxQeTNpe221ygfDZB8JD+qPkmlCrlX0QBSoOgyP1nE68vbBycfvIKHqv3/bdtaxPn3a+qZbZi37p6U36N4lrIHfhipE=" data-dec="true"/><input type="hidden" name="page_uuid" value="e225df3a208240c6afadf91d6eeab622"/></form> </div> <div class="dmform-success" style="display:none" id="1694696291" data-success-page="">Thank you for contacting us.<br id="1231375771"/>We will get back to you as soon as possible</div> <div class="dmform-error" style="display:none" id="1732037762">Oops, there was an error sending your message.<br id="1323963454"/>Please try again later</div> </div> <div class="dmDividerWrapper clearfix u_1393137981" data-element-type="dDividerId" id="1393137981" layout="divider-style-1" data-widget-version="2"><hr class="dmDivider defaultDivider" id="1837381323"/></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1302647035"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1134160375 dmRespRow dmSectionParallaxNew" style="text-align: center;" id="1134160375"> <div class="dmRespColsWrapper" id="1963965038"> <div class="dmRespCol small-12 medium-12 large-12" id="1094010135"> <h3 class="u_1934881327 dmNewParagraph" data-element-type="paragraph" id="1934881327" style="transition: opacity 1s ease-in-out;"><div><font style="color: rgb(7, 2, 30);"><b>LEAVE US A REVIEW</b></font></div></h3> <div class="u_1232744263 dmDividerWrapper clearfix" data-element-type="dDividerId" id="1232744263" layout="divider-style-1" data-widget-version="2"><hr class="dmDivider" style="min-height: 2px; border:none; background:grey" id="1967507507"/></div> <div class="u_1385179392 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1385179392" data-anim-desktop="bounceIn"> <a href="https://search.google.com/local/writereview?placeid=ChIJb6345sOvxokRW9pUgq_wSTw" id="1328808485" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/85a5a4ce/dms3rep/multi/opt/google-review-1920w.png" id="1731318197" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/google-review.png" alt="Review Teletravel on Google" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1211960316 dmRespRow" style="text-align: center;" id="1211960316"> <div class="dmRespColsWrapper" id="1495938342"> <div class="dmRespCol small-12 medium-12 large-12 content-removed" id="1295742198"> <span id="1823055074"></span> </div> </div> </div> <div class="u_1949319180 dmRespRow fullBleedChanged" style="text-align: center;" id="1949319180"> <div class="dmRespColsWrapper" id="1505224426"> <div class="u_1768905314 dmRespCol small-12 medium-3 large-3 hide-for-small" id="1768905314"> <span id="1897701517"></span> <div class="u_1519463982 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1519463982"> <a href="/" id="1466773436"><img src="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" id="1859759918" class="" data-dm-image-path="https://irp-cdn.multiscreensite.com/85a5a4ce/dms3rep/multi/TeleTravel%2BFinal%2BLogo%2BDarkGold.svg" alt="Teletravel Corporate Logo" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1370089274 dmRespCol small-12 medium-3 large-3" id="1370089274"> <span id="1366091635"></span> <a class="u_1820234140 default hide-for-large hide-for-medium dmCall voipReplacement dmWidget dmNoMark dmWwr" href="tel:2156412320" contenteditable="false" onclick=";return dm_gaq_push_event('ClickToCall', 'Call',null,'85a5a4ce', this);" id="1820234140" dmle_extension="clicktocall" data-element-type="clicktocall" wr="true" data-display-type="block" localization_key_description="templates.custom.478" icon="true" surround="true" description="CALL NOW" adwords="" icon-name="icon-phone" phone="2156412320" text="" image=""> <span class="iconBg" aria-hidden="true"> <span class="icon hasFontIcon icon-phone"></span> </span> <span class="text">CALL NOW</span> </a> <h4 class="u_1851864997 dmNewParagraph" id="1851864997" data-element-type="paragraph"><div style="text-align: center;"><font style="color: rgb(51, 51, 51);"><span style="font-weight: 700; background-color: rgba(0, 0, 0, 0);">ADDRESS</span></font></div></h4> <div class="u_1509512277 dmNewParagraph" id="1509512277" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsIn1d" data-diy-text="">556 W Boot Rd, West Chester, PA 19380, United States</div></div> <div class="u_1484345484 dmRespCol small-12 large-3 medium-3" id="1484345484"> <span id="1042514592" class="u_1042514592"></span> <h4 class="u_1400550436 dmNewParagraph" id="1400550436" style="display: block;" data-element-type="paragraph"><div style="text-align: center;"><font style="color: rgb(51, 51, 51);"><span style="background-color: rgba(0, 0, 0, 0); font-weight: 700;">PHONE</span></font></div></h4> <div class="u_1117900343 dmNewParagraph" id="1117900343" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLnBob25lLm1haW4gb2ZmaWNlIn1d" data-diy-text="">(215) 641-2320</div></div> <div class="u_1494420528 dmRespCol small-12 large-3 medium-3" id="1494420528"> <span id="1745115924" class="u_1745115924"></span> <h4 class="u_1839200812 dmNewParagraph" id="1839200812" style="display: block;" data-element-type="paragraph"><div style="text-align: center;"><font style=""><span style="background-color: rgba(0, 0, 0, 0);"><font style="color:rgb(51, 51, 51);font-family:inherit;"><span style="font-weight: 700;">EMAIL</span></font></span></font></div></h4> <div class="u_1518001958 dmNewParagraph" id="1518001958" style="transition: opacity 1s ease-in-out;" data-binding="W3siYmluZGluZ05hbWUiOiJ0ZXh0IiwidmFsdWUiOiJjb250ZW50X2xpYnJhcnkuZ2xvYmFsLmVtYWlsLjE5NjU4ODEwNjUifV0=" data-diy-text="">service@teletravel.net</div></div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4926"; var build = "2024-11-14T07_48_18"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-14T07_48_18"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"Speak with Sales","url":"/contact-us","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"513","previousAnimation":"bounce","overlayColor":"rgba(143, 149, 162, 0.5)","height":"640","animation":"none"},"name":"contact-us"}]</script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4926'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4926'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4926/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4926/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { var campaign = (/utm_campaign=([^&]*)/).exec(window.location.search); if (campaign && campaign != null && campaign.length > 1) { campaign = campaign[1]; document.cookie = "_dm_rt_campaign=" + campaign + ";expires=" + new Date().getTime() + 24*60*60*1000 + ";domain=" + window.location.hostname + ";path=/"; } }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-108249039-1"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '85a5a4ce'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'UA-108249039-1'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'UA-108249039-1', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['teletravel.net'] } }); _dm_gaq.pushEvent('UA-108249039-1', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '85a5a4ce' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: 85a5a4ce --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>