{"id":757,"date":"2024-04-10T13:57:00","date_gmt":"2024-04-10T11:57:00","guid":{"rendered":"https:\/\/friendsarena.se\/besok-arenan\/hitta-till-arenan\/"},"modified":"2025-11-20T14:08:03","modified_gmt":"2025-11-20T13:08:03","slug":"get-to-the-arena","status":"publish","type":"page","link":"https:\/\/strawberryarena.se\/en\/your-visit\/get-to-the-arena\/","title":{"rendered":"Get to the arena"},"content":{"rendered":"\n    <section id=\"block_b05a94f9d9540404ffe293a71e071dac\" 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:\/\/strawberryarena.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_b05a94f9d9540404ffe293a71e071dac\" class=\"map-block\"><\/div>\n\n\n            <div id=\"map-block-markers-block_b05a94f9d9540404ffe293a71e071dac\" class=\"map-block-markers\">\n                                    <div class=\"marker\"\n                         data-lat=\"59.3726649\"\n                         data-lng=\"18.0005045\"\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.3726649,18.0005045\/@59.3726649,18.0005045,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_b05a94f9d9540404ffe293a71e071dac .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_b05a94f9d9540404ffe293a71e071dac');\n\n                if (mapEl.length > 0) {\n                    const center = {\n                        lat: parseFloat(59.3726649),\n                        lng: parseFloat(18.0005045),\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:\/\/strawberryarena.se\/app\/themes\/strawberry-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_b05a94f9d9540404ffe293a71e071dac .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\n\n<section id=\"block_e1198b2946ceaf9051f27d12bad1603b\" 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:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-sl-v2-2050-1024x683.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-sl-v2-2050-1024x683.jpg 1024w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-sl-v2-2050-300x200.jpg 300w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-sl-v2-2050-768x512.jpg 768w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-sl-v2-2050-1536x1025.jpg 1536w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-sl-v2-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\">With SL<\/h2>\n\n\n\n<p>Reach the Strawberry Arena by metro, commuter train, tram or bus.<\/p>\n\n\n\n<p>News! You can&nbsp;<a href=\"https:\/\/sl.se\/en\/in-english\/tap-your-contactless-card-to-buy-a-single-journey-ticket\" target=\"_blank\" rel=\"noreferrer noopener\">tap your contactless card<\/a>&nbsp;directly on one of SL\u2019s readers at the stations to buy a single-journey ticket. Super smooth!<\/p>\n\n\n\n<section id=\"block_e3b51321620aa7f9bba433e4c8836fd1\" 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:\/\/strawberryarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.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\">Take the blue line (no 11) and get off at subway station Solna centrum or N\u00e4ckrosen. Travel time is around 10 minutes from T-centralen metro station. The walk from N\u00e4ckrosen station (1.4km) takes around 15 minutes, while Solna centrum station (1.7km) is a 20-minute walk.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">SL is responsible for the number of metro trains running in connection with events.<\/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 ecJcYX\" href=\"https:\/\/sl.se\/\" target=\"_blank\" rel=\"noopener\">SL Travel Planner<\/a>.<\/p>\n                        <\/div>\n                    <\/details>\n                                    <details>\n                        <summary>\n                            Commuter train                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.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\">Take the commuter train and get off at Solna station. The travel time is 7 minutes from Stockholm City and 4 minutes from Stockholm Odenplan. Take the north exit from the train station and the Arena is a 10-minute walk.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">After an event you get to Solna station via Evenemangsgatan, or across Signalbron bridge, via Kolonnv\u00e4gen on the other side of the railway. If you are heading north, walk to commuter train station Ulriksdal via Signalbron bridge (at Quality Hotel) and Kolonnv\u00e4gen.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">For big events, transport provider SL puts on extra trains for before and after the event.<\/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 ecJcYX\" 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:\/\/strawberryarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.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 serves Solna centrum and the south entrance to commuter train station Solna station. It takes about 20 minutes to walk from Solna centrum and 10 minutes from Solna station.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">Plan your trip with the\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 ecJcYX\" 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:\/\/strawberryarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.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\">Get off at bus stop Arenan or commuter train station Solna station.<\/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 ecJcYX\" href=\"https:\/\/sl.se\/\" target=\"_blank\" rel=\"noopener\">SL Travel Planner<\/a>.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">SL is responsible for the running of buses in connection with events.<\/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\": \"Take the blue line (no 11) and get off at subway station Solna centrum or N\u00e4ckrosen. Travel time is around 10 minutes from T-centralen metro station. The walk from N\u00e4ckrosen station (1.4km) takes around 15 minutes, while Solna centrum station (1.7km) is a 20-minute walk.\\n\\nSL is responsible for the number of metro trains running in connection with events.\\n\\nPlan your trip and find the best route using SL Travel Planner (https:\/\/sl.se\/).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Commuter train\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Take the commuter train and get off at Solna station. The travel time is 7 minutes from Stockholm City and 4 minutes from Stockholm Odenplan. Take the north exit from the train station and the Arena is a 10-minute walk.\\n\\nAfter an event you get to Solna station via Evenemangsgatan, or across Signalbron bridge, via Kolonnv\u00e4gen on the other side of the railway. If you are heading north, walk to commuter train station Ulriksdal via Signalbron bridge (at Quality Hotel) and Kolonnv\u00e4gen.\\n\\nFor big events, transport provider SL puts on extra trains for before and after the event.\\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 serves Solna centrum and the south entrance to commuter train station Solna station. It takes about 20 minutes to walk from Solna centrum and 10 minutes from Solna station.\\n\\nPlan your trip with the SL Travel Planner (https:\/\/sl.se\/).\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Bus\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Get off at bus stop Arenan or commuter train station Solna station.\\n\\nPlan your trip and find the best route using SL Travel Planner (https:\/\/sl.se\/).\\n\\nSL is responsible for the running of buses in connection with events.\"\n            }\n        }\n    ]\n}        <\/script>\n        \n<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section id=\"block_ed4342176f3ca280aeb13c84cf42e2c8\" 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:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-bil-1-2050-1024x683.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-bil-1-2050-1024x683.jpg 1024w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-bil-1-2050-300x200.jpg 300w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-bil-1-2050-768x512.jpg 768w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-bil-1-2050-1536x1025.jpg 1536w, https:\/\/strawberryarena.se\/uploads\/sites\/6\/2024\/04\/med-bil-1-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\">By car<\/h2>\n\n\n\n<p>We strongly recommend using public transport to reach Strawberry Arena, as it is much more convenient and environmentally friendly compared to traveling by car.<\/p>\n\n\n\n<p>If you choose to drive, we suggest parking at a distance from the Arena and walking or using public transport for the remainder of the journey. Particularly during large events, you can park at a metro station and continue your journey by train or bus.<\/p>\n\n\n\n<section id=\"block_ed35c9279830226a0adcba84e19c03ef\" 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                            <svg class=\"plus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.se\/app\/themes\/live-master\/assets\/images\/sprite.svg#plus\"><\/use>\n                            <\/svg>\n\n                            <svg class=\"minus\">\n                                <use xlink:href=\"https:\/\/strawberryarena.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\"><a class=\"styles__InlineLink-sc-14xqbz5-9 ecJcYX\" href=\"http:\/\/se.westfield.com\/mallofscandinavia\/parkingsystem\" target=\"_blank\" rel=\"noopener\">The Westfield Mall of Scandinavia<\/a>\u00a0provides 3,700 parking spaces in its parking lot, but it tends to fill up rapidly during busy mall hours and event days.<\/p>\n<p class=\"styles__Body-sc-14xqbz5-0 ePwzqB\">For additional details about parking areas, please visit\u00a0<a class=\"styles__InlineLink-sc-14xqbz5-9 ecJcYX\" href=\"https:\/\/parkman.nu\/hitta-garage\/?lat=59.3727005&amp;lng=18.0002317&amp;place=friends+arena\" target=\"_blank\" rel=\"noopener\">parkman.se<\/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\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The Westfield Mall of Scandinavia (http:\/\/se.westfield.com\/mallofscandinavia\/parkingsystem) provides 3,700 parking spaces in its parking lot, but it tends to fill up rapidly during busy mall hours and event days.\\n\\nFor additional details about parking areas, please visit parkman.se (https:\/\/parkman.nu\/hitta-garage\/?lat=59.3727005&amp;lng=18.0002317&amp;place=friends+arena).\"\n            }\n        }\n    ]\n}        <\/script>\n        \n<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":688,"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-757","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/pages\/757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/comments?post=757"}],"version-history":[{"count":4,"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/pages\/757\/revisions"}],"predecessor-version":[{"id":3847,"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/pages\/757\/revisions\/3847"}],"up":[{"embeddable":true,"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/pages\/688"}],"wp:attachment":[{"href":"https:\/\/strawberryarena.se\/en\/wp-json\/wp\/v2\/media?parent=757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}