{"id":577,"date":"2024-04-15T16:26:49","date_gmt":"2024-04-15T14:26:49","guid":{"rendered":"https:\/\/aviciiarena.se\/hitta-till-arenan\/"},"modified":"2026-01-15T15:17:30","modified_gmt":"2026-01-15T14:17:30","slug":"get-to-the-arena","status":"publish","type":"page","link":"https:\/\/aviciiarena.se\/en\/your-visit\/get-to-the-arena\/","title":{"rendered":"Get to the arena"},"content":{"rendered":"\n    <section id=\"block_df4f607245700729eeec8ec846fcade1\" class=\"map-basic relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n        <div class=\"container align-default\">\n                        <div class=\"acf-innerblocks-container\"><\/div>\n        <\/div>\n\n        \t<script>\n\t\twindow.map_placeholder = {\n\t\t\tbtn_cabb_class: 'btn-primary',\n\t\t\tbtn_bg_color: '',\n\t\t\tbtn_text_color: '',\n\t\t\tbtn_text: 'Show map',\n\t\t\tmap_container_class: 'map-block',\n\t\t\tmap_container_id: '',\n\t\t\tg_map_url: 'https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyA_lL5g9kNoZzyARWrfhuEiFkYhN4icFK4&callback=gmapCallback',\n\t\t\tappend_html: '<div class=\"non-h-form\" aria-hidden=\"true\"><form><label for=\"nh-name\">Your name<\/label><input type=\"text\" id=\"nh-name\" name=\"nh-name\"><label for=\"nh-email\">Your email<\/label><input type=\"text\" id=\"nh-email\" name=\"nh-email\"><\/form><\/div><div class=\"load-map-container\"><div class=\"load-map-container-inner\"><div class=\"map-loader\"><img decoding=\"async\" src=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/map-spinner.svg?a=01\" alt=\"Loading map\"><\/div><\/div><\/div>',\n\t\t\tisLoaded: false\n\t\t};\n\t<\/script>\n\n\t\n        <div class=\"container align-default\">\n            <div id=\"map-block-block_df4f607245700729eeec8ec846fcade1\" class=\"map-block\"><\/div>\n\n\n            <div id=\"map-block-markers-block_df4f607245700729eeec8ec846fcade1\" class=\"map-block-markers\">\n                                    <div class=\"marker\"\n                         data-lat=\"59.2935725\"\n                         data-lng=\"18.0835501\"\n                    ><\/div>\n                            <\/div>\n            <div class=\"map-buttons map-buttons-hide\">\n                <button class=\"poi\" onclick=\"togglePOIs()\">Visa utbud<\/button>\n                <button class=\"direction\" onclick=\"openDirections()\">V\u00e4gbeskrivning<\/button>\n            <\/div>\n        <\/div>\n    <\/section>\n    <script>\n        function openDirections() {\n            window.open(\n                `https:\/\/www.google.com\/maps\/dir\/\/59.2935725,18.0835501\/@59.2935725,18.0835501,17z`\n            );\n        }\n\n        let map;\n\n        const GoogleMapStyle = [\n            {\n                elementType: 'geometry',\n                stylers: [\n                    {\n                        color: '#f5f5f5',\n                    },\n                ],\n            },\n            {\n                elementType: 'labels.icon',\n                stylers: [\n                    {\n                        visibility: 'off',\n                    },\n                ],\n            },\n            {\n                elementType: 'labels.text.fill',\n                stylers: [\n                    {\n                        color: '#616161',\n                    },\n                ],\n            },\n            {\n                elementType: 'labels.text.stroke',\n                stylers: [\n                    {\n                        color: '#f5f5f5',\n                    },\n                ],\n            },\n            {\n                featureType: 'administrative.land_parcel',\n                elementType: 'labels.text.fill',\n                stylers: [\n                    {\n                        color: '#bdbdbd',\n                    },\n                ],\n            },\n            {\n                featureType: 'road',\n                elementType: 'geometry',\n                stylers: [\n                    {\n                        color: '#ffffff',\n                    },\n                ],\n            },\n            {\n                featureType: 'road.arterial',\n                elementType: 'labels.text.fill',\n                stylers: [\n                    {\n                        color: '#757575',\n                    },\n                ],\n            },\n            {\n                featureType: 'road.highway',\n                elementType: 'geometry',\n                stylers: [\n                    {\n                        color: '#dadada',\n                    },\n                ],\n            },\n            {\n                featureType: 'road.highway',\n                elementType: 'labels.text.fill',\n                stylers: [\n                    {\n                        color: '#616161',\n                    },\n                ],\n            },\n            {\n                featureType: 'road.local',\n                elementType: 'labels.text.fill',\n                stylers: [\n                    {\n                        color: '#9e9e9e',\n                    },\n                ],\n            },\n            {\n                featureType: 'transit.line',\n                elementType: 'geometry',\n                stylers: [\n                    {\n                        color: '#e5e5e5',\n                    },\n                ],\n            },\n            {\n                featureType: 'transit.station',\n                elementType: 'geometry',\n                stylers: [\n                    {\n                        color: '#eeeeee',\n                    },\n                ],\n            },\n            {\n                featureType: 'water',\n                elementType: 'geometry',\n                stylers: [\n                    {\n                        color: '#c9c9c9',\n                    },\n                ],\n            },\n            {\n                featureType: 'water',\n                elementType: 'labels.text.fill',\n                stylers: [\n                    {\n                        color: '#9e9e9e',\n                    },\n                ],\n            },\n        ];\n\n        const poiOn = {\n            featureType: 'poi',\n            elementType: 'labels',\n            stylers: [\n                {\n                    visibility: 'on',\n                },\n                {\n                    saturation: '-100',\n                },\n                {\n                    lightness: '40',\n                },\n            ],\n        };\n\n        const poiOff = {\n            featureType: 'poi',\n            elementType: 'labels',\n            stylers: [\n                {\n                    visibility: 'off',\n                },\n            ],\n        };\n\n        const StylePoiOn = [...GoogleMapStyle, poiOn];\n        const StylePoiOff = [...GoogleMapStyle, poiOff];\n\n        const poiButtonElement = jQuery('#block_df4f607245700729eeec8ec846fcade1 .poi');\n\n        const updateToggleButton = () => {\n            if (poiButtonElement.hasClass('active')) {\n                poiButtonElement.removeClass('active');\n                poiButtonElement.text('Visa utbud');\n            }\n            else {\n                poiButtonElement.addClass('active');\n                poiButtonElement.text('D\u00f6lj utbud');\n            }\n        };\n\n        const togglePOIs = () => {\n            if (map) {\n                if (poiButtonElement.hasClass('active')) {\n                    map.setOptions({\n                        styles: StylePoiOff,\n                    });\n                }\n                else {\n                    map.setOptions({\n                        styles: StylePoiOn,\n                    });\n                }\n            }\n            updateToggleButton();\n        };\n\n        jQuery(document).ready(function() {\n            const init_map = () => {\n                const mapEl = jQuery('#map-block-block_df4f607245700729eeec8ec846fcade1');\n\n                if (mapEl.length > 0) {\n                    const center = {\n                        lat: parseFloat(59.2935725),\n                        lng: parseFloat(18.0835501),\n                    };\n\n                    const mapOptions = {\n                        center: center,\n                        zoom: 14,\n                        styles: StylePoiOff,\n                        mapTypeControl: false,\n                        fullscreenControl: false,\n                        mapTypeControlOptions: {\n                            style: google.maps.MapTypeControlStyle.DEFAULT,\n                            mapTypeIds: ['roadmap', 'satellite'],\n                        },\n                    };\n\n                    map = new google.maps.Map(\n                        mapEl[0],\n                        mapOptions\n                    );\n\n                    const createMarkers = ($markers, map) => {\n                        $markers.each(function () {\n                            const marker = new google.maps.Marker({\n                                position: {\n                                    lat: parseFloat(jQuery(this).data('lat')),\n                                    lng: parseFloat(jQuery(this).data('lng')),\n                                },\n                                map,\n                                icon: {\n                                    url: 'https:\/\/aviciiarena.se\/app\/themes\/avicii-arena\/assets\/icons\/googlemaps-marker.svg',\n                                    scaledSize: new google.maps.Size(71, 68.28),\n                                },\n                            });\n                            marker.setMap(map);\n                        });\n                    };\n\n                    const $markers = jQuery('#map-block-markers-block_df4f607245700729eeec8ec846fcade1 .marker');\n                    createMarkers($markers, map);\n                }\n            }\n\n            \/\/ map-placeholder button click\n            \/\/ load google map\n            jQuery(document).ready(function () {\n                jQuery(document).on('click', '.btn-load-map', function(e){\n                    loadGoogleMap();\n                });\n            });\n\n            \/\/ Load the Google Maps API dynamically using AJAX with async and defer\n            function loadGoogleMap() {\n                var script = document.createElement('script');\n                script.src = window.map_placeholder.g_map_url;\n                script.async = true;\n                script.defer = true;\n                document.head.appendChild(script);\n            }\n\n            \/\/ callback from google map\n            window.gmapCallback = function() {\n                init_map();\n                jQuery('.map-buttons').removeClass('map-buttons-hide');\n\n                \/\/ Load map statistics\n                window.dataLayer = window.dataLayer || [];\n                window.dataLayer.push({\n                    \"event\": \"btnClickLoadGoogleMaps\"\n                    \/\/ \"form\": name\n                });\n            }\n\n        });\n    <\/script>\n\n\n\n<section id=\"block_21a407c8aea6352b68e66219dcb63a39\" class=\"text-with-media relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n    <div class=\"container align-default items-start\">\n                    <div class=\"media media-order-1 media-ratio-medium media-expanded-yes media-contain-cover\">\n                                    <img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/hitta-sl-2050-1024x683.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/hitta-sl-2050-1024x683.jpg 1024w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/hitta-sl-2050-300x200.jpg 300w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/hitta-sl-2050-768x512.jpg 768w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/hitta-sl-2050-1536x1024.jpg 1536w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/hitta-sl-2050-2048x1366.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/div>\n                <div class=\"content-body media-order-2\">\n            <div class=\"acf-innerblocks-container\">\n\n<h2 class=\"wp-block-heading\">With SL<\/h2>\n\n\n\n<p>Reach Avicii Arena by metro, bus or tram.<\/p>\n\n\n\n<section id=\"block_956a2568e8e6e872b30889d4a1dfd2d9\" class=\"accordion-basic relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n    <div class=\"container align-default\">\n                    <div class=\"accordion-wrapper\">\n                                <div class=\"acf-innerblocks-container\"><\/div>\n                                    <details>\n                        <summary>\n                            Metro                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#minus\"><\/use>\n                            <\/svg>\n                        <\/summary>\n                        <div class=\"accordion__content entry-content\">\n                            <p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">The green lines (no 17, 18 and 19) reach Avicii Arena in only a couple of minutes from the main hub of T-Centralen. Descend the train at Globen station, but remember there are many alternative metro stops within walking distance when crowds are big at popular events:<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">\u2013 Gullmarsplan<br \/>\n\u2013 Sk\u00e4rmarbrink<br \/>\n\u2013 Bl\u00e5sut<br \/>\n\u2013 Sandsborg<br \/>\n\u2013 Enskede G\u00e5rd<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">Plan your trip and find the best route using\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/sl.se\/\" target=\"_blank\" rel=\"noopener\">SL Travel Planner<\/a>.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details>\n                        <summary>\n                            Tram                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#minus\"><\/use>\n                            <\/svg>\n                        <\/summary>\n                        <div class=\"accordion__content entry-content\">\n                            <p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">The tram trafficking both Globen and Gullmarsplan is a practical and comfortable alternative if you start your journey by commuter train. Simply change to the tram at \u00c5rstaberg station, and if you arrive from the Sickla direction, the tram is by far the best and most convenient alternative.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">Plan your trip and find the best route using\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/sl.se\/\" target=\"_blank\" rel=\"noopener\">SL Travel Planner<\/a>.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details>\n                        <summary>\n                            Bus                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#minus\"><\/use>\n                            <\/svg>\n                        <\/summary>\n                        <div class=\"accordion__content entry-content\">\n                            <p>Several bus lines take you almost all the way to Avicii Arena. The bus terminal at Gullmarsplan is only a five-minute walk away.<\/p>\n<p>Plan your trip with\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/sl.se\/\" target=\"_blank\" rel=\"noopener\">SL Travel Planner<\/a>.<\/p>\n                        <\/div>\n                    <\/details>\n                            <\/div>\n            <\/div>\n<\/section>\n        <script type=\"application\/ld+json\">\n        {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Metro\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The green lines (no 17, 18 and 19) reach Avicii Arena in only a couple of minutes from the main hub of T-Centralen. Descend the train at Globen station, but remember there are many alternative metro stops within walking distance when crowds are big at popular events:\\n\\n\u2013 Gullmarsplan\\n\\n\u2013 Sk\u00e4rmarbrink\\n\\n\u2013 Bl\u00e5sut\\n\\n\u2013 Sandsborg\\n\\n\u2013 Enskede G\u00e5rd\\n\\nPlan your trip and find the best route using SL Travel Planner (https:\/\/sl.se\/).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Tram\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The tram trafficking both Globen and Gullmarsplan is a practical and comfortable alternative if you start your journey by commuter train. Simply change to the tram at \u00c5rstaberg station, and if you arrive from the Sickla direction, the tram is by far the best and most convenient alternative.\\n\\nPlan your trip and find the best route using SL Travel Planner (https:\/\/sl.se\/).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Bus\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Several bus lines take you almost all the way to Avicii Arena. The bus terminal at Gullmarsplan is only a five-minute walk away.\\n\\nPlan your trip with SL Travel Planner (https:\/\/sl.se\/).\"\n            }\n        }\n    ]\n}        <\/script>\n        \n<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section id=\"block_42048ebc1717a79639187b5eba74c17c\" class=\"text-with-media relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n    <div class=\"container align-default items-center\">\n                    <div class=\"media media-order-2  media-ratio-medium media-expanded-yes media-contain-cover\">\n                                    <img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-cykel-2050-1024x683.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-cykel-2050-1024x683.jpg 1024w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-cykel-2050-300x200.jpg 300w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-cykel-2050-768x512.jpg 768w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-cykel-2050-1536x1024.jpg 1536w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-cykel-2050-2048x1366.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/div>\n                <div class=\"content-body media-order-1 \">\n            <div class=\"acf-innerblocks-container\">\n\n<h2 class=\"wp-block-heading\">By bike<\/h2>\n\n\n\n<p>Arenaleden, a specialized bike lane, connects Medborgarplatsen on S\u00f6dermalm to Avicii Arena. Additionally, there are wide bike lanes along Arenav\u00e4gen and Arenaslingan.<\/p>\n\n\n\n<p>To enhance your biking experience during your visit, we have also built 1000 bike parking spaces at 3Arena.<\/p>\n\n\n\n<p>Find your best bike route with <a href=\"https:\/\/www.google.com\/maps\/dir\/\/Avicii+Arena,+121+77+Johanneshov\/@59.2935537,18.0135109,12z\/data=!3m1!4b1!4m9!4m8!1m0!1m5!1m1!1s0x465f7826c8abcc0f:0x1d7a9835ba7d7f96!2m2!1d18.0835501!2d59.2935725!3e1?hl=en\">Google Maps<\/a>.<\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section id=\"block_9e4ba9ccc32e9a0ca855cd3acf07b934\" class=\"text-with-media relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n    <div class=\"container align-default items-center\">\n                    <div class=\"media media-order-1 media-ratio-medium media-expanded-yes media-contain-cover\">\n                                    <img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/till-fots-2050-1024x683.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/till-fots-2050-1024x683.jpg 1024w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/till-fots-2050-300x200.jpg 300w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/till-fots-2050-768x512.jpg 768w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/till-fots-2050-1536x1025.jpg 1536w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/till-fots-2050-2048x1367.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/div>\n                <div class=\"content-body media-order-2\">\n            <div class=\"acf-innerblocks-container\">\n\n<h2 class=\"wp-block-heading\">By foot<\/h2>\n\n\n\n<p>With Stockholm city around the corner, a pleasant walk is a great option to get to Avicii Arena. It takes only 20 minutes to walk from S\u00f6dermalm, crossing Skanstullsbron, and the pedestrian path leads directly to the arena.<\/p>\n\n\n\n<p>Find your best route with <a href=\"https:\/\/www.google.com\/maps\/dir\/\/Avicii+Arena,+121+77+Johanneshov\/@59.2935537,18.0135109,12z\/data=!3m1!4b1!4m9!4m8!1m0!1m5!1m1!1s0x465f7826c8abcc0f:0x1d7a9835ba7d7f96!2m2!1d18.0835501!2d59.2935725!3e2?hl=en\">Google Maps<\/a>.<\/p>\n\n<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section id=\"block_eef61f9e9977164b574d2dd0b9f15b80\" class=\"text-with-media relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n    <div class=\"container align-default items-start\">\n                    <div class=\"media media-order-2  media-ratio-medium media-expanded-yes media-contain-cover\">\n                                    <img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-bil-2050-1024x683.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-bil-2050-1024x683.jpg 1024w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-bil-2050-300x200.jpg 300w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-bil-2050-768x512.jpg 768w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-bil-2050-1536x1025.jpg 1536w, https:\/\/aviciiarena.se\/uploads\/sites\/4\/2024\/04\/med-bil-2050-2048x1367.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>                            <\/div>\n                <div class=\"content-body media-order-1 \">\n            <div class=\"acf-innerblocks-container\">\n\n<h2 class=\"wp-block-heading\">With car<\/h2>\n\n\n\n<p>We highly recommend using public transportation to get to the arena. It\u2019s usually a smoother and more environmentally friendly choice compared to driving. If you opt to bring your car, we suggest arriving early. Stockholm traffic can be unpredictable, especially during large events when many people are traveling to and from the same location, often resulting in queues nearby.<\/p>\n\n\n\n<section id=\"block_5461b5e05a3f9f2601276a84300688a8\" class=\"accordion-basic relative align-full overflow-hidden\" style=\"background-color:var(--wp--preset--color--base);\">\n    <div class=\"container align-default\">\n                    <div class=\"accordion-wrapper\">\n                                <div class=\"acf-innerblocks-container\"><\/div>\n                                    <details>\n                        <summary>\n                            Parking Globen Shopping                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#minus\"><\/use>\n                            <\/svg>\n                        <\/summary>\n                        <div class=\"accordion__content entry-content\">\n                            <p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">There are around 1 500 parking spaces at Globen Shopping, but please remember that these are quickly filled as crowds increase.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">For questions on parking in Globen Shopping, please contact Parkman at 08-734 90 00 or <a href=\"mailto:info@parkman.nu\">info@parkman.nu<\/a>.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">Read more about parking in the area at\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx\" target=\"_blank\" rel=\"noopener\">Stockholm Parkering<\/a>.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details>\n                        <summary>\n                            Parking Arenagaraget                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/aviciiarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#minus\"><\/use>\n                            <\/svg>\n                        <\/summary>\n                        <div class=\"accordion__content entry-content\">\n                            <p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">You find around 650 parking spaces at\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx\" target=\"_blank\" rel=\"noopener\">Arenagaraget<\/a> below 3Arena, but please remember that these are quickly filled as crowds increase.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">For questions on parking below 3Arena, please contact <a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx\" target=\"_blank\" rel=\"noopener\">Stockholm Parkering<\/a>.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">Read more about parking in the area at\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 kplJcA\" href=\"https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx\" target=\"_blank\" rel=\"noopener\">Stockholm Parkering<\/a>.<\/p>\n                        <\/div>\n                    <\/details>\n                            <\/div>\n            <\/div>\n<\/section>\n        <script type=\"application\/ld+json\">\n        {\n    \"@context\": \"https:\/\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Parking Globen Shopping\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"There are around 1 500 parking spaces at Globen Shopping, but please remember that these are quickly filled as crowds increase.\\n\\nFor questions on parking in Globen Shopping, please contact Parkman at 08-734 90 00 or info@parkman.nu (mailto:info@parkman.nu).\\n\\nRead more about parking in the area at Stockholm Parkering (https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Parking Arenagaraget\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"You find around 650 parking spaces at Arenagaraget (https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx) below 3Arena, but please remember that these are quickly filled as crowds increase.\\n\\nFor questions on parking below 3Arena, please contact Stockholm Parkering (https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx).\\n\\nRead more about parking in the area at Stockholm Parkering (https:\/\/www.stockholmparkering.se\/Pages\/Evenemangsparkering.aspx).\"\n            }\n        }\n    ]\n}        <\/script>\n        \n<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":8,"featured_media":0,"parent":579,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","footnotes":""},"class_list":["post-577","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/pages\/577","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/comments?post=577"}],"version-history":[{"count":24,"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/pages\/577\/revisions"}],"predecessor-version":[{"id":6243,"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/pages\/577\/revisions\/6243"}],"up":[{"embeddable":true,"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/pages\/579"}],"wp:attachment":[{"href":"https:\/\/aviciiarena.se\/en\/wp-json\/wp\/v2\/media?parent=577"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}