{"id":142864,"date":"2023-11-28T07:40:00","date_gmt":"2023-11-28T03:40:00","guid":{"rendered":"https:\/\/www.headout.com\/blog\/?p=142864"},"modified":"2024-09-23T12:22:30","modified_gmt":"2024-09-23T08:22:30","slug":"kennedy-space-center-map","status":"publish","type":"post","link":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/","title":{"rendered":"Bird&#8217;s eye view of the Kennedy Space Center with this map"},"content":{"rendered":"<h2 style=\"font-size:24px; font-weight:bold; \">Navigating Through Kennedy Space Center: Mission Zones <\/h2>\n<p>Kennedy Space Center, one of Florida&#8217;s top destinations, is a landmark for space exploration. Experience its rich history, from Apollo missions to the Mars Rover, in person. <\/p>\n<p>The Kennedy Space Center is divided into five mission zones, each highlighting a particular phase of space exploration. <\/p>\n<h4>1. Heroes &amp; Legends<\/h4>\n<p>This zone is dedicated to the brave astronauts who have accelerated human progress with their monumental achievements in space. It features the U.S. Astronaut Hall of Fame and centers around the stories of these inspiring individuals. <\/p>\n<h4>3. Race To The Moon<\/h4>\n<p>This mission zone illuminates the intense competition between the United States and the USSR during the Space Race era, with exhibits detailing the Apollo missions. <\/p>\n<h4>5. NASA Now + Next<\/h4>\n<p>Know about the future of space exploration with exhibits showcasing <a href=\"https:\/\/www.headout.com\/blog\/kennedy-space-center-mission-launches\/\" target=\"_blank\" rel=\"noopener\"> NASA&#8217;s current missions and upcoming plans<\/a>. Get a glimpse of the state-of-the-art technology including the future Artemis lunar missions.<\/p>\n<h4>2. Behind The Gates<\/h4>\n<p>Get insider access to historic launch sites and working spaceflight facilities. Explore the world of the astronauts and engineers who make space travel possible<\/p>\n<h4>4. Shuttle: A Ship Like No Other<\/h4>\n<p>This mission zone is the permanent residence of the real <a href=\"https:\/\/www.headout.com\/blog\/space-shuttle-atlantis-kennedy-space-center\/\" target=\"_blank\" rel=\"noopener\">Space Shuttle Atlantis<\/a>. Immerse yourself in the rich history of NASA&#8217;s Space Shuttle Program, which was a game-changer for space exploration.<\/p>\n<h2 style=\"font-size:24px; font-weight:bold; \"> Kennedy Space Center Map <\/h2>\n<p>To navigate this iconic center effectively, it&#8217;s important to have a comprehensive map. The map will also detail access routes, rest areas, eateries and gift shops available at the center. <\/p>\n<p><img decoding=\"async\" data-src=\"https:\/\/cdn-imgix.headout.com\/microbrands-content-image\/image\/833c9dac13516650be69c3edfa912590-Disney%20world.jpg?fm=pjpg&amp;auto=compress&amp;w=1100&amp;h=750&amp;crop=faces&amp;fit=min\" data-sizes=\"auto\" alt=\"Disney world\" sizes=\"888px\" src=\"https:\/\/cdn-imgix.headout.com\/media\/images\/014c8c77804d99d6171969222c2a20c6-KSC-map.jpg?fm=pjpg&amp;auto=compress&amp;w=1100&amp;h=750&amp;crop=faces&amp;fit=min\" data-pagespeed-url-hash=\"3058151799\" onload=\"pagespeed.CriticalImages.checkImageForCriticality(this);\"><\/p>\n<h2 style=\"font-size:24px; font-weight:bold; \"> Recommended Tickets To Kennedy Space Center <\/h2>\n<p>[tcb-script src=&#8221;https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/3.5.1\/jquery.min.js&#8221; integrity=&#8221;sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx\/qtq\/1itJ0C2ejDxltZVFg==&#8221; crossorigin=&#8221;anonymous&#8221;][\/tcb-script]            <a>             Summary        <\/a>                                                                Kennedy Space Center Map                                        <\/p>\n<ul id=\"summary-mobile-ul\">            <\/ul>\n<p>            [tcb-script]        jQuery(document).ready(function () {            jQuery(&#8220;.row.post-width&#8221;).prepend(`&lt;div&gt;                    &lt;div id=&#8221;summary-list-wrapper&#8221;&gt;                        &lt;div&gt;                            &lt;div&gt;                                Kennedy Space Center Map                            &lt;\/div&gt;                            &lt;div&gt;&lt;\/div&gt;                        &lt;\/div&gt;                        &lt;ul id=&#8221;summaryList&#8221;&gt;                        &lt;\/ul&gt;                    &lt;\/div&gt;                &lt;\/div&gt;`);            let allH2 = document.querySelectorAll(&#8220;h2.add-to-summary&#8221;);            for (i = 0; i &lt; allH2.length; i++) {                jQuery(&#8220;#summaryList&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);                jQuery(&#8220;#summary-mobile-ul&#8221;).append(`&lt;li&gt;&lt;a&gt;${allH2[i].innerHTML}&lt;\/a&gt;&lt;\/li&gt;`);            }            let allA = document.querySelectorAll(&#8220;#summaryList li a&#8221;);            let header = jQuery(document.getElementsByTagName(&#8220;header&#8221;)[0])            let isMobile = false;            if(jQuery(window).width()&lt;=765){                allA = document.querySelectorAll(&#8220;#summary-mobile-ul li a&#8221;);                isMobile = true;            }            let modal = document.getElementById(&#8220;summary-wrapper-mobile&#8221;);            function findH2WithThisTag(text) {                if(isMobile){                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                    modal.style.display = &#8220;none&#8221;;                }                for (i = 0; i &lt; allH2.length; i++) {                    if (allH2[i].innerHTML == text) {                        jQuery(&#8220;html, body&#8221;).animate(                            {                                scrollTop: jQuery(allH2[i]).offset().top &#8211; 100,                            },                            1000);                        break;                    }                }            }            for (i = 0; i &lt; allA.length; i++) {                allA[i].addEventListener(&#8220;click&#8221;, function (data) {                    findH2WithThisTag(data.target.innerHTML);                }, false);            }            jQuery(&#8220;.open-summary-mobile&#8221;)[0].addEventListener(&#8220;click&#8221;, function () {                modal.style.display = &#8220;block&#8221;;                header.css(&#8220;display&#8221;,&#8221;none&#8221;);            }, false);            window.onclick = function (event) {                if (event.target == modal) {                    modal.style.display = &#8220;none&#8221;;                    header.css(&#8220;display&#8221;,&#8221;block&#8221;);                }            }           function scrollUl(i){                \/\/ if(i&gt;=1){                \/\/     offset = jQuery(allA[i-1])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                \/\/ }                                let offset = jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop;                  if(isMobile){                    \/\/ if(Math.abs(jQuery(&#8216;#summary-mobile-ul&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let height = jQuery(window).height() &#8211; 45;                         let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ height);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ height);                                        if(offsettop==0 &amp;&amp; offsetbottom == 0){                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: 0},1);                    }else{                        jQuery(&#8216;#summary-mobile-ul&#8217;).animate({scrollTop: height*offsettop},1);                    }                }else{                    \/\/ if(Math.abs(jQuery(&#8216;#summaryList&#8217;)[0].scrollTop &#8211; offset) &gt;= 10){                    \/\/     jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    \/\/ }                    let offsettop = parseInt((jQuery(allA[i])[0].offsetTop &#8211; jQuery(allA[0])[0].offsetTop) \/ 400);                    let offsetbottom = parseInt((jQuery(allA[i])[0].offsetHeight &#8211; jQuery(allA[0])[0].offsetTop + jQuery(allA[i])[0].offsetTop)\/ 400);                    if(offsettop!=offsetbottom){                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: offset},1);                    }else{                        jQuery(&#8216;#summaryList&#8217;).animate({scrollTop: 400*offsettop},1);                    }                }            }            document.body.onscroll = function (e) {                let topPosition = jQuery(window).scrollTop() &#8211; jQuery(&#8220;#breadcrumbs&#8221;)[0].offsetHeight;;                for (i = 0; i &lt; allA.length; i++) {                    jQuery(allA[i]).removeClass(&#8220;active&#8221;);                }                for (i = 0; i &lt; allH2.length; i++) {                    if (i == allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    } else if (i &lt; allH2.length &#8211; 1 &amp;&amp; allH2[i].offsetTop &lt;= topPosition &amp;&amp; allH2[i + 1].offsetTop &gt; topPosition &amp;&amp; !jQuery(allA[i]).hasClass(&#8220;active&#8221;)) {                        jQuery(allA[i]).addClass(&#8220;active&#8221;);                        scrollUl(i);                        break;                    }                }                                let TextHeight = jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetHeight + jQuery(&#8220;.small-12.medium-11.medium-centered.columns&#8221;)[0].offsetTop;                let summaryWrapperTop = jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetTop;                let offsetTopPostWidth = jQuery(&#8220;.row.post-width&#8221;)[0].offsetTop;                if (summaryWrapperTop &lt; topPosition &#8211; 35 &#8211; offsetTopPostWidth &amp;&amp; TextHeight &gt; topPosition + jQuery(&#8220;#summary-list-wrapper&#8221;)[0].offsetHeight +30 ) {                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;fixed&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                } else{                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;position&#8221;, &#8220;absolute&#8221;);                    jQuery(&#8220;#summary-list-wrapper&#8221;).css(&#8220;top&#8221;, &#8220;25px&#8221;);                }            }        });    [\/tcb-script]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Navigating Through Kennedy Space Center: Mission Zones Kennedy Space Center, one of Florida&#8217;s top destinations, is a landmark for space exploration. Experience its rich history, from Apollo missions to the Mars Rover, in person. The Kennedy Space Center is divided into five mission zones, each highlighting a particular phase of space exploration. 1. Heroes &amp; [&hellip;]<\/p>\n","protected":false},"author":122,"featured_media":152277,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2530,2419,2360,1597],"tags":[6484,6269,6483,6288,6268,6282],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Explore Kennedy Space Center with ease using this map<\/title>\n<meta name=\"description\" content=\"Heading to Kennedy Space Center? Make sure you know all the mission zones and areas you&#039;ll cover. Use this map to navigate through the five mission zones.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Explore Kennedy Space Center with ease using this map\" \/>\n<meta property=\"og:description\" content=\"Heading to Kennedy Space Center? Make sure you know all the mission zones and areas you&#039;ll cover. Use this map to navigate through the five mission zones.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/\" \/>\n<meta property=\"og:site_name\" content=\"Headout Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-28T03:40:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-23T08:22:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg\" \/>\n<meta name=\"author\" content=\"Rohit Jadhav\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/x.com\/rohitjadhav786\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rohit Jadhav\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Explore Kennedy Space Center with ease using this map","description":"Heading to Kennedy Space Center? Make sure you know all the mission zones and areas you'll cover. Use this map to navigate through the five mission zones.","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:\/\/www.headout.com\/blog\/kennedy-space-center-map\/","og_locale":"en_US","og_type":"article","og_title":"Explore Kennedy Space Center with ease using this map","og_description":"Heading to Kennedy Space Center? Make sure you know all the mission zones and areas you'll cover. Use this map to navigate through the five mission zones.","og_url":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/","og_site_name":"Headout Blog","article_published_time":"2023-11-28T03:40:00+00:00","article_modified_time":"2024-09-23T08:22:30+00:00","og_image":[{"url":"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg"}],"author":"Rohit Jadhav","twitter_card":"summary_large_image","twitter_image":"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg","twitter_creator":"@https:\/\/x.com\/rohitjadhav786","twitter_misc":{"Written by":"Rohit Jadhav","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#article","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/"},"author":{"name":"Rohit Jadhav","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/5fbda895492ee032268e1cc6afaf5543"},"headline":"Bird&#8217;s eye view of the Kennedy Space Center with this map","datePublished":"2023-11-28T03:40:00+00:00","dateModified":"2024-09-23T08:22:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/"},"wordCount":834,"commentCount":0,"publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg","keywords":["c-3111","Landmarks","Orlando","POI Shoulder Pages","Tickets","United States"],"articleSection":["Kennedy Space Center Guide","Landmarks in Orlando","Orlando Attractions","Things to do in Orlando"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/","url":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/","name":"Explore Kennedy Space Center with ease using this map","isPartOf":{"@id":"https:\/\/www.headout.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#primaryimage"},"image":{"@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#primaryimage"},"thumbnailUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg","datePublished":"2023-11-28T03:40:00+00:00","dateModified":"2024-09-23T08:22:30+00:00","description":"Heading to Kennedy Space Center? Make sure you know all the mission zones and areas you'll cover. Use this map to navigate through the five mission zones.","breadcrumb":{"@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#primaryimage","url":"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg","contentUrl":"https:\/\/cdn-imgix.headout.com\/media\/images\/9d9361a2699c13345d0d0a1a87adf380-Visitor%20complex.jpg","width":"1600","height":"1000","caption":"Kennedy Space Center"},{"@type":"BreadcrumbList","@id":"https:\/\/www.headout.com\/blog\/kennedy-space-center-map\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Things to do in Orlando","item":"https:\/\/www.headout.com\/things-to-do-city-orlando\/"},{"@type":"ListItem","position":2,"name":"Orlando Attractions","item":"https:\/\/www.headout.com\/tickets-orlando-ca-1~19879\/"},{"@type":"ListItem","position":3,"name":"Museums in Orlando","item":"https:\/\/www.headout.com\/museums-orlando-sc-1002~19879\/"},{"@type":"ListItem","position":4,"name":"Kennedy Space Center Guide","item":"https:\/\/www.headout.com\/blog\/kennedy-space-center\/"},{"@type":"ListItem","position":5,"name":"Kennedy Space Center Map"}]},{"@type":"WebSite","@id":"https:\/\/www.headout.com\/blog\/#website","url":"https:\/\/www.headout.com\/blog\/","name":"Headout Blog","description":"Where will you go next?","publisher":{"@id":"https:\/\/www.headout.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.headout.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.headout.com\/blog\/#organization","name":"Headout","url":"https:\/\/www.headout.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","contentUrl":"https:\/\/www.headout.com\/blog\/wp-content\/uploads\/2016\/07\/headout-logo.png","width":550,"height":84,"caption":"Headout"},"image":{"@id":"https:\/\/www.headout.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/5fbda895492ee032268e1cc6afaf5543","name":"Rohit Jadhav","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.headout.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a3f5b7c8643dc54163e210a6ba8a911e?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a3f5b7c8643dc54163e210a6ba8a911e?s=96&r=g","caption":"Rohit Jadhav"},"description":"More of a mountain person than beach, more of a culture-trip person than just visits! Having travelled to most of North India when I was a kid to backpacking across South India in my adulthood, I learnt that you often find your 'self' in the most unpredicted of places. And that is my inspiration to travel. To connect with nature, people and cultures. Books are my companion and I find my soul in trees. Music, yoga and literature is my passion. I often dream of attending a Peruvian wedding or living in a quaint Hungarian town for a while. When I am not writing, I think of the Himalayas or go running.","sameAs":["https:\/\/www.instagram.com\/just.rohit10\/","https:\/\/x.com\/https:\/\/x.com\/rohitjadhav786"],"url":"https:\/\/www.headout.com\/blog\/author\/rohit-jadhav\/"}]}},"_links":{"self":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/142864"}],"collection":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/users\/122"}],"replies":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/comments?post=142864"}],"version-history":[{"count":21,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/142864\/revisions"}],"predecessor-version":[{"id":186137,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/posts\/142864\/revisions\/186137"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media\/152277"}],"wp:attachment":[{"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/media?parent=142864"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/categories?post=142864"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.headout.com\/blog\/wp-json\/wp\/v2\/tags?post=142864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}