{"id":7990,"date":"2024-05-27T07:35:39","date_gmt":"2024-05-27T05:35:39","guid":{"rendered":"https:\/\/pelican.dk\/locations\/"},"modified":"2026-01-16T14:59:05","modified_gmt":"2026-01-16T13:59:05","slug":"locations","status":"publish","type":"page","link":"https:\/\/pelican.dk\/en\/locations\/","title":{"rendered":"Locations"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7990\" class=\"elementor elementor-7990 elementor-1283\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce658a6 e-con-full wd-section-stretch e-flex e-con e-parent\" data-id=\"ce658a6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76e3932 elementor-widget__width-inherit elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"76e3932\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Get 50% off the first 2 months - save space and money today!<\/p>\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-e03f5d5 e-flex e-con-boxed e-con e-parent\" data-id=\"e03f5d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17a5189 elementor-align-right elementor-widget elementor-widget-button\" data-id=\"17a5189\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pelican.dk\/en\/business-locations\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Are you a business?<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-834169c e-flex e-con-boxed e-con e-parent\" data-id=\"834169c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fa796c5 e-con-full e-flex e-con e-child\" data-id=\"fa796c5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d74f93 elementor-widget elementor-widget-heading\" data-id=\"1d74f93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Pelicans locations in Copenhagen<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c089105 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"c089105\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"panel-pane pane-paragraph-panes pane-headline narrow-centered\"><div class=\"pane-content\"><div data-module=\"Headline\"><div class=\"wrap\"><div class=\"page-description\"><p>We have locations all over Copenhagen from Amagerbro to Hiller\u00f8d. Find the location that suits you best and find the right storage unit for you.<\/p><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3eadd24 elementor-widget elementor-widget-html\" data-id=\"3eadd24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>jQuery(document).ready(function($) {\n    \/\/ Ensure all content-to-toggle is hidden by default\n    $('.content-to-toggle').hide();\n\n    \/\/ When any .location element is clicked\n    $(\".location\").on('click', function(e) {\n        e.preventDefault(); \/\/ Prevent default behavior\n\n        \/\/ Find the content related to the clicked element\n        var content = $(this).closest('.elementor-element').next('.elementor-element').find('.content-to-toggle');\n\n        \/\/ Find the toggle text element\n        var toggleText = $(this).find('.toggle-text');\n\n        \/\/ Check if the content is visible\n        if (content.is(':visible')) {\n            \/\/ If visible, slide up to hide it and change the text back to \"Vis tilg\u00e6ngelige rum\"\n            content.hide(); \/\/ 800ms = 0.8 seconds\n            toggleText.text('Vis tilg\u00e6ngelige rum'); \/\/ Change text back\n            toggleText.removeClass('active'); \/\/ Remove active class for caret\n        } else {\n            \/\/ If hidden, slide down to show it and change the text to \"Luk\"\n            content.show(); \/\/ 800ms = 0.8 seconds\n            toggleText.text('Luk'); \/\/ Change text to \"Luk\"\n            toggleText.addClass('active'); \/\/ Add active class for caret\n        }\n    });\n});\n\n    <\/script>\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-983fe70 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"983fe70\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9721fa5 wd-width-100 elementor-widget elementor-widget-wd_google_map\" data-id=\"9721fa5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_google_map.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"google-map-container wd-map-container\" data-map-args='{&quot;multiple_markers&quot;:&quot;yes&quot;,&quot;latitude&quot;:null,&quot;longitude&quot;:null,&quot;zoom&quot;:9,&quot;mouse_zoom&quot;:&quot;yes&quot;,&quot;init_type&quot;:&quot;page_load&quot;,&quot;init_offset&quot;:&quot;&quot;,&quot;json_style&quot;:&quot;&quot;,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/themes\\\/woodmart\\\/inc\\\/admin\\\/assets\\\/images\\\/google-icon.png&quot;,&quot;marker_icon_size&quot;:&quot;&quot;,&quot;elementor&quot;:true,&quot;marker_text_needed&quot;:&quot;no&quot;,&quot;marker_text&quot;:&quot;&lt;h3 style=\\&quot;min-width:300px; text-align:center; margin:15px;\\&quot;&gt;&lt;\\\/h3&gt;&quot;,&quot;selector&quot;:&quot;wd-map-id-69e1a1cc445b0&quot;,&quot;markers&quot;:[{&quot;_id&quot;:&quot;6c3b77f&quot;,&quot;marker_title&quot;:&quot;Pelican Amagerbro&quot;,&quot;marker_lat&quot;:&quot;55.667305052698815&quot;,&quot;marker_lon&quot;:&quot;12.609901428222656&quot;,&quot;marker_description&quot;:&quot;Pelican Amagerbro&lt;br&gt;\\nVermlandsgade 66&lt;br&gt;\\n2300 Copenhagen S&quot;,&quot;index&quot;:0,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;a9b4962&quot;,&quot;marker_title&quot;:&quot;Pelican Damhus Valby&quot;,&quot;marker_lat&quot;:&quot;55.6728349535378&quot;,&quot;marker_lon&quot;:&quot;12.484205381479114&quot;,&quot;marker_description&quot;:&quot;Pelican Damhus Valby&lt;br&gt;\\nRoskildevej 170&lt;br&gt;\\n2500 Valby&quot;,&quot;index&quot;:1,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;5309287&quot;,&quot;marker_title&quot;:&quot;Pelican Ellebjerg Valby&quot;,&quot;marker_lat&quot;:&quot;55.649167553946&quot;,&quot;marker_lon&quot;:&quot;12.508790199812552&quot;,&quot;marker_description&quot;:&quot;Pelican Ellebjerg Valby&lt;br&gt;\\nBlush\\u00f8jvej 9&lt;br&gt;\\n2450 Copenhagen&quot;,&quot;index&quot;:2,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;09d53ae&quot;,&quot;marker_title&quot;:&quot;Pelican Gladsaxe&quot;,&quot;marker_lat&quot;:&quot;55.74449607274884&quot;,&quot;marker_lon&quot;:&quot;12.492400472983718&quot;,&quot;marker_description&quot;:&quot;Pelican Gladsaxe&lt;br&gt;\\nBuddingevej 310&lt;br&gt;\\n2860 S\\u00f8borg&quot;,&quot;index&quot;:3,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;e101fa9&quot;,&quot;marker_title&quot;:&quot;Pelican Hiller\\u00f8d&quot;,&quot;marker_lat&quot;:&quot;55.93336274654147&quot;,&quot;marker_lon&quot;:&quot;12.285816734656692&quot;,&quot;marker_description&quot;:&quot;Pelican Hiller\\u00f8d&lt;br&gt;\\nFrejasvej 30&lt;br&gt;\\n3400 Hiller\\u00f8d&quot;,&quot;index&quot;:4,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;83a2a4a&quot;,&quot;marker_title&quot;:&quot;Pelican Kastellet&quot;,&quot;marker_lat&quot;:&quot;55.69625317522138&quot;,&quot;marker_lon&quot;:&quot;12.593289082869887&quot;,&quot;marker_description&quot;:&quot;Pelican Kastellet&lt;br&gt; Kalkbr\\u00e6nderihavnsgade 3&lt;br&gt;\\n2100 Copenhagen \\u00d8&quot;,&quot;index&quot;:5,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;688d0a1&quot;,&quot;marker_title&quot;:&quot;Pelican Nordvest&quot;,&quot;marker_lat&quot;:&quot;55.70436256350207&quot;,&quot;marker_lon&quot;:&quot;12.520626448094845&quot;,&quot;marker_description&quot;:&quot;Pelican Nordvest&lt;br&gt;\\nHulg\\u00e5rdsvej 131&lt;br&gt;\\n2400 Copenhagen NV&quot;,&quot;index&quot;:6,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;eb2d500&quot;,&quot;marker_title&quot;:&quot;Pelican R\\u00f8dovre&quot;,&quot;marker_lat&quot;:&quot;55.66767879688414&quot;,&quot;marker_lon&quot;:&quot;12.423773473128676&quot;,&quot;marker_description&quot;:&quot;Pelican R\\u00f8dovre&lt;br&gt;\\nRoskildevej 519&lt;br&gt;\\n2605 Br\\u00f8ndby&quot;,&quot;index&quot;:7,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;9fde603&quot;,&quot;marker_title&quot;:&quot;Pelican Skovlunde&quot;,&quot;marker_lat&quot;:&quot;55.71638210065256&quot;,&quot;marker_lon&quot;:&quot;12.426946309002389&quot;,&quot;marker_description&quot;:&quot;Pelican Skovlunde&lt;br&gt;\\nMileparken 2A&lt;br&gt;\\n2740 Skovlunde&quot;,&quot;index&quot;:8,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;edf06f3&quot;,&quot;marker_title&quot;:&quot;Pelican Sydhavnen&quot;,&quot;marker_lat&quot;:&quot;55.651526637605855&quot;,&quot;marker_lon&quot;:&quot;12.540549692590275&quot;,&quot;marker_description&quot;:&quot;Pelican Sydhavnen&lt;br&gt;\\nA. C. Meyers V\\u00e6nge 138&lt;br&gt;\\n2450 Copenhagen SV&quot;,&quot;index&quot;:9,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;08916cf&quot;,&quot;marker_title&quot;:&quot;Pelican Virum&quot;,&quot;marker_lat&quot;:&quot;55.79880881783888&quot;,&quot;marker_lon&quot;:&quot;12.491612058999635&quot;,&quot;marker_description&quot;:&quot;Pelican Virum&lt;br&gt;\\nSkodsborgvej 48B&lt;br&gt;\\n2830 Virum&quot;,&quot;index&quot;:10,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;efe03e1&quot;,&quot;marker_title&quot;:&quot;Pelican \\u00d8restad&quot;,&quot;marker_lat&quot;:&quot;55.61984606994857&quot;,&quot;marker_lon&quot;:&quot;12.57462205178956&quot;,&quot;marker_description&quot;:&quot;Pelican \\u00d8restad&lt;br&gt;\\n\\u00d8restads Boulevard 190&lt;br&gt;\\n2300 Copenhagen S&quot;,&quot;index&quot;:11,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]},{&quot;_id&quot;:&quot;0cbb2bd&quot;,&quot;marker_title&quot;:&quot;Pelican \\u00d8sterbro&quot;,&quot;marker_lat&quot;:&quot;55.71000365263153&quot;,&quot;marker_lon&quot;:&quot;12.562202280387282&quot;,&quot;marker_description&quot;:&quot;Pelican \\u00d8sterbro&lt;br&gt;\\nSejr\\u00f8gade 8&lt;br&gt;\\n2100 Copenhagen&quot;,&quot;index&quot;:12,&quot;marker_icon&quot;:&quot;https:\\\/\\\/pelican.dk\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/groen-pelican-24x24.png&quot;,&quot;marker_icon_size&quot;:[&quot;24&quot;,&quot;24&quot;]}],&quot;center&quot;:&quot;55.710183944952,12.501254205624&quot;}'>\n\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"wd-google-map-wrapper wd-map-wrapper wd-fill\">\n\t\t\t\t<div id=\"wd-map-id-69e1a1cc445b0\" class=\"wd-google-map without-content wd-fill\"><\/div>\n\t\t\t<\/div>\n\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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-9bcc871 e-flex e-con-boxed e-con e-parent\" data-id=\"9bcc871\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6cb3d8a e-con-full e-flex e-con e-child\" data-id=\"6cb3d8a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b56c48e e-con-full location e-flex e-con e-child\" data-id=\"b56c48e\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI13M6LJ191020210002\">\n\t\t<div class=\"elementor-element elementor-element-965f1e9 e-con-full e-flex e-con e-child\" data-id=\"965f1e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-47140ec elementor-widget elementor-widget-image\" data-id=\"47140ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-a5556ae e-con-full e-flex e-con e-child\" data-id=\"a5556ae\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6af6e91 elementor-widget elementor-widget-heading\" data-id=\"6af6e91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Ellebjerg Valby<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1dd09ba elementor-widget elementor-widget-wd_text_block\" data-id=\"1dd09ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Blush\u00f8jvej 9<br \/>2450 Copenhagen<br \/><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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-11832dc elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"11832dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50% FOR 4 MONTHS RIGHT NOW<\/h2>\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-66b3ef9 e-con-full e-flex e-con e-child\" data-id=\"66b3ef9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99ff609 content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"99ff609\" 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\">\n  <div id=\"pelican_unit_list_35770c2550\"><\/div>\n  <script>\n    \n    var data_35770c2550 = {\"units\":[{\"id\":\"204\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"689\",\"discount_price\":345,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"206\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"789\",\"discount_price\":395,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"208\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1069\",\"discount_price\":535,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"211\",\"size\":\"7\",\"type\":\"standard\",\"price\":\"1229\",\"discount_price\":615,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"213\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1259\",\"discount_price\":630,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"214\",\"size\":\"8\",\"type\":\"standard\",\"price\":\"1419\",\"discount_price\":710,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"8B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"216\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1639\",\"discount_price\":820,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"218\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"1559\",\"discount_price\":780,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"199\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"339\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"200\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"489\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"202\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"559\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"210\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1089\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"219\",\"size\":\"11\",\"type\":\"standard\",\"price\":\"2209\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"11B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"221\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2389\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"222\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"3159\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"223\",\"size\":\"16\",\"type\":\"standard\",\"price\":\"3339\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"16B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"224\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3629\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI13M6LJ191020210002\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_35770c2550);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_35770c2550').innerHTML = template(data_35770c2550);\n    });\n  <\/script>\n  \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>\n\t\t<div class=\"elementor-element elementor-element-babc475 e-con-full e-flex e-con e-child\" data-id=\"babc475\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-be1fbcc e-con-full location e-flex e-con e-child\" data-id=\"be1fbcc\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI1K5OTR131220120001\">\n\t\t<div class=\"elementor-element elementor-element-94c1792 e-con-full e-flex e-con e-child\" data-id=\"94c1792\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3ccd9f elementor-widget elementor-widget-image\" data-id=\"d3ccd9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/4_facade_4-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-bd4249f e-con-full e-flex e-con e-child\" data-id=\"bd4249f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74f1763 elementor-widget elementor-widget-heading\" data-id=\"74f1763\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican R\u00f8dovre<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51bcef3 elementor-widget elementor-widget-wd_text_block\" data-id=\"51bcef3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Roskildevej 519<br> 2605 Br\u00f8ndby<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7378dea e-con-full e-flex e-con e-child\" data-id=\"7378dea\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7948e2b content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"7948e2b\" 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\">\n  <div id=\"pelican_unit_list_7e17f92ace\"><\/div>\n  <script>\n    \n    var data_7e17f92ace = {\"units\":[{\"id\":\"365\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"199\",\"discount_price\":100,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"369\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"389\",\"discount_price\":195,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"377\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"709\",\"discount_price\":355,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"382\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"849\",\"discount_price\":425,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"385\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"889\",\"discount_price\":445,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"388\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1059\",\"discount_price\":530,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"393\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1089\",\"discount_price\":545,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"395\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1329\",\"discount_price\":665,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"403\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1439\",\"discount_price\":720,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"408\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"1879\",\"discount_price\":940,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"416\",\"size\":\"14\",\"type\":\"standard\",\"price\":\"3539\",\"discount_price\":1770,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"14A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"435\",\"size\":\"19\",\"type\":\"standard\",\"price\":\"4409\",\"discount_price\":2205,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"19A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"413\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2389\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"415\",\"size\":\"13\",\"type\":\"standard\",\"price\":\"3389\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"13A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"421\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"2939\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"424\",\"size\":\"16\",\"type\":\"standard\",\"price\":\"2959\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"16B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"426\",\"size\":\"17\",\"type\":\"standard\",\"price\":\"4119\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"17A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"431\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3239\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"438\",\"size\":\"20\",\"type\":\"standard\",\"price\":\"3519\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"20B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"440\",\"size\":\"22\",\"type\":\"standard\",\"price\":\"3699\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"22A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"444\",\"size\":\"24\",\"type\":\"standard\",\"price\":\"5399\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"24A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"445\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"5579\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"447\",\"size\":\"30\",\"type\":\"standard\",\"price\":\"6439\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"30A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI1K5OTR131220120001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_7e17f92ace);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_7e17f92ace').innerHTML = template(data_7e17f92ace);\n    });\n  <\/script>\n  \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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-b2cf5c8 e-flex e-con-boxed e-con e-parent\" data-id=\"b2cf5c8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a78b5e6 e-con-full e-flex e-con e-child\" data-id=\"a78b5e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-395f01f e-con-full location e-flex e-con e-child\" data-id=\"395f01f\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI11E7RI100920130001\">\n\t\t<div class=\"elementor-element elementor-element-1098211 e-con-full e-flex e-con e-child\" data-id=\"1098211\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-00ebc45 elementor-widget elementor-widget-image\" data-id=\"00ebc45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Pelican-Self-Storage-Kalkbranderihavnsgade-2-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-d35dc98 e-con-full e-flex e-con e-child\" data-id=\"d35dc98\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7923c75 elementor-widget elementor-widget-heading\" data-id=\"7923c75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Kastellet<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aba8180 elementor-widget elementor-widget-wd_text_block\" data-id=\"aba8180\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Kalkbr\u00e6nderihavnsgade 3<br \/>2100 Copenhagen \u00d8<br \/><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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-2564f3e elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"2564f3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50% FOR 4 MONTHS RIGHT NOW<\/h2>\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-370bdbc e-con-full e-flex e-con e-child\" data-id=\"370bdbc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ecffdc content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"7ecffdc\" 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\">\n  <div id=\"pelican_unit_list_1825d69887\"><\/div>\n  <script>\n    \n    var data_1825d69887 = {\"units\":[{\"id\":\"290\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"359\",\"discount_price\":180,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"292\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"429\",\"discount_price\":215,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"295\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"739\",\"discount_price\":370,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"297\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"939\",\"discount_price\":470,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"299\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"1209\",\"discount_price\":605,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"302\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1659\",\"discount_price\":830,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"313\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"3209\",\"discount_price\":1605,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"315\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"3669\",\"discount_price\":1835,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"317\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"5579\",\"discount_price\":2790,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"12A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"303\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"2489\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"307\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"2759\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"320\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"4799\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"322\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"5549\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"324\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"7229\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"326\",\"size\":\"40\",\"type\":\"standard\",\"price\":\"10559\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"40B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"327\",\"size\":\"50\",\"type\":\"standard\",\"price\":\"12629\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"50B\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI11E7RI100920130001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_1825d69887);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_1825d69887').innerHTML = template(data_1825d69887);\n    });\n  <\/script>\n  \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>\n\t\t<div class=\"elementor-element elementor-element-5eea602 e-con-full e-flex e-con e-child\" data-id=\"5eea602\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-95b5192 e-con-full location e-flex e-con e-child\" data-id=\"95b5192\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI0YVORI230120120001\">\n\t\t<div class=\"elementor-element elementor-element-6377392 e-con-full e-flex e-con e-child\" data-id=\"6377392\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d716b24 elementor-widget elementor-widget-image\" data-id=\"d716b24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/35_facade_8-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-2322d72 e-con-full e-flex e-con e-child\" data-id=\"2322d72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f1af51 elementor-widget elementor-widget-heading\" data-id=\"7f1af51\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Sydhavnen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-60e0707 elementor-widget elementor-widget-wd_text_block\" data-id=\"60e0707\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>A. C. Meyers V\u00e6nge 138<br \/>2450 K\u00f8benhavn SV<br \/><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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-6424c97 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"6424c97\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50% FOR 4 MONTHS RIGHT NOW<\/h2>\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-1aa8700 e-con-full e-flex e-con e-child\" data-id=\"1aa8700\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-874aa1f content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"874aa1f\" 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\">\n  <div id=\"pelican_unit_list_9427a15338\"><\/div>\n  <script>\n    \n    var data_9427a15338 = {\"units\":[{\"id\":\"488\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"359\",\"discount_price\":180,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"491\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"489\",\"discount_price\":245,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"493\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"649\",\"discount_price\":325,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"496\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"779\",\"discount_price\":390,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"498\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"849\",\"discount_price\":425,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"500\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"919\",\"discount_price\":460,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"504\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1019\",\"discount_price\":510,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"508\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1349\",\"discount_price\":675,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"510\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1559\",\"discount_price\":780,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"516\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1829\",\"discount_price\":915,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"520\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"2569\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"525\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2899\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"530\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"3509\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"534\",\"size\":\"16\",\"type\":\"standard\",\"price\":\"3719\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"16B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"537\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"4959\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"543\",\"size\":\"20\",\"type\":\"standard\",\"price\":\"5329\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"20A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"550\",\"size\":\"22\",\"type\":\"standard\",\"price\":\"4539\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"22B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"555\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"4949\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"557\",\"size\":\"40\",\"type\":\"standard\",\"price\":\"8479\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"40A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI0YVORI230120120001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_9427a15338);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_9427a15338').innerHTML = template(data_9427a15338);\n    });\n  <\/script>\n  \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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-9a44930 e-flex e-con-boxed e-con e-parent\" data-id=\"9a44930\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7256209 e-con-full e-flex e-con e-child\" data-id=\"7256209\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-540e213 e-con-full location e-flex e-con e-child\" data-id=\"540e213\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI1GRWXX250320060000\">\n\t\t<div class=\"elementor-element elementor-element-2df6021 e-con-full e-flex e-con e-child\" data-id=\"2df6021\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-03da86f elementor-widget elementor-widget-image\" data-id=\"03da86f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Buddingevej-310-5-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-df19b7e e-con-full e-flex e-con e-child\" data-id=\"df19b7e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96bc049 elementor-widget elementor-widget-heading\" data-id=\"96bc049\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Gladsaxe<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1faf88a elementor-widget elementor-widget-wd_text_block\" data-id=\"1faf88a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Buddingevej 310<br>2860 S\u00f8borg<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fbdb923 e-con-full e-flex e-con e-child\" data-id=\"fbdb923\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe5e07f content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"fe5e07f\" 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\">\n  <div id=\"pelican_unit_list_cd7e043f94\"><\/div>\n  <script>\n    \n    var data_cd7e043f94 = {\"units\":[{\"id\":\"9\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"219\",\"discount_price\":110,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"14\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"329\",\"discount_price\":165,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"18\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"419\",\"discount_price\":210,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"24\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"559\",\"discount_price\":280,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"29\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"679\",\"discount_price\":340,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"34\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"979\",\"discount_price\":490,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"40\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1249\",\"discount_price\":625,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"44\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1559\",\"discount_price\":780,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"47\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1639\",\"discount_price\":820,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"54\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"2139\",\"discount_price\":1070,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"63\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2589\",\"discount_price\":1295,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"12A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"69\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"3169\",\"discount_price\":1585,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"15A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"51\",\"size\":\"8.5\",\"type\":\"standard\",\"price\":\"1839\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"8,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"59\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"2239\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"74\",\"size\":\"16\",\"type\":\"standard\",\"price\":\"2959\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"16B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"78\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3019\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"83\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"3659\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"86\",\"size\":\"24\",\"type\":\"standard\",\"price\":\"4049\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"24B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"88\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"4649\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI1GRWXX250320060000\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_cd7e043f94);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_cd7e043f94').innerHTML = template(data_cd7e043f94);\n    });\n  <\/script>\n  \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>\n\t\t<div class=\"elementor-element elementor-element-cf5c41c e-con-full e-flex e-con e-child\" data-id=\"cf5c41c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-981fbef e-con-full location e-flex e-con e-child\" data-id=\"981fbef\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI0X6AXX240620150001\">\n\t\t<div class=\"elementor-element elementor-element-52fee20 e-con-full e-flex e-con e-child\" data-id=\"52fee20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90da24b elementor-widget elementor-widget-image\" data-id=\"90da24b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Sejrogade-8-4.jpg\" class=\"attachment-full size-full wp-image-1883\" alt=\"Pelican Self Storage \u00d8sterbro\" srcset=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Sejrogade-8-4.jpg 1024w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Sejrogade-8-4-300x200.jpg 300w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Sejrogade-8-4-768x512.jpg 768w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Sejrogade-8-4-150x100.jpg 150w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-af9c2ad e-con-full e-flex e-con e-child\" data-id=\"af9c2ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a2f53d3 elementor-widget elementor-widget-heading\" data-id=\"a2f53d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican \u00d8sterbro<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23d3085 elementor-widget elementor-widget-wd_text_block\" data-id=\"23d3085\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Sejr\u00f8gade 8<br>2100 Copenhagen<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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-e0b6ea7 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-heading\" data-id=\"e0b6ea7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">50% FOR 4 MONTHS RIGHT NOW<\/h2>\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-bf79de7 e-con-full e-flex e-con e-child\" data-id=\"bf79de7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6df0c7e content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"6df0c7e\" 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\">\n  <div id=\"pelican_unit_list_25dfa1fc8e\"><\/div>\n  <script>\n    \n    var data_25dfa1fc8e = {\"units\":[{\"id\":\"679\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"509\",\"discount_price\":255,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"682\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"629\",\"discount_price\":315,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"685\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"909\",\"discount_price\":455,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"688\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"1159\",\"discount_price\":580,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"696\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1909\",\"discount_price\":955,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"698\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"2479\",\"discount_price\":1240,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"704\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"3509\",\"discount_price\":1755,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"708\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"3659\",\"discount_price\":1830,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"709\",\"size\":\"13\",\"type\":\"standard\",\"price\":\"4339\",\"discount_price\":2170,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"13A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"713\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"4549\",\"discount_price\":2275,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"675\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"429\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"677\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"419\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"690\",\"size\":\"4.5\",\"type\":\"standard\",\"price\":\"1389\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"4,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"693\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1409\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"702\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"2839\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"716\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"5429\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"717\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"7699\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"719\",\"size\":\"30\",\"type\":\"standard\",\"price\":\"8879\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"30A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI0X6AXX240620150001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_25dfa1fc8e);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_25dfa1fc8e').innerHTML = template(data_25dfa1fc8e);\n    });\n  <\/script>\n  \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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-48981e2 e-flex e-con-boxed e-con e-parent\" data-id=\"48981e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-85599ff e-con-full e-flex e-con e-child\" data-id=\"85599ff\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-14b1137 e-con-full location e-flex e-con e-child\" data-id=\"14b1137\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI0W01JB260420170001\">\n\t\t<div class=\"elementor-element elementor-element-7c2de19 e-con-full e-flex e-con e-child\" data-id=\"7c2de19\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aae7f78 elementor-widget elementor-widget-image\" data-id=\"aae7f78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1313\" height=\"876\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526.jpg\" class=\"attachment-full size-full wp-image-1857\" alt=\"Pelican Self Storage Amagerbro\" srcset=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526.jpg 1313w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526-300x200.jpg 300w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526-1024x683.jpg 1024w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526-768x512.jpg 768w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526-1200x801.jpg 1200w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I0526-150x100.jpg 150w\" sizes=\"auto, (max-width: 1313px) 100vw, 1313px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-6da80f7 e-con-full e-flex e-con e-child\" data-id=\"6da80f7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-babd17f elementor-widget elementor-widget-heading\" data-id=\"babd17f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Amagerbro<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf728a1 elementor-widget elementor-widget-wd_text_block\" data-id=\"cf728a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Vermlandsgade 66<br>2300 Copenhagen S<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e02ba3 e-con-full e-flex e-con e-child\" data-id=\"1e02ba3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1becacf content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"1becacf\" 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\">\n  <div id=\"pelican_unit_list_84a540f7b0\"><\/div>\n  <script>\n    \n    var data_84a540f7b0 = {\"units\":[{\"id\":\"110\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"289\",\"discount_price\":145,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"111\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"399\",\"discount_price\":200,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"112\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"549\",\"discount_price\":275,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"114\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"679\",\"discount_price\":340,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"117\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"899\",\"discount_price\":450,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"119\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"989\",\"discount_price\":495,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"121\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1139\",\"discount_price\":570,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"124\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1559\",\"discount_price\":780,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"128\",\"size\":\"8\",\"type\":\"standard\",\"price\":\"1689\",\"discount_price\":845,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"8B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"129\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1879\",\"discount_price\":940,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"131\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"2459\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"132\",\"size\":\"11\",\"type\":\"standard\",\"price\":\"2739\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"11A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"134\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2829\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"140\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3349\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"144\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"3749\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"149\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"4269\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"153\",\"size\":\"34\",\"type\":\"standard\",\"price\":\"5979\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"34A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"162\",\"size\":\"75\",\"type\":\"standard\",\"price\":\"11699\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"75FH\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"163\",\"size\":\"80\",\"type\":\"standard\",\"price\":\"12259\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"80FH\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"164\",\"size\":\"85\",\"type\":\"standard\",\"price\":\"12809\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"85FH\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI0W01JB260420170001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_84a540f7b0);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_84a540f7b0').innerHTML = template(data_84a540f7b0);\n    });\n  <\/script>\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>\n\t\t<div class=\"elementor-element elementor-element-b1fe041 e-con-full e-flex e-con e-child\" data-id=\"b1fe041\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-135871f e-con-full location e-flex e-con e-child\" data-id=\"135871f\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI13IIJB190520160004\">\n\t\t<div class=\"elementor-element elementor-element-4c8327d e-con-full e-flex e-con e-child\" data-id=\"4c8327d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30138ed elementor-widget elementor-widget-image\" data-id=\"30138ed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/84I1463-1.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-f5b9c31 e-con-full e-flex e-con e-child\" data-id=\"f5b9c31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7febbd7 elementor-widget elementor-widget-heading\" data-id=\"7febbd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Damhus Valby<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f1a7def elementor-widget elementor-widget-wd_text_block\" data-id=\"f1a7def\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Roskildevej 170<br>2500 Valby<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f3ed8be e-con-full e-flex e-con e-child\" data-id=\"f3ed8be\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1ce4a43 content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"1ce4a43\" 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\">\n  <div id=\"pelican_unit_list_0feea8b853\"><\/div>\n  <script>\n    \n    var data_0feea8b853 = {\"units\":[{\"id\":\"176\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"459\",\"discount_price\":230,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"177\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"729\",\"discount_price\":365,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"178\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"979\",\"discount_price\":490,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"179\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"1099\",\"discount_price\":550,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"180\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1349\",\"discount_price\":675,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"181\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1619\",\"discount_price\":810,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"182\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1869\",\"discount_price\":935,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"185\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"2719\",\"discount_price\":1360,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"189\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"3149\",\"discount_price\":1575,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"191\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3599\",\"discount_price\":1800,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"175\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"349\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"183\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"2459\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"188\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2959\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"192\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"4669\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"193\",\"size\":\"24\",\"type\":\"standard\",\"price\":\"5269\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"24B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"194\",\"size\":\"27\",\"type\":\"standard\",\"price\":\"5849\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"27B\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI13IIJB190520160004\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_0feea8b853);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_0feea8b853').innerHTML = template(data_0feea8b853);\n    });\n  <\/script>\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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-d7d469b e-flex e-con-boxed e-con e-parent\" data-id=\"d7d469b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-87426c4 e-con-full e-flex e-con e-child\" data-id=\"87426c4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f3a9034 e-con-full location e-flex e-con e-child\" data-id=\"f3a9034\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI0X8XJB300320170001\">\n\t\t<div class=\"elementor-element elementor-element-65ab422 e-con-full e-flex e-con e-child\" data-id=\"65ab422\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c14184a elementor-widget elementor-widget-image\" data-id=\"c14184a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Hulgaardsvej-131-5-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-76e0cfa e-con-full e-flex e-con e-child\" data-id=\"76e0cfa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05c16d6 elementor-widget elementor-widget-heading\" data-id=\"05c16d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Nordvest<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47dbc46 elementor-widget elementor-widget-wd_text_block\" data-id=\"47dbc46\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Hulg\u00e5rdsvej 131<br>2400 Copenhagen NV<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-716e166 e-con-full e-flex e-con e-child\" data-id=\"716e166\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-67a718a content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"67a718a\" 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\">\n  <div id=\"pelican_unit_list_0e4f76da0b\"><\/div>\n  <script>\n    \n    var data_0e4f76da0b = {\"units\":[{\"id\":\"331\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"239\",\"discount_price\":120,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"332\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"329\",\"discount_price\":165,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"334\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"449\",\"discount_price\":225,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"335\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"659\",\"discount_price\":330,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"338\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"819\",\"discount_price\":410,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"340\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"1109\",\"discount_price\":555,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"342\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1359\",\"discount_price\":680,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"343\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1469\",\"discount_price\":735,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"345\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1519\",\"discount_price\":760,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"350\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"2339\",\"discount_price\":1170,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"351\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"3009\",\"discount_price\":1505,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"12A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"354\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"3239\",\"discount_price\":1620,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"348\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"2059\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"356\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"4029\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"358\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"4459\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"359\",\"size\":\"27\",\"type\":\"standard\",\"price\":\"6189\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"27A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"360\",\"size\":\"30\",\"type\":\"standard\",\"price\":\"6719\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"30A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI0X8XJB300320170001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_0e4f76da0b);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_0e4f76da0b').innerHTML = template(data_0e4f76da0b);\n    });\n  <\/script>\n  \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>\n\t\t<div class=\"elementor-element elementor-element-6a94230 e-con-full e-flex e-con e-child\" data-id=\"6a94230\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6f8e960 e-con-full location e-flex e-con e-child\" data-id=\"6f8e960\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-4a7ebc9 e-con-full e-flex e-con e-child\" data-id=\"4a7ebc9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3226c3 elementor-widget elementor-widget-image\" data-id=\"d3226c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Skodsborgvej-48-10.jpg\" class=\"attachment-full size-full wp-image-1877\" alt=\"\" srcset=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Skodsborgvej-48-10.jpg 1024w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Skodsborgvej-48-10-300x200.jpg 300w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Skodsborgvej-48-10-768x512.jpg 768w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Skodsborgvej-48-10-150x100.jpg 150w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-6779465 e-con-full e-flex e-con e-child\" data-id=\"6779465\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e16486a elementor-widget elementor-widget-heading\" data-id=\"e16486a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Virum<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d84d22b elementor-widget elementor-widget-wd_text_block\" data-id=\"d84d22b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Skodsborgvej 48B<br \/>2830 Virum<br \/><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0972e66 e-con-full e-flex e-con e-child\" data-id=\"0972e66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77051f4 content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"77051f4\" 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\">\n  <div id=\"pelican_unit_list_8a3af9f2d9\"><\/div>\n  <script>\n    \n    var data_8a3af9f2d9 = {\"units\":[{\"id\":\"565\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"459\",\"discount_price\":230,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"566\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"579\",\"discount_price\":290,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"570\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"819\",\"discount_price\":410,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"574\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"1099\",\"discount_price\":550,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"582\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"1379\",\"discount_price\":690,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"585\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1659\",\"discount_price\":830,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"589\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"2279\",\"discount_price\":1140,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"590\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"2669\",\"discount_price\":1335,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"595\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"3159\",\"discount_price\":1580,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"562\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"229\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"576\",\"size\":\"3.5\",\"type\":\"standard\",\"price\":\"1339\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"3,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"586\",\"size\":\"5.5\",\"type\":\"standard\",\"price\":\"2229\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"5,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"597\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"3469\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"10A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"599\",\"size\":\"11\",\"type\":\"standard\",\"price\":\"3719\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"11A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"601\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"3969\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"605\",\"size\":\"14\",\"type\":\"standard\",\"price\":\"4079\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"14A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"608\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"4469\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"610\",\"size\":\"17\",\"type\":\"standard\",\"price\":\"4519\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"17A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"614\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"5299\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"618\",\"size\":\"20\",\"type\":\"standard\",\"price\":\"5749\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"20A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"621\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"5969\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"623\",\"size\":\"22\",\"type\":\"standard\",\"price\":\"6199\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"22A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"VI115UXX100120120000\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_8a3af9f2d9);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_8a3af9f2d9').innerHTML = template(data_8a3af9f2d9);\n    });\n  <\/script>\n  \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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-73dffd4 e-flex e-con-boxed e-con e-parent\" data-id=\"73dffd4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5b5cdd0 e-con-full e-flex e-con e-child\" data-id=\"5b5cdd0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ff9751a e-con-full location e-flex e-con e-child\" data-id=\"ff9751a\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI109ELJ17072024000G\">\n\t\t<div class=\"elementor-element elementor-element-c73914c e-con-full e-flex e-con e-child\" data-id=\"c73914c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d6df17d elementor-widget elementor-widget-image\" data-id=\"d6df17d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1002\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1.jpg\" class=\"attachment-full size-full wp-image-10715\" alt=\"Indgang til erhvervsopbevaring hos Pelican Skovlunde med gr\u00f8nne d\u00f8re, automatisk adgang og skilt med lagerl\u00f8sninger til erhverv\" srcset=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1.jpg 1920w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1-300x157.jpg 300w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1-1024x534.jpg 1024w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1-768x401.jpg 768w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1-1536x802.jpg 1536w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1-1200x626.jpg 1200w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/10\/Skovlunde-billede-1-150x78.jpg 150w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-437ddaa e-con-full e-flex e-con e-child\" data-id=\"437ddaa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f404d5 elementor-widget elementor-widget-heading\" data-id=\"3f404d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Skovlunde<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adc743a elementor-widget elementor-widget-wd_text_block\" data-id=\"adc743a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Mileparken 2A<br \/>2740 Skovlunde<br \/><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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-9b0dd91 elementor-widget elementor-widget-wd_text_block\" data-id=\"9b0dd91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec4568f e-con-full e-flex e-con e-child\" data-id=\"ec4568f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-007a0a8 content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"007a0a8\" 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\">\n  <div id=\"pelican_unit_list_4c127b819c\"><\/div>\n  <script>\n    \n    var data_4c127b819c = {\"units\":[{\"id\":\"453\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"239\",\"discount_price\":120,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"733\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"159\",\"discount_price\":80,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5L\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"454\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"289\",\"discount_price\":145,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"455\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"379\",\"discount_price\":190,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"456\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"469\",\"discount_price\":235,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"458\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"559\",\"discount_price\":280,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"460\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"759\",\"discount_price\":380,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"462\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1019\",\"discount_price\":510,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"464\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1249\",\"discount_price\":625,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"742\",\"size\":\"8\",\"type\":\"standard\",\"price\":\"1379\",\"discount_price\":690,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"8B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"466\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1529\",\"discount_price\":765,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"468\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"1689\",\"discount_price\":845,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"734\",\"size\":\"14\",\"type\":\"standard\",\"price\":\"2299\",\"discount_price\":1150,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"14A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"472\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"2219\",\"discount_price\":1110,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"475\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"2449\",\"discount_price\":1225,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"741\",\"size\":\"7\",\"type\":\"standard\",\"price\":\"1219\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"7B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"470\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2109\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"728\",\"size\":\"13\",\"type\":\"standard\",\"price\":\"2189\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"13B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"743\",\"size\":\"17\",\"type\":\"standard\",\"price\":\"2439\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"17B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"477\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"2969\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI109ELJ17072024000G\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_4c127b819c);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_4c127b819c').innerHTML = template(data_4c127b819c);\n    });\n  <\/script>\n  \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>\n\t\t<div class=\"elementor-element elementor-element-340a056 e-con-full e-flex e-con e-child\" data-id=\"340a056\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-073f02d e-con-full location e-flex e-con e-child\" data-id=\"073f02d\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-RI0V0GLJ270320190001\">\n\t\t<div class=\"elementor-element elementor-element-33f1f20 e-con-full e-flex e-con e-child\" data-id=\"33f1f20\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cff41ff elementor-widget elementor-widget-image\" data-id=\"cff41ff\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-scaled.jpg\" class=\"attachment-full size-full wp-image-2138\" alt=\"\" srcset=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-scaled.jpg 2560w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-300x200.jpg 300w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-1024x683.jpg 1024w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-768x512.jpg 768w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-1536x1024.jpg 1536w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-2048x1365.jpg 2048w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-1200x800.jpg 1200w, https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/DSC08717_v01-150x100.jpg 150w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-882078e e-con-full e-flex e-con e-child\" data-id=\"882078e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55baa02 elementor-widget elementor-widget-heading\" data-id=\"55baa02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican \u00d8restad<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd468e elementor-widget elementor-widget-wd_text_block\" data-id=\"afd468e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>\u00d8restads Boulevard 190<br>2300 Copenhagen S<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-06db75f e-con-full e-flex e-con e-child\" data-id=\"06db75f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d335f0 content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"2d335f0\" 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\">\n  <div id=\"pelican_unit_list_2a5e3365e1\"><\/div>\n  <script>\n    \n    var data_2a5e3365e1 = {\"units\":[{\"id\":\"644\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"159\",\"discount_price\":80,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"645\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"269\",\"discount_price\":135,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"649\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"609\",\"discount_price\":305,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"651\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"709\",\"discount_price\":355,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"653\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"869\",\"discount_price\":435,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"4B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"655\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1099\",\"discount_price\":550,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"657\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1219\",\"discount_price\":610,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"661\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1499\",\"discount_price\":750,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"663\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"1749\",\"discount_price\":875,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"664\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"1829\",\"discount_price\":915,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"12B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"647\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"429\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"1,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"658\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1419\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"7,5B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"666\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"2659\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"667\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3429\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"668\",\"size\":\"21\",\"type\":\"standard\",\"price\":\"3919\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"21B\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"669\",\"size\":\"25\",\"type\":\"standard\",\"price\":\"4549\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"25B\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"RI0V0GLJ270320190001\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_2a5e3365e1);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_2a5e3365e1').innerHTML = template(data_2a5e3365e1);\n    });\n  <\/script>\n  \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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-5f27798 e-flex e-con-boxed e-con e-parent\" data-id=\"5f27798\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2c28963 e-con-full e-flex e-con e-child\" data-id=\"2c28963\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6251ffa e-con-full location e-flex e-con e-child\" data-id=\"6251ffa\" data-element_type=\"container\" data-e-type=\"container\" id=\"location-HI10KTXX100120120000\">\n\t\t<div class=\"elementor-element elementor-element-d8bf0d2 e-con-full e-flex e-con e-child\" data-id=\"d8bf0d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0469dd7 elementor-widget elementor-widget-image\" data-id=\"0469dd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/08\/Frejasvej-30-11-scaled.jpg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\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-dd413a0 e-con-full e-flex e-con e-child\" data-id=\"dd413a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-713d6d5 elementor-widget elementor-widget-heading\" data-id=\"713d6d5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Pelican Hiller\u00f8d<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2c4123 elementor-widget elementor-widget-wd_text_block\" data-id=\"b2c4123\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_text_block.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-text-block reset-last-child text-left\">\n\t\t\t\n\t\t\t<p>Frejasvej 30<br>3400 Hiller\u00f8d<br><span class=\"bold-text toggle-text\" style=\"color: #008000;\">Show available rooms<\/span><\/p>\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2b8866 e-con-full e-flex e-con e-child\" data-id=\"f2b8866\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-61daf84 content-to-toggle elementor-widget elementor-widget-shortcode\" data-id=\"61daf84\" 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\">\n  <div id=\"pelican_unit_list_a8d79092b9\"><\/div>\n  <script>\n    \n    var data_a8d79092b9 = {\"units\":[{\"id\":\"233\",\"size\":\"0.75\",\"type\":\"standard\",\"price\":\"289\",\"discount_price\":145,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"0,75A\",\"type_info\":\"Locker\",\"gfx_suffix\":\"L\"},{\"id\":\"236\",\"size\":\"1\",\"type\":\"standard\",\"price\":\"369\",\"discount_price\":185,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"239\",\"size\":\"1.5\",\"type\":\"standard\",\"price\":\"509\",\"discount_price\":255,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"1,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"243\",\"size\":\"2\",\"type\":\"standard\",\"price\":\"799\",\"discount_price\":400,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"2A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"245\",\"size\":\"3\",\"type\":\"standard\",\"price\":\"939\",\"discount_price\":470,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"246\",\"size\":\"3.5\",\"type\":\"standard\",\"price\":\"1099\",\"discount_price\":550,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"3,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"250\",\"size\":\"5\",\"type\":\"standard\",\"price\":\"1359\",\"discount_price\":680,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"252\",\"size\":\"6\",\"type\":\"standard\",\"price\":\"1379\",\"discount_price\":690,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"6A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"256\",\"size\":\"7.5\",\"type\":\"standard\",\"price\":\"1749\",\"discount_price\":875,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"7,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"261\",\"size\":\"9\",\"type\":\"standard\",\"price\":\"1959\",\"discount_price\":980,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"9A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"263\",\"size\":\"10\",\"type\":\"standard\",\"price\":\"2219\",\"discount_price\":1110,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"10A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"266\",\"size\":\"12\",\"type\":\"standard\",\"price\":\"2319\",\"discount_price\":1160,\"discount_rate\":\"50\",\"discount_months\":\"2\",\"is_sold_out\":\"0\",\"sizecode\":\"12A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"248\",\"size\":\"4\",\"type\":\"standard\",\"price\":\"1179\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"4A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"253\",\"size\":\"6.5\",\"type\":\"standard\",\"price\":\"1629\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"6,5A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"259\",\"size\":\"8\",\"type\":\"standard\",\"price\":\"1949\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"8A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"268\",\"size\":\"14\",\"type\":\"standard\",\"price\":\"2799\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"14A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"270\",\"size\":\"15\",\"type\":\"standard\",\"price\":\"2859\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"15A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"274\",\"size\":\"16\",\"type\":\"standard\",\"price\":\"2879\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"16A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"276\",\"size\":\"18\",\"type\":\"standard\",\"price\":\"3159\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"18A\",\"type_info\":\"\",\"gfx_suffix\":\"\"},{\"id\":\"280\",\"size\":\"19\",\"type\":\"standard\",\"price\":\"3519\",\"discount_price\":0,\"discount_rate\":\"0\",\"discount_months\":\"0\",\"is_sold_out\":\"1\",\"sizecode\":\"19A\",\"type_info\":\"\",\"gfx_suffix\":\"\"}],\"site_id\":\"HI10KTXX100120120000\",\"url_prefix\":\"\\\/en\"};     \n    console.log(data_a8d79092b9);\n    jQuery(document).ready(function() {\n    \n      \/* Add Support to different unit types *\/\n      Handlebars.registerHelper('getBookingUrl', function(type, is_sold_out, id) {\n        console.log(\"type:\", type, \"is_sold_out:\", is_sold_out);\n        var soldOut = parseInt(is_sold_out, 10) === 1;\n\n        if (soldOut) {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }\n        } else {\n          switch (type) {\n            case 'garage':\n            case 'standard':\n              return '\/online_booking\/?id=' + id;\n            case 'parking':\n              return '\/reserver-parkeringsplads\/?id=' + id;\n            case 'showroom':\n              return '\/booking-forespoergsel\/?id=' + id;\n            default:\n              return '\/booking-forespoergsel\/?id=' + id;\n          }          \n        }\n      });      \n    \n                                             \n      Handlebars.registerHelper('translate', function(key) {\n        \/\/ Access the localized strings provided by WordPress\n        return localizedStrings[key] || key; \/\/ Fallback to key if not found\n      });    \n    \n      \/\/ Register the 'eq' helper for comparing values\n      Handlebars.registerHelper('eq', function(a, b) {\n        return a === b;\n      });\n      \n      Handlebars.registerHelper('containsGK', function(sizecode, options) {\n        if (sizecode && sizecode.indexOf('GK') !== -1) {\n          return options.fn(this);  \/\/ If 'GK' is found, render the block\n        } else {\n          return options.inverse(this);  \/\/ If 'GK' is not found, render the else block\n        }\n      });\n      \n      Handlebars.registerHelper('hasStandard', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasStandard = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'standard'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'standard') {\n            hasStandard = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one standard, render the block, otherwise render the else block\n        return hasStandard ? options.fn(this) : options.inverse(this);  \/\/ \n      });            \n\n      Handlebars.registerHelper('hasGarage', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasGarage = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'garage'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'garage') {\n            hasGarage = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasGarage ? options.fn(this) : options.inverse(this);  \/\/ \n      });\n      \n      \n      Handlebars.registerHelper('hasParking', function(units, options) {\n        if (!units || units.length === 0) {\n          \/\/ If units is undefined or empty, render the else block\n          return options.inverse(this);\n        }\n\n        var hasParking = false;\n\n        \/\/ Loop through all units and check if any of them is of type 'parking'\n        for (var i = 0; i < units.length; i++) {\n          if (units[i].type === 'parking') {\n            hasParking = true;\n            break;\n          }\n        }\n\n        \/\/ If there is at least one garage, render the block, otherwise render the else block\n        return hasParking ? options.fn(this) : options.inverse(this);  \/\/ \n      });      \n      \n      Handlebars.registerHelper('gt', function(a, b) {\n        return parseFloat(a) > parseFloat(b);\n      });\n      \n      Handlebars.registerHelper('discountText', function(discount_rate, discount_months) {\n        \/\/ Parse discount rate and months to ensure they are treated as numbers\n        var rate = parseInt(discount_rate, 10);\n        var months = parseInt(discount_months, 10);\n\n        \n\n        \/\/ Logic to determine the message\n        if (rate === 0 && months === 0) {\n          return \"Book this storage unit\";\n        } else if (rate > 0 && months === 1) {\n          return \"-\" + rate + \"% OFF THE FIRST MONTH RENT\";\n        } else if (rate > 0 && months === 2) {\n          return \"-\" + rate + \"% OFF THE FIRST 2 MONTHS RENT\";\n        } else if (rate > 0 && months > 2) {\n          return \"-\" + rate + \"% OFF THE FIRST \" + months + \" MONTHS RENT\";\n        } else {\n          return \"Get discount on this unit\";\n        }\n      });\n      \n   \n    \n      var template = Handlebars.compile(templates.listCompact);\n      \/\/console.log(template);\n      document.getElementById('pelican_unit_list_a8d79092b9').innerHTML = template(data_a8d79092b9);\n    });\n  <\/script>\n  \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>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Get 50% off the first 2 months &#8211; save space and money today! Are you a business? Pelicans locations in<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-7990","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<title>Locations | Pelican Self Storage<\/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:\/\/pelican.dk\/en\/locations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Locations\" \/>\n<meta property=\"og:description\" content=\"Get 50% off the first 2 months &#8211; save space and money today! Are you a business? Pelicans locations in\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pelican.dk\/en\/locations\/\" \/>\n<meta property=\"og:site_name\" content=\"Pelican Self Storage\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PelicanSelfStorageDenmark\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T13:59:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2100\" \/>\n\t<meta property=\"og:image:height\" content=\"1575\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"36 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pelican.dk\/en\/locations\/\",\"url\":\"https:\/\/pelican.dk\/en\/locations\/\",\"name\":\"Locations | Pelican Self Storage\",\"isPartOf\":{\"@id\":\"https:\/\/pelican.dk\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pelican.dk\/en\/locations\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pelican.dk\/en\/locations\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg\",\"datePublished\":\"2024-05-27T05:35:39+00:00\",\"dateModified\":\"2026-01-16T13:59:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/pelican.dk\/en\/locations\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pelican.dk\/en\/locations\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pelican.dk\/en\/locations\/#primaryimage\",\"url\":\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg\",\"contentUrl\":\"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pelican.dk\/en\/locations\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pelican.dk\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Locations\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pelican.dk\/en\/#website\",\"url\":\"https:\/\/pelican.dk\/en\/\",\"name\":\"Lej et sikkert opbevaringsrum\",\"description\":\"Lej et opbevaringsrum hos Pelican Self Storage. Billige priser \u2714 Centre i hele K\u00f8benhavn \u2714 Lagerrum i mange st\u00f8rrelser \u2714 L\u00e5n en gratis trailer \u2714\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pelican.dk\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>","yoast_head_json":{"title":"Locations | Pelican Self Storage","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:\/\/pelican.dk\/en\/locations\/","og_locale":"en_US","og_type":"article","og_title":"Locations","og_description":"Get 50% off the first 2 months &#8211; save space and money today! Are you a business? Pelicans locations in","og_url":"https:\/\/pelican.dk\/en\/locations\/","og_site_name":"Pelican Self Storage","article_publisher":"https:\/\/www.facebook.com\/PelicanSelfStorageDenmark","article_modified_time":"2026-01-16T13:59:05+00:00","og_image":[{"width":2100,"height":1575,"url":"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"36 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pelican.dk\/en\/locations\/","url":"https:\/\/pelican.dk\/en\/locations\/","name":"Locations | Pelican Self Storage","isPartOf":{"@id":"https:\/\/pelican.dk\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pelican.dk\/en\/locations\/#primaryimage"},"image":{"@id":"https:\/\/pelican.dk\/en\/locations\/#primaryimage"},"thumbnailUrl":"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg","datePublished":"2024-05-27T05:35:39+00:00","dateModified":"2026-01-16T13:59:05+00:00","breadcrumb":{"@id":"https:\/\/pelican.dk\/en\/locations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pelican.dk\/en\/locations\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pelican.dk\/en\/locations\/#primaryimage","url":"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg","contentUrl":"https:\/\/pelican.dk\/wp-content\/uploads\/2024\/09\/ez_11-11-21_pelican_sydhavnen_10941.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/pelican.dk\/en\/locations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pelican.dk\/en\/"},{"@type":"ListItem","position":2,"name":"Locations"}]},{"@type":"WebSite","@id":"https:\/\/pelican.dk\/en\/#website","url":"https:\/\/pelican.dk\/en\/","name":"Lej et sikkert opbevaringsrum","description":"Lej et opbevaringsrum hos Pelican Self Storage. Billige priser \u2714 Centre i hele K\u00f8benhavn \u2714 Lagerrum i mange st\u00f8rrelser \u2714 L\u00e5n en gratis trailer \u2714","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pelican.dk\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/pages\/7990","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/comments?post=7990"}],"version-history":[{"count":40,"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/pages\/7990\/revisions"}],"predecessor-version":[{"id":19004,"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/pages\/7990\/revisions\/19004"}],"wp:attachment":[{"href":"https:\/\/pelican.dk\/en\/wp-json\/wp\/v2\/media?parent=7990"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}