{"id":114,"date":"2024-08-13T14:24:39","date_gmt":"2024-08-13T14:24:39","guid":{"rendered":"https:\/\/dhk.fc9.myftpupload.com\/?page_id=114"},"modified":"2025-02-27T04:45:07","modified_gmt":"2025-02-27T04:45:07","slug":"locations","status":"publish","type":"page","link":"https:\/\/alliedaviation.com\/en\/locations\/","title":{"rendered":"Ubicaciones"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"114\" class=\"elementor elementor-114\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2080e836 e-con-full e-flex e-con e-parent\" data-id=\"2080e836\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-5f648b06 e-con-full e-flex e-con e-child\" data-id=\"5f648b06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-157a0b7e elementor-widget elementor-widget-page-title\" data-id=\"157a0b7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"page-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\n\t\t<div class=\"hfe-page-title hfe-page-title-wrapper elementor-widget-heading\">\n\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/alliedaviation.com\/en\">\n\t\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\n\t\t\t\t\t\t\t\t\n\t\t\t\tUbicaciones  \n\t\t\t<\/h2> \n\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47452de1 elementor-align-left elementor-widget elementor-widget-breadcrumbs\" data-id=\"47452de1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p id=\"breadcrumbs\"><span><span><a href=\"https:\/\/alliedaviation.com\/en\/\">Home<\/a><\/span><\/span><\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2998fb7 e-con-full e-transform e-flex e-con e-parent\" data-id=\"2998fb7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b06ee6 elementor-widget__width-inherit elementor-widget elementor-widget-shortcode\" data-id=\"2b06ee6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <!DOCTYPE html>\n    <html>\n    <head>\n        <title>Image Map with Default Icons<\/title>\n        <style>\n            .background-container {\n                position: relative;\n                width: 600px;\n            }\n            .map-location{\n                overflow: auto;\n            }\n\n            .background-image {\n                height: auto;\n            }\n\n            .icon-wrapper {\n                position: absolute;\n                display: none; \/* Initially hidden *\/\n                left: 50%;\n                text-align: center; \/* Center the text *\/\n                cursor: pointer;\n            }\n\n            .icon {\n                cursor: pointer;\n            }\n\n            .icon-title {\n                display: none; \/* Initially hidden *\/\n                background: rgba(255, 255, 255, 0.8);\n                padding: 5px;\n                border-radius: 5px;\n                font-size: 12px;\n                position: absolute;\n                top: -25px; \/* Position above the wrapper *\/\n                left: 50%;\n                transform: translateX(-50%);\n            }\n\n            .dot:hover + .icon-wrapper .icon-title{display:block}\n\n            .icon-wrapper:hover .icon-title {\n                display: block; \/* Show title on hover *\/\n                z-index: 9999;\n            }\n\n            .highlight {\n                background-color: #8DA5EF; \/* Highlight color *\/\n                transition: background-color 0.5s ease; \/* Smooth transition *\/\n            }\n\n            .scrollable {\n                max-height: 800px; \/* Adjust height as needed *\/\n                overflow-y: auto; \/* Enable vertical scrolling *\/\n            }\n\n            .line {\n                position: absolute;\n                background: red;\n                width: 2px; \/* Line thickness *\/\n                display: none; \/* Initially hidden *\/\n            }\n\n            .dot {\n                position: absolute;\n                width: 5px; \/* Dot size *\/\n                height: 5px;\n                background: red;\n                border-radius: 50%;\n                display: none; \/* Initially hidden *\/\n                cursor: pointer;\n            }\n        <\/style>\n    <\/head>\n    <body>\n        <div class=\"container\">\n            <div class=\"row\">\n                <div class=\"col-md-5 scrollable scrollbar-inner\">\n                <div class=\"accordion accordion-flush\" id=\"accordionFlushExample\">\n                                            <div class=\"location-name accordion-item\" id=\"location-2565\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading0\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse0\" aria-expanded=\"false\" aria-controls=\"flush-collapse0\">\n                            <span>Charleston International Airport (CHS)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse0\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading0\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Aviation Services<br \/>\n3390 Fuel Farm Road<br \/>\nCharleston, SC 29418<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/charleston-international-airport-chs\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2581\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading1\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse1\" aria-expanded=\"false\" aria-controls=\"flush-collapse1\">\n                            <span>Deer Lake Regional Airport (YDF)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse1\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading1\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nBox 329, Gander Int&#8217;l Airport<br \/>\nNewfoundland, Canada, A1V 1W7<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nof Newfoundland, ULC<br \/>\n1000 Airport Boulevard<br \/>\nGander Airport<br \/>\nGander, Newfoundland A1V 1W7<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-11\">Ground Handling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/deer-lake-regional-airport-ydf\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2563\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading2\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse2\" aria-expanded=\"false\" aria-controls=\"flush-collapse2\">\n                            <span>El Dorado International Airport (BOG)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse2\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading2\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Bogot\u00e1<br \/>\nAvenida El Dorado N\u00b0 113 \u2013 17 Puerta 5<br \/>\nAeropuerto Internacional Eldorado<br \/>\nBogot\u00e1, Colombia<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/el-dorado-international-airport-bog-2\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-610\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading3\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse3\" aria-expanded=\"false\" aria-controls=\"flush-collapse3\">\n                            <span>Gander international Airport (YQX)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse3\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading3\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\nCompany<br \/>\nBox 329, Gander int&#8217;l Airport<br \/>\nNewfoundland, Canada,<br \/>\nA1V 1W7<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Service<br \/>\nCompany of NewFoundland,<br \/>\nULC 1000 Airport Boulevard<br \/>\nGander Airport<br \/>\nGander, Newfoundland<br \/>\nA1v 1W7<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-10\">FBO General Aviation<\/li>\n                                                                           <li class=\"term-11\">Ground Handling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/gander-international-airportyqx\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2569\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading4\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse4\" aria-expanded=\"false\" aria-controls=\"flush-collapse4\">\n                            <span>George Bush Intercontinental Airport (IAH)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse4\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading4\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\nPO Box 60365<br \/>\nGeorge Bush Intercontinental Airport<br \/>\nHouston, TX 77025<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\n2050 Fuel Storage Road<br \/>\nHouston, TX 77073<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/george-bush-intercontinental-airport-iah\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2570\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading5\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse5\" aria-expanded=\"false\" aria-controls=\"flush-collapse5\">\n                            <span>John F Kennedy International Airport (JFK)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse5\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading5\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Aviation Services<br \/>\nBuilding 90<br \/>\nJFK International Airport<br \/>\nJamaica, NY 11430<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/john-f-kennedy-international-airport-jfk\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2571\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading6\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse6\" aria-expanded=\"false\" aria-controls=\"flush-collapse6\">\n                            <span>Laguardia Airport (LGA)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse6\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading6\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\n1 Marine Air Terminal<br \/>\n2nd Floor<br \/>\nFlushing, NY 11371<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\nMaintenance Shop<br \/>\n43-03 19th Avenue<br \/>\nAstoria, NY 11105<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/lgauardia\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2595\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading7\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse7\" aria-expanded=\"false\" aria-controls=\"flush-collapse7\">\n                            <span>Lester B. Pearson International Airport (YYZ)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse7\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading7\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Fueling of Toronto, ULC<br \/>\nAttn: Hafeez Alli<br \/>\nPO Box 6025<br \/>\nPearson International Airport<br \/>\nToronto A.M.F., Ontario L5P 1B2<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Fueling of Toronto, ULC<br \/>\nAttn: Hafeez Alli<br \/>\n2710 Britannia Road East<br \/>\nCargo 2 Tower 7 (GTA World Cargo)<br \/>\nMississauga, Ontario L4W 2P7<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/lester-b-pearson-international-airport-yyz\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2577\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading8\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse8\" aria-expanded=\"false\" aria-controls=\"flush-collapse8\">\n                            <span>Mariscal Sucre International Airport (UIO)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse8\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading8\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Servicio De Aviacion Allied Ecuatoriana, C.L.<br \/>\nSanta Rosa Via Tababela<br \/>\nAeropuerto Internacional Mariscal Sucre-Ecuador<br \/>\nOficinas Allied Ecuatoriana<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/mariscal-sucre-international-airport-uio\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2572\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading9\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse9\" aria-expanded=\"false\" aria-controls=\"flush-collapse9\">\n                            <span>Miami International Airport (MIA)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse9\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading9\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\nPO Box 260847<br \/>\nMiami, FL 33126<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\nMiami International Airport<br \/>\n4450 N.W. 20th Street<br \/>\nSuite 201<br \/>\nMiami, FL 33122<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/miami-international-airport-mia\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2568\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading10\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse10\" aria-expanded=\"false\" aria-controls=\"flush-collapse10\">\n                            <span>Newark Liberty International Airport (EWR)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse10\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading10\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Aviation Services<br \/>\nBuilding 116 &#8211; Fuel Farm Road<br \/>\nNewark Liberty International Airport<br \/>\nElizabeth, NJ 07201<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/newark-liberty-international-airport-ewr\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2578\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading11\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse11\" aria-expanded=\"false\" aria-controls=\"flush-collapse11\">\n                            <span>Niagara District Airport (YCM)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse11\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading11\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Aviation Services of Niagara ULC<br \/>\nP.O. Box 533<br \/>\nVirgil, Ontario<br \/>\nL0S 1T0<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/niagara-district-airport-ycm\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2566\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading12\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse12\" aria-expanded=\"false\" aria-controls=\"flush-collapse12\">\n                            <span>Ronald Reagan Washington National Airport (DCA)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse12\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading12\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\n11 Air Cargo Road<br \/>\nRonald Reagan Washington National Airport<br \/>\nWashington, DC 20001-4986<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Services<br \/>\nThomas Ave \/ Maintenance Facility<br \/>\nRonald Reagan Washington National Airport<br \/>\nArlington, VA 22202<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/ronald-reagan-washington-national-airport-dca\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2576\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading13\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse13\" aria-expanded=\"false\" aria-controls=\"flush-collapse13\">\n                            <span>Sacramento Airport (SMF)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse13\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading13\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Aviation Services<br \/>\n7330 Earhart Drive<br \/>\nSacramento, CA 95837<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/sacramento-airport-smf\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2574\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading14\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse14\" aria-expanded=\"false\" aria-controls=\"flush-collapse14\">\n                            <span>San Antonio International Airport (SAT)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse14\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading14\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"addressinf\">\n                                    <h5>Mailing \/ Shipping Address<\/h5>\n                                    <p><p>Allied Aviation Services<br \/>\n1343 Northern Blvd<br \/>\nSan Antonio, TX 78216<\/p>\n<\/p>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/san-antonio-international-airport-sat\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2555\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading15\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse15\" aria-expanded=\"false\" aria-controls=\"flush-collapse15\">\n                            <span>Smithers Regional Airport (YYD)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse15\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading15\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nBox 329, Gander Int&#8217;l Airport<br \/>\nNewfoundland, Canada, A1V 1W7<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nof Newfoundland, ULC<br \/>\n1000 Airport Boulevard<br \/>\nGander Airport<br \/>\nGander, Newfoundland A1V 1W7<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-8\">Commercial Into-Plane Fueling<\/li>\n                                                                           <li class=\"term-10\">FBO General Aviation<\/li>\n                                                                           <li class=\"term-9\">Fuel Farm Management<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/smithers-regional-airport-yyd\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2585\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading16\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse16\" aria-expanded=\"false\" aria-controls=\"flush-collapse16\">\n                            <span>Sydney Regional Airport (YQY)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse16\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading16\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nBox 329, Gander Int&#8217;l Airport<br \/>\nNewfoundland, Canada, A1V 1W7<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nof Newfoundland, ULC<br \/>\n1000 Airport Boulevard<br \/>\nGander Airport<br \/>\nGander, Newfoundland A1V 1W7<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-11\">Ground Handling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/sydney-regional-airport-yqy\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                            <div class=\"location-name accordion-item\" id=\"location-2590\">\n                        <h2 class=\"accordion-header\" id=\"flush-heading17\">\n                        <button class=\"accordion-button collapsed\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#flush-collapse17\" aria-expanded=\"false\" aria-controls=\"flush-collapse17\">\n                            <span>Wabush Regional Airport (YWK)<\/span>\n                        <\/button>\n                        <\/h2> \n                        <div id=\"flush-collapse17\" class=\"accordion-collapse collapse\" aria-labelledby=\"flush-heading17\" data-bs-parent=\"#accordionFlushExample\">                       \n                            <div class=\"accordion-body\">\n                                                                   <div class=\"row addressinf\">\n                                        <div class=\"col-md-6\">\n                                            <h5>Mailing Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nBox 329, Gander Int&#8217;l Airport<br \/>\nNewfoundland, Canada, A1V 1W7<\/p>\n<\/p>\n                                        <\/div>\n                                        <div class=\"col-md-6\">\n                                            <h5>Shipping Address<\/h5>\n                                            <p><p>Allied Aviation Service Company<br \/>\nof Newfoundland, ULC<br \/>\n1000 Airport Boulevard<br \/>\nGander Airport<br \/>\nGander, Newfoundland A1V 1W7<br \/>\nCanada<\/p>\n<\/p>\n                                        <\/div>\n                                    <\/div>\n                                                                <div class=\"avl_services\">\n                            <h5>Services<\/h5>\n                                                            <ul class=\"service-list\">\n                                                                           <li class=\"term-11\">Ground Handling<\/li>\n                                                                    <\/ul>\n                                                       <\/div>\n                           <a href='https:\/\/alliedaviation.com\/en\/store_location\/wabush-regional-airport-ywk\/' class=\"sbtn\">View More<\/a>\n                             <\/div>\n                          <\/div>\n                        <\/div>\n                                    <\/div>\n            <\/div>\n            <!-- col md 7 -->\n            <div class=\"col-md-7 map-location\">\n                    <div class=\"position-relative\"><div class=\"overflow-auto\"><div class=\"background-container\">\n                        <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/uploads\/2025\/02\/AdobeStock_258473718_RA-1-scaled-e1740712738168.webp\" alt=\"Background\" class=\"background-image\" width=\"600\">\n                                                        <div class=\"line\" id=\"line-2565\"><\/div>\n                                <div class=\"dot\" id=\"dot-2565\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2565\">\n                                    <div class=\"icon-title\">CHS<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_charleston-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2565\" title=\"CHS\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 351;  \/* X coordinate for the dot *\/\n                                        var y = 297;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2565');\n                                        var icon = document.getElementById('myIcon-2565');\n                                        var line = document.getElementById('line-2565');\n                                        var dot = document.getElementById('dot-2565');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2565');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2581\"><\/div>\n                                <div class=\"dot\" id=\"dot-2581\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2581\">\n                                    <div class=\"icon-title\">YDF<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_deer-lake-regional-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2581\" title=\"YDF\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 557;  \/* X coordinate for the dot *\/\n                                        var y = 153;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2581');\n                                        var icon = document.getElementById('myIcon-2581');\n                                        var line = document.getElementById('line-2581');\n                                        var dot = document.getElementById('dot-2581');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2581');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2563\"><\/div>\n                                <div class=\"dot\" id=\"dot-2563\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2563\">\n                                    <div class=\"icon-title\">BOG<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_el-dorado-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2563\" title=\"BOG\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 349;  \/* X coordinate for the dot *\/\n                                        var y = 554;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2563');\n                                        var icon = document.getElementById('myIcon-2563');\n                                        var line = document.getElementById('line-2563');\n                                        var dot = document.getElementById('dot-2563');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2563');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-610\"><\/div>\n                                <div class=\"dot\" id=\"dot-610\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-610\">\n                                    <div class=\"icon-title\">YQX<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_gander-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-610\" title=\"YQX\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 567;  \/* X coordinate for the dot *\/\n                                        var y = 155;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-610');\n                                        var icon = document.getElementById('myIcon-610');\n                                        var line = document.getElementById('line-610');\n                                        var dot = document.getElementById('dot-610');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-610');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2569\"><\/div>\n                                <div class=\"dot\" id=\"dot-2569\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2569\">\n                                    <div class=\"icon-title\">IAH<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_george-bush-intercontinental-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2569\" title=\"IAH\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 221;  \/* X coordinate for the dot *\/\n                                        var y = 316;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2569');\n                                        var icon = document.getElementById('myIcon-2569');\n                                        var line = document.getElementById('line-2569');\n                                        var dot = document.getElementById('dot-2569');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2569');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2570\"><\/div>\n                                <div class=\"dot\" id=\"dot-2570\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2570\">\n                                    <div class=\"icon-title\">JFK<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_john-f-kennedy-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2570\" title=\"JFK\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 433;  \/* X coordinate for the dot *\/\n                                        var y = 220;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2570');\n                                        var icon = document.getElementById('myIcon-2570');\n                                        var line = document.getElementById('line-2570');\n                                        var dot = document.getElementById('dot-2570');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2570');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2571\"><\/div>\n                                <div class=\"dot\" id=\"dot-2571\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2571\">\n                                    <div class=\"icon-title\">LGA<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_laguardia-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2571\" title=\"LGA\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 441;  \/* X coordinate for the dot *\/\n                                        var y = 216;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2571');\n                                        var icon = document.getElementById('myIcon-2571');\n                                        var line = document.getElementById('line-2571');\n                                        var dot = document.getElementById('dot-2571');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2571');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2595\"><\/div>\n                                <div class=\"dot\" id=\"dot-2595\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2595\">\n                                    <div class=\"icon-title\">YYZ<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_lester-b-pearson-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2595\" title=\"YYZ\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 381;  \/* X coordinate for the dot *\/\n                                        var y = 193;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2595');\n                                        var icon = document.getElementById('myIcon-2595');\n                                        var line = document.getElementById('line-2595');\n                                        var dot = document.getElementById('dot-2595');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2595');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2577\"><\/div>\n                                <div class=\"dot\" id=\"dot-2577\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2577\">\n                                    <div class=\"icon-title\">UIO<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_mariscal-sucre-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2577\" title=\"UIO\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 329;  \/* X coordinate for the dot *\/\n                                        var y = 605;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2577');\n                                        var icon = document.getElementById('myIcon-2577');\n                                        var line = document.getElementById('line-2577');\n                                        var dot = document.getElementById('dot-2577');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2577');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2572\"><\/div>\n                                <div class=\"dot\" id=\"dot-2572\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2572\">\n                                    <div class=\"icon-title\">MIA<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_miami-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2572\" title=\"MIA\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 335;  \/* X coordinate for the dot *\/\n                                        var y = 354;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2572');\n                                        var icon = document.getElementById('myIcon-2572');\n                                        var line = document.getElementById('line-2572');\n                                        var dot = document.getElementById('dot-2572');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2572');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2568\"><\/div>\n                                <div class=\"dot\" id=\"dot-2568\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2568\">\n                                    <div class=\"icon-title\">EWR<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_newark-liberty-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2568\" title=\"EWR\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 427;  \/* X coordinate for the dot *\/\n                                        var y = 223;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2568');\n                                        var icon = document.getElementById('myIcon-2568');\n                                        var line = document.getElementById('line-2568');\n                                        var dot = document.getElementById('dot-2568');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2568');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2578\"><\/div>\n                                <div class=\"dot\" id=\"dot-2578\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2578\">\n                                    <div class=\"icon-title\">YCM<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_niagara-district-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2578\" title=\"YCM\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 395;  \/* X coordinate for the dot *\/\n                                        var y = 189;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2578');\n                                        var icon = document.getElementById('myIcon-2578');\n                                        var line = document.getElementById('line-2578');\n                                        var dot = document.getElementById('dot-2578');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2578');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2566\"><\/div>\n                                <div class=\"dot\" id=\"dot-2566\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2566\">\n                                    <div class=\"icon-title\">DCA<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_ronald-reagan-washington-national-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2566\" title=\"DCA\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 397;  \/* X coordinate for the dot *\/\n                                        var y = 254;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2566');\n                                        var icon = document.getElementById('myIcon-2566');\n                                        var line = document.getElementById('line-2566');\n                                        var dot = document.getElementById('dot-2566');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2566');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2576\"><\/div>\n                                <div class=\"dot\" id=\"dot-2576\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2576\">\n                                    <div class=\"icon-title\">SMF<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_sacramento-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2576\" title=\"SMF\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 55;  \/* X coordinate for the dot *\/\n                                        var y = 228;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2576');\n                                        var icon = document.getElementById('myIcon-2576');\n                                        var line = document.getElementById('line-2576');\n                                        var dot = document.getElementById('dot-2576');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2576');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2574\"><\/div>\n                                <div class=\"dot\" id=\"dot-2574\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2574\">\n                                    <div class=\"icon-title\">SAT<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_san-antonio-international-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2574\" title=\"SAT\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 199;  \/* X coordinate for the dot *\/\n                                        var y = 323;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2574');\n                                        var icon = document.getElementById('myIcon-2574');\n                                        var line = document.getElementById('line-2574');\n                                        var dot = document.getElementById('dot-2574');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2574');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2555\"><\/div>\n                                <div class=\"dot\" id=\"dot-2555\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2555\">\n                                    <div class=\"icon-title\">YYD<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_smithers-regional-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2555\" title=\"YYD\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 89;  \/* X coordinate for the dot *\/\n                                        var y = 36;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2555');\n                                        var icon = document.getElementById('myIcon-2555');\n                                        var line = document.getElementById('line-2555');\n                                        var dot = document.getElementById('dot-2555');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2555');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2585\"><\/div>\n                                <div class=\"dot\" id=\"dot-2585\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2585\">\n                                    <div class=\"icon-title\">YQY<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_sydney-regional-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2585\" title=\"YQY\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 525;  \/* X coordinate for the dot *\/\n                                        var y = 176;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2585');\n                                        var icon = document.getElementById('myIcon-2585');\n                                        var line = document.getElementById('line-2585');\n                                        var dot = document.getElementById('dot-2585');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2585');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                                <div class=\"line\" id=\"line-2590\"><\/div>\n                                <div class=\"dot\" id=\"dot-2590\"><\/div>\n                                <div class=\"icon-wrapper\" id=\"wrapper-2590\">\n                                    <div class=\"icon-title\">YWK<\/div>\n                                    <img decoding=\"async\" src=\"https:\/\/alliedaviation.com\/wp-content\/themes\/allied-theme\/color-image\/color_combination_wabush-regional-airport.png\" alt=\"Combined Icon\" class=\"icon\" id=\"myIcon-2590\" title=\"YWK\" width=\"12px\" height=\"12px\">\n                                <\/div>\n                                <script type=\"text\/javascript\">\n                                    document.addEventListener('DOMContentLoaded', function() {\n                                        var x = 495;  \/* X coordinate for the dot *\/\n                                        var y = 116;  \/* Y coordinate for the dot *\/\n\n                                        var wrapper = document.getElementById('wrapper-2590');\n                                        var icon = document.getElementById('myIcon-2590');\n                                        var line = document.getElementById('line-2590');\n                                        var dot = document.getElementById('dot-2590');\n\n                                         \/* Position the dot *\/\n                                        dot.style.left = (x-10)  + 'px';  \/* Center the dot (5px width) *\/\n                                        dot.style.top = (y+5)  + 'px';  \/* Center the dot (5px height) *\/\n                                        dot.style.display = 'block';  \/* Show the dot *\/\n\n                                         \/* Position the wrapper to the right of the dot *\/\n                                        wrapper.style.left = (x - 1) + 'px';  \/* Position wrapper to the right *\/\n                                        wrapper.style.top = (y - 7) + 'px';  \/* Align vertically with the dot *\/\n                                        wrapper.style.display = 'block';  \/* Show the wrapper *\/\n\n                                         \/* Set line position and size *\/\n                                        line.style.left = (x - 5.5) + 'px';  \/* Start of line from the dot *\/\n                                        line.style.top = (y + 6.6) + 'px';  \/* Align line with the dot *\/\n                                        line.style.height = '2px';  \/* Line height *\/\n                                        line.style.width = '7px';  \/* Width of the line to the wrapper *\/\n                                        line.style.display = 'block';  \/* Show the line *\/\n\n                                         \/* Add click event listener to the icon *\/\n                                        icon.addEventListener('click', function() {\n                                            var locationDiv = document.getElementById('location-2590');\n                                            var scrollableContainer = document.querySelector('.scrollable');\n                                            locationDiv.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                                            scrollableContainer.scrollTop = locationDiv.offsetTop - scrollableContainer.offsetTop;  \/* Scroll only the left part *\/\n                                            locationDiv.classList.add('highlight');\n                                            setTimeout(function() {\n                                                locationDiv.classList.remove('highlight');\n                                            }, 3000);  \/* Remove highlight after 3 seconds *\/\n                                        });\n                                    });\n                                <\/script>\n\n                                                    <\/div><\/div>\n                    <div class=\"services\">\n                        <ul><li><span style=\"display:inline-block; width:20px; height:20px; background-color:rgba(255,255,56,1); margin-right:10px;\"><\/span><span style=\"color:rgba(255,255,56,1);\">Commercial Into-Plane Fueling<\/span><\/li><li><span style=\"display:inline-block; width:20px; height:20px; background-color:rgba(255,51,43,1); margin-right:10px;\"><\/span><span style=\"color:rgba(255,51,43,1);\">FBO General Aviation<\/span><\/li><li><span style=\"display:inline-block; width:20px; height:20px; background-color:rgba(255,191,45,1); margin-right:10px;\"><\/span><span style=\"color:rgba(255,191,45,1);\">Fuel Farm Management<\/span><\/li><li><span style=\"display:inline-block; width:20px; height:20px; background-color:rgba(4,250,3,1); margin-right:10px;\"><\/span><span style=\"color:rgba(4,250,3,1);\">Ground Handling<\/span><\/li><\/ul>                    <\/div><\/div>\n                <\/div>\n        <\/div>\n        <\/div>\n        <\/div>\n    <\/body>\n    <\/html>\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Ubicaciones<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-114","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Locations - Allied Aviation Services, Inc.<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/alliedaviation.com\/en\/locations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Locations - Allied Aviation Services, Inc.\" \/>\n<meta property=\"og:description\" content=\"Locations\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alliedaviation.com\/en\/locations\/\" \/>\n<meta property=\"og:site_name\" content=\"Allied Aviation Services, Inc.\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-27T04:45:07+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/locations\\\/\",\"url\":\"https:\\\/\\\/alliedaviation.com\\\/locations\\\/\",\"name\":\"Locations - Allied Aviation Services, Inc.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/#website\"},\"datePublished\":\"2024-08-13T14:24:39+00:00\",\"dateModified\":\"2025-02-27T04:45:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/locations\\\/#breadcrumb\"},\"inLanguage\":\"en\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/alliedaviation.com\\\/locations\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/locations\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/alliedaviation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Locations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/#website\",\"url\":\"https:\\\/\\\/alliedaviation.com\\\/\",\"name\":\"Allied Aviation Services, Inc.\",\"description\":\"Aviation Fueling\",\"publisher\":{\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/alliedaviation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/#organization\",\"name\":\"Allied Aviation Services, Inc.\",\"url\":\"https:\\\/\\\/alliedaviation.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en\",\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/alliedaviation.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/alliedaviation.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/logo.png\",\"width\":263,\"height\":109,\"caption\":\"Allied Aviation Services, Inc.\"},\"image\":{\"@id\":\"https:\\\/\\\/alliedaviation.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Locations - Allied Aviation Services, Inc.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/alliedaviation.com\/en\/locations\/","og_locale":"en_US","og_type":"article","og_title":"Locations - Allied Aviation Services, Inc.","og_description":"Locations","og_url":"https:\/\/alliedaviation.com\/en\/locations\/","og_site_name":"Allied Aviation Services, Inc.","article_modified_time":"2025-02-27T04:45:07+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alliedaviation.com\/locations\/","url":"https:\/\/alliedaviation.com\/locations\/","name":"Locations - Allied Aviation Services, Inc.","isPartOf":{"@id":"https:\/\/alliedaviation.com\/#website"},"datePublished":"2024-08-13T14:24:39+00:00","dateModified":"2025-02-27T04:45:07+00:00","breadcrumb":{"@id":"https:\/\/alliedaviation.com\/locations\/#breadcrumb"},"inLanguage":"en","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alliedaviation.com\/locations\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alliedaviation.com\/locations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/alliedaviation.com\/"},{"@type":"ListItem","position":2,"name":"Locations"}]},{"@type":"WebSite","@id":"https:\/\/alliedaviation.com\/#website","url":"https:\/\/alliedaviation.com\/","name":"Allied Aviation Services, Inc.","description":"Aviation Fueling","publisher":{"@id":"https:\/\/alliedaviation.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alliedaviation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en"},{"@type":"Organization","@id":"https:\/\/alliedaviation.com\/#organization","name":"Allied Aviation Services, Inc.","url":"https:\/\/alliedaviation.com\/","logo":{"@type":"ImageObject","inLanguage":"en","@id":"https:\/\/alliedaviation.com\/#\/schema\/logo\/image\/","url":"https:\/\/alliedaviation.com\/wp-content\/uploads\/2024\/08\/logo.png","contentUrl":"https:\/\/alliedaviation.com\/wp-content\/uploads\/2024\/08\/logo.png","width":263,"height":109,"caption":"Allied Aviation Services, Inc."},"image":{"@id":"https:\/\/alliedaviation.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/pages\/114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/comments?post=114"}],"version-history":[{"count":43,"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/pages\/114\/revisions"}],"predecessor-version":[{"id":3464,"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/pages\/114\/revisions\/3464"}],"wp:attachment":[{"href":"https:\/\/alliedaviation.com\/en\/wp-json\/wp\/v2\/media?parent=114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}