{"id":648475,"date":"2025-05-28T11:52:52","date_gmt":"2025-05-28T11:52:52","guid":{"rendered":"https:\/\/sites.edcpoulerikbech.dk\/hotel\/?page_id=648475"},"modified":"2026-03-31T12:02:55","modified_gmt":"2026-03-31T12:02:55","slug":"hoteller","status":"publish","type":"page","link":"https:\/\/edchotels.com\/en\/hoteller\/","title":{"rendered":"Hotels"},"content":{"rendered":"\n            <style>\n                .column-case_number {\n                    display: table-cell;\n                    min-width: 130px;\n                    order: 1;                    width: 10vw;                }\n\n                .column-address {\n                    width: 20vw;\n                    min-width: 300px;\n                    max-width: 400px;\n                }\n\n                .column-date_available {\n                    min-width: 150px;\n                }\n            <\/style>\n        \n            <style>\n                .column-address {\n                    display: table-cell;\n                    min-width: 130px;\n                    order: 2;                    width: 10vw;                }\n\n                .column-address {\n                    width: 20vw;\n                    min-width: 300px;\n                    max-width: 400px;\n                }\n\n                .column-date_available {\n                    min-width: 150px;\n                }\n            <\/style>\n        \n            <style>\n                .column-type {\n                    display: table-cell;\n                    min-width: 130px;\n                    order: 3;                    width: 10vw;                }\n\n                .column-address {\n                    width: 20vw;\n                    min-width: 300px;\n                    max-width: 400px;\n                }\n\n                .column-date_available {\n                    min-width: 150px;\n                }\n            <\/style>\n        \n            <style>\n                .column-size {\n                    display: table-cell;\n                    min-width: 130px;\n                    order: 4;                    width: 10vw;min-width: 100px; max-width: 150px;                }\n\n                .column-address {\n                    width: 20vw;\n                    min-width: 300px;\n                    max-width: 400px;\n                }\n\n                .column-date_available {\n                    min-width: 150px;\n                }\n            <\/style>\n        \n            <style>\n                .column-monthly_rent {\n                    display: table-cell;\n                    min-width: 130px;\n                    order: 5;                    width: 10vw;                }\n\n                .column-address {\n                    width: 20vw;\n                    min-width: 300px;\n                    max-width: 400px;\n                }\n\n                .column-date_available {\n                    min-width: 150px;\n                }\n            <\/style>\n        \n            <style>\n                .column-status {\n                    display: table-cell;\n                    min-width: 130px;\n                    order: 6;                    width: 10vw;min-width: 100px; max-width: 150px;                }\n\n                .column-address {\n                    width: 20vw;\n                    min-width: 300px;\n                    max-width: 400px;\n                }\n\n                .column-date_available {\n                    min-width: 150px;\n                }\n            <\/style>\n        <div class=\"relative imp-w-property-archive\" x-data=\"property_list()\" x-init=\"updateCount()\">\n    \n    <div class=\"p-6 md:p-10 lg:p-20 bg-color-light-bg\" class=\" bg-color-light-bg\">\n        <div  class=\"relative mx-auto max-w-screen-2xl\">\n            <div class=\"mb-4\">\n\n    <form x-on:change.debounce=\"onFilter()\" \n        x-on:submit.prevent  \n        id=\"edc_property_filter\" \n        class=\"grid grid-cols-2 gap-1 lg:grid-cols-5\"\n    >\n        <div x-data=\"{open : false}\"  @keydown.escape=\"open = false\" @click.away=\"open = false\" class=\"relative inline-block w-full text-left\">\n        <div>\n            <button \n                type=\"button\" \n                class=\"inline-flex justify-between w-full px-4 py-2 text-sm font-medium text-gray-700 bg-white  hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-indigo-500\" \n                x-trap=\"open\"\n                @click=\"open = !open\"\n                aria-expanded=\"true\" \n                aria-haspopup=\"true\" \n            >\n                <span class=\"text-ellipsis whitespace-nowrap overflow-hidden\">Price<\/span>\n                <template x-if=\"false\">\n                    <span \n                        x-show=\"min_price || max_price\" \n                        class=\"absolute top-[6px] flex px-2 py-1 rounded-full right-9 flex-nowrap bg-color-light-bg\"\n                    >\n                        <p x-show=\"min_price &#038;&#038; !max_price\" class=\"text-xs text-gray-700\" x-text=\"'Min. ' + formatPrice(min_price)\"><\/p>\n                        <p x-show=\"!min_price &#038;&#038; max_price\" class=\"text-xs text-gray-700\" x-text=\"'Max. ' + formatPrice(max_price)\"><\/p>\n                        <p x-show=\"min_price &#038;&#038; max_price\" class=\"text-xs text-gray-700\" x-text=\"formatPrice(min_price) + ' - ' + formatPrice(max_price)\"><\/p>\n                    <\/span>\n                <\/template>\n                <svg class=\"w-5 h-5 ml-2 -mr-1\" x-description=\"Heroicon name: solid\/chevron-down\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">\n                    <path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path>\n                <\/svg>\n            <\/button>\n        <\/div> \n        <div \n            x-show=\"open\"\n            x-trap=\"open\"\n            x-cloak\n            x-transition:enter=\"transition ease-out duration-100\" \n            x-transition:enter-start=\"transform opacity-0 scale-95\" \n            x-transition:enter-end=\"transform opacity-100 scale-100\" \n            x-transition:leave=\"transition ease-in duration-75\" \n            x-transition:leave-start=\"transform opacity-100 scale-100\"\n            x-transition:leave-end=\"transform opacity-0 scale-95\" \n            class=\"absolute left-0 z-50 w-auto mt-2 origin-top-right bg-white  p-7 ring-1 ring-black ring-opacity-5 focus:outline-none\" \n            x-description=\"Dropdown menu, show\/hide based on menu state.\"\n        >\n            <p class=\"mb-1 text-xs font-medium uppercase\">Price<\/p>\n            <div class=\"flex flex-col gap-2\" role=\"none\">\n                <span class=\"relative flex items-center flex-1 flex-nowrap\">\n                    <input  class=\"border border-gray-400  w-56\" type=\"number\" inputmode=\"numeric\" min=\"0\" id=\"min_price\" x-model=\"min_price\"  placeholder=\"Min.\"><\/input>\n                    <p class=\"relative ml-2 text-sm text-gray-400\">Kr.<\/p>\n                <\/span>\n                <p class=\"text-sm text-gray-400\">to<\/p>\n                <span class=\"relative flex items-center flex-1 flex-nowrap\">\n                    <input class=\"p-2 border border-gray-400  w-56\" type=\"number\" id=\"max_price\" min=\"0\" x-model=\"max_price\"  placeholder=\"Max.\"><\/input>\n                    <p class=\"relative ml-2 text-sm text-gray-400\">Kr.<\/p>\n                <\/span>\n                <div id=\"slider-price-69cbb7ee22526\" class=\"mt-3\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n <div x-data=\"{open : false}\"  @keydown.escape=\"open = false\" @click.away=\"open = false\" class=\"relative inline-block w-full text-left\">\n        <div>\n            <button type=\"button\" class=\"inline-flex justify-between w-full px-4 py-2 text-sm font-medium text-gray-700 bg-white  hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-indigo-500\" \n                \n                @click=\"open = !open\"\n                aria-expanded=\"true\" \n                aria-haspopup=\"true\" \n            >\n                <span class=\"text-ellipsis whitespace-nowrap overflow-hidden\">Rooms<\/span>\n                <template x-if=\"false\">\n                    <span x-show=\"min_rooms || max_rooms\" class=\"absolute top-[6px] flex px-2 py-1 rounded-full right-9 flex-nowrap bg-color-light-bg\">\n                        <p x-show=\"min_rooms &#038;&#038; !max_rooms\" class=\"text-xs text-gray-700\" x-text=\"'Min. ' + min_rooms\"><\/p>\n                        <p x-show=\"!min_rooms &#038;&#038; max_rooms\" class=\"text-xs text-gray-700\" x-text=\"'Max. ' + max_rooms\"><\/p>\n                        <p x-show=\"min_rooms &#038;&#038; max_rooms\" class=\"text-xs text-gray-700\" x-text=\"min_rooms + ' - ' + max_rooms\"><\/p>\n                    <\/span>\n                <\/template>\n                <svg class=\"w-5 h-5 ml-2 -mr-1\" x-description=\"Heroicon name: solid\/chevron-down\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">\n                    <path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n        \n        <div \n            x-show=\"open\"\n            x-trap=\"open\"\n            x-cloak\n            x-transition:enter=\"transition ease-out duration-100\" \n            x-transition:enter-start=\"transform opacity-0 scale-95\" \n            x-transition:enter-end=\"transform opacity-100 scale-100\" \n            x-transition:leave=\"transition ease-in duration-75\" \n            x-transition:leave-start=\"transform opacity-100 scale-100\"\n            x-transition:leave-end=\"transform opacity-0 scale-95\" \n            class=\"absolute left-0 z-50 w-auto mt-2 origin-top-right bg-white  p-7 ring-1 ring-black ring-opacity-5 focus:outline-none\" \n            x-description=\"Dropdown menu, show\/hide based on menu state.\"\n        >   \n            <p class=\"mb-1 text-xs font-medium uppercase\">Rooms<\/p>\n\n            <div class=\"flex items-center flex-nowrap w-56\" role=\"none\">\n                <span class=\"relative flex items-center flex-1 flex-nowrap\">\n                    <input  class=\"border border-gray-400  w-20\" type=\"number\" inputmode=\"numeric\" min=\"0\" id=\"min_rooms\" x-model=\"min_rooms\"  placeholder=\"Min.\"><\/input>\n                <\/span>\n                <p class=\"mr-4 text-sm text-gray-400\">to<\/p>\n                <span class=\"relative flex items-center flex-1 flex-nowrap\">\n                    <input class=\"p-2 border border-gray-400  w-20\" type=\"number\" id=\"max_rooms\" min=\"0\" x-model=\"max_rooms\"  placeholder=\"Max.\"><\/input>\n                <\/span>\n            <\/div>\n\n            <div id=\"slider-rooms-69cbb7ee22526\" class=\"mt-4\"><\/div>\n        <\/div>\n    <\/div>\n <div x-data=\"{open : false}\"  @keydown.escape=\"open = false\" @click.away=\"open = false\" class=\"relative inline-block w-full text-left\">\n        <div>\n                <button type=\"button\" class=\"inline-flex justify-between w-full px-4 py-2 text-sm font-medium text-gray-700 bg-white  hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-offset-gray-100 focus:ring-indigo-500\" \n                    \n                    @click=\"open = !open\"\n                    aria-expanded=\"true\" \n                    aria-haspopup=\"true\" \n                >\n\n                    <span class=\"text-ellipsis whitespace-nowrap overflow-hidden\">Status<\/span>\n                    <template x-if=\"false\">\n                                                    <template x-if=\"availability == 'available'\">\n                                <p x-show=\"availability\" class=\"absolute top-[6px] right-9 px-2 py-1 text-xs text-gray-700 rounded-full bg-color-light-bg\">For sale<\/p>\n                            <\/template>\n                            <template x-if=\"availability == 'reserved'\">\n                                <p x-show=\"availability\" class=\"absolute top-[6px] right-9 px-2 py-1 text-xs text-gray-700 rounded-full bg-color-light-bg\">reserved<\/p>\n                            <\/template>\n                            <template x-if=\"availability == 'offer'\">\n                                <p x-show=\"availability\" class=\"absolute top-[6px] right-9 px-2 py-1 text-xs text-gray-700 rounded-full bg-color-light-bg\">Contract signed<\/p>\n                            <\/template>\n                            <template x-if=\"availability == 'rented'\">\n                                <p x-show=\"availability\" class=\"absolute top-[6px] right-9 px-2 py-1 text-xs text-gray-700 rounded-full bg-color-light-bg\">rented<\/p>\n                            <\/template>\n                                            <\/template>\n                    <svg class=\"w-5 h-5 ml-2 -mr-1\" x-description=\"Heroicon name: solid\/chevron-down\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" aria-hidden=\"true\">\n                        <path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path>\n                    <\/svg>\n                <\/button>\n        <\/div>\n\n        \n        <div x-show=\"open\"\n        x-trap=\"open\"\n        x-cloak\n        x-transition:enter=\"transition ease-out duration-100\" \n        x-transition:enter-start=\"transform opacity-0 scale-95\" \n        x-transition:enter-end=\"transform opacity-100 scale-100\" \n        x-transition:leave=\"transition ease-in duration-75\" \n        x-transition:leave-start=\"transform opacity-100 scale-100\"\n        x-transition:leave-end=\"transform opacity-0 scale-95\" \n        class=\"absolute lg:left-0 right-0 lg:right-auto z-50 w-auto mt-2 origin-top-right bg-white  p-7 ring-1 ring-black ring-opacity-5 focus:outline-none\" \n        x-description=\"Dropdown menu, show\/hide based on menu state.\"\n        >\n            <div class=\"flex flex-wrap\" role=\"none\" id=\"availability_filter\">\n                                    <p class=\"filter-radio\">\n                        <input type=\"radio\" id=\"available\" x-model=\"availability\" value=\"available\">\n                        <label class=\"cursor-pointer\" for=\"available\">For sale<\/label>\n                    <\/p>\n                    <p class=\"filter-radio\">\n                        <input  type=\"radio\" id=\"reserved\" x-model=\"availability\" value=\"reserved\">\n                        <label class=\"cursor-pointer\" for=\"reserved\">reserved<\/label>\n                    <\/p>\n                    <p class=\"filter-radio\">\n                        <input  type=\"radio\" id=\"offer\" x-model=\"availability\" value=\"offer\">\n                        <label class=\"cursor-pointer\" for=\"offer\">Contract signed<\/label>\n                    <\/p>\n                    <p class=\"filter-radio\">\n                        <input  type=\"radio\" id=\"sold\" x-model=\"availability\" value=\"sold\">\n                        <label class=\"cursor-pointer\" for=\"sold\">Sold<\/label>\n                    <\/p>\n                            <\/div>\n        <\/div>\n    <\/div> \n     <\/form>\n<\/div>\n            <div class=\"flex flex-wrap justify-between mb-2 text-sm\">\n                <div class=\"flex flex-wrap items-center gap-3 mb-2\" x-data=\"{\n                        minMaxFilters: [\n                            {\n                                label: 'Rooms',\n                                minVar: 'min_rooms',\n                                maxVar: 'max_rooms'\n                            },\n                            {\n                                label: 'Size',\n                                minVar: 'min_size',\n                                maxVar: 'max_size',\n                                displayUsing: function(value) {\n                                    return value + 'm\u00b2';\n                                }\n                            },\n                            {\n                                label: 'Price',\n                                minVar: 'min_price',\n                                maxVar: 'max_price',\n                                displayUsing: function(value) {\n                                    return formatPrice(value);\n                                }\n                            },\n                            {\n                                label: 'Monthly rent',\n                                minVar: 'min_monthly_rent',\n                                maxVar: 'max_monthly_rent',\n                                displayUsing: function(value) {\n                                    return formatPrice(value);\n                                }\n                            },\n                        ],\n                        filters: [\n                            {\n                                label: 'Status',\n                                var: 'availability',\n                                displayUsing: function(value) {\n                                    return value ? facetMapping[value] : '';\n                                },\n                            },\n                            {\n                                label: 'Type',\n                                var: 'type',\n                                displayUsing: function(value) {\n                                    return value ? facetMapping[value] : '';\n                                },\n                            }\n                        ],\n                    }\">\n\n                    <template x-if=\"count == 1\">\n                        <p class=\" whitespace-nowrap md:mb-0\"><\/p>\n                    <\/template>\n                    <template x-if=\"count != 1\">\n                        <p class=\" whitespace-nowrap md:mb-0\"><\/p>\n                    <\/template>\n\n                    <template x-for=\"filter in minMaxFilters\" :key=\"filter.label\">\n                        <div\n                            class=\"flex items-center gap-1\"\n                            x-show=\"$data[filter.minVar] || $data[filter.maxVar]\"\n                        >\n                            <span x-text=\"filter.label + ':'\"><\/span>\n                            <button\n                                x-show=\"$data[filter.minVar]\"\n                                class=\"flex items-center gap-2 px-2 py-1 text-xs btn btn-primary\"\n                                @click.prevent=\"removeFilter(filter.minVar)\"\n                            >\n                                <span x-text=\"`\u2265 ${filter.displayUsing ? filter.displayUsing($data[filter.minVar]) : $data[filter.minVar]}`\"><\/span>\n                                <svg class=\"fill-current group-hover:text-primary-dark\" width=\"10\" height=\"10\" viewBox=\"0 0 20 20\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.646 19.707a.991.991 0 0 1-1.406 0L10 11.44l-8.243 8.268a.991.991 0 0 1-1.405 0 .999.999 0 0 1 0-1.41l8.244-8.266L.353 1.763a.999.999 0 0 1 0-1.41.991.991 0 0 1 1.406 0l8.24 8.27L18.243.355a.991.991 0 0 1 1.405 0 .999.999 0 0 1 0 1.41l-8.244 8.266 8.243 8.268a.991.991 0 0 1 0 1.408Z\"\/>\n                                <\/svg>\n                            <\/button>\n                            <button\n                                x-show=\"$data[filter.maxVar]\"\n                                class=\"flex items-center gap-2 px-2 py-1 text-xs btn btn-primary\"\n                                @click.prevent=\"removeFilter(filter.maxVar)\"\n                            >\n                                <span x-text=\"`\u2264 ${filter.displayUsing ? filter.displayUsing($data[filter.maxVar]) : $data[filter.maxVar]}`\"><\/span>\n                                <svg class=\"fill-current group-hover:text-primary-dark\" width=\"10\" height=\"10\" viewBox=\"0 0 20 20\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.646 19.707a.991.991 0 0 1-1.406 0L10 11.44l-8.243 8.268a.991.991 0 0 1-1.405 0 .999.999 0 0 1 0-1.41l8.244-8.266L.353 1.763a.999.999 0 0 1 0-1.41.991.991 0 0 1 1.406 0l8.24 8.27L18.243.355a.991.991 0 0 1 1.405 0 .999.999 0 0 1 0 1.41l-8.244 8.266 8.243 8.268a.991.991 0 0 1 0 1.408Z\"\/>\n                                <\/svg>\n                            <\/button>\n                        <\/div>\n                    <\/template>\n\n                    <template x-for=\"filter in filters\" :key=\"filter.label\">\n                        <div class=\"flex items-center gap-1\" x-show=\"$data[filter.var]\">\n                            <span x-text=\"filter.label + ':'\"><\/span>\n                            <button\n                                class=\"flex items-center gap-2 px-2 py-1 text-xs btn btn-primary\"\n                                @click.prevent=\"removeFilter(filter.var)\"\n                            >\n                                <span x-text=\"filter.displayUsing ? filter.displayUsing($data[filter.var]) : $data[filter.var]\"><\/span>\n                                <svg class=\"fill-current group-hover:text-primary-dark\" width=\"10\" height=\"10\" viewBox=\"0 0 20 20\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.646 19.707a.991.991 0 0 1-1.406 0L10 11.44l-8.243 8.268a.991.991 0 0 1-1.405 0 .999.999 0 0 1 0-1.41l8.244-8.266L.353 1.763a.999.999 0 0 1 0-1.41.991.991 0 0 1 1.406 0l8.24 8.27L18.243.355a.991.991 0 0 1 1.405 0 .999.999 0 0 1 0 1.41l-8.244 8.266 8.243 8.268a.991.991 0 0 1 0 1.408Z\"\/>\n                                <\/svg>\n                            <\/button>\n                        <\/div>\n                    <\/template>\n\n                    <span x-show=\"filtersActive() &#038;&#038; activeFilterCount() !== 1\" class=\"text-xs underline cursor-pointer\" @click.prevent=\"resetFilter()\">\n                        Fjern alle filtre\n                    <\/span>\n                <\/div>\n\n                <template x-if=\"!availability\">\n                    <div class=\"flex flex-wrap gap-2\">\n                        <span class=\"flex gap-1\"><p class=\"before:mr-2 before:w-2 before:h-2 before:content-[''] before:inline-block before:bg-success before:rounded-full\" x-text=\"count_available\"><\/p> Available<\/span>\n                        <span class=\"flex gap-1\"><p  class=\"before:mr-2 before:w-2 before:h-2 before:content-[''] before:inline-block before:bg-alert before:rounded-full\" x-text=\"count_reserved\"><\/p> Reserved<\/span>\n                        <span class=\"flex gap-1\"><p  class=\"before:mr-2 before:w-2 before:h-2 before:content-[''] before:inline-block before:bg-danger before:rounded-full\" x-text=\"count_sold\"><\/p> Udlejet<\/span>\n                    <\/div>\n                <\/template>\n                <template x-if=\"availability\">\n                    <div class=\"flex flex-wrap gap-2\">\n                        <span class=\"flex gap-1\" x-show=\"count == count_available\"><p class=\"before:mr-2 before:w-2 before:h-2 before:content-[''] before:inline-block before:bg-success before:rounded-full\" x-text=\"count_available\"><\/p> Available<\/span>\n                        <span class=\"flex gap-1\" x-show=\"count == count_reserved\"><p  class=\"before:mr-2 before:w-2 before:h-2 before:content-[''] before:inline-block before:bg-alert before:rounded-full\" x-text=\"count_reserved\"><\/p> Reserved<\/span>\n                        <span class=\"flex gap-1\" x-show=\"count == count_sold\"><p  class=\"before:mr-2 before:w-2 before:h-2 before:content-[''] before:inline-block before:bg-danger before:rounded-full\" x-text=\"count_sold\"><\/p> Sold\/Rented<\/span>\n                    <\/div>\n                <\/template>\n            <\/div>\n\n            <!-- VIEW BUTTONS -->\n            <div\n                class=\"flex flex-col gap-2 mb-2 md:flex-row\"\n                :class=\"{\n                    'justify-between': mode == 'list' || mode == 'cards',\n                    'justify-end': mode == 'table',\n                }\"\n            >\n                <div x-show=\"mode == 'list' || mode == 'cards'\" class=\"relative flex items-center gap-2\">\n                    <select\n                        name=\"sort\"\n                        id=\"sort\"\n                        x-model=\"sortBy\"\n                        @change=\"applySort()\"\n                        class=\"text-sm w-full md:max-w-[250px]  bg-white border-none font-body\"\n                    >\n                        <template x-for=\"(option, key) in sortOptions\" :key=\"key\">\n                            <option :value=\"option.value\" class=\"font-body\" x-text=\"option.label\" :selected=\"option.value == sortBy\"><\/option>\n                        <\/template>\n                    <\/select>\n                    <div class=\"absolute right-0 p-2 bg-white pointer-events-none top-1\">\n                        <svg class=\"w-4 h-4 opacity-80\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 320 512\"><!--!Font Awesome Free 6.7.2 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license\/free Copyright 2025 Fonticons, Inc.--><path d=\"M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8L32 224c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8l256 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z\"\/><\/svg>\n                    <\/div>\n                <\/div>\n\n                <div class=\"flex justify-end gap-2 md:justify-start\" x-show=\"modes.length != 1\">\n                    <button x-show=\"modes.includes('cards') &#038;&#038; !mapVisible\" @click=\"mode = 'cards'\" class=\"flex items-center justify-center w-10 h-10  bg-white hover:bg-primary transition hover:text-contrast\" :class=\"mode == 'cards' ? 'bg-primary text-contrast' : 'bg-white'\">\n                        <svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm0 8a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2Zm8-8a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V2Zm2 6a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2Z\" fill=\"currentColor\"\/><\/svg>\n                    <\/button>\n                    <button x-show=\"modes.includes('list') &#038;&#038; !mapVisible\" @click=\"mode = 'list'\" class=\"flex items-center justify-center w-10 h-10 bg-white  hover:bg-primary transition hover:text-contrast\" :class=\"mode == 'list' ? 'bg-primary text-contrast' : 'bg-white'\">\n                        <svg width=\"18\" height=\"15\" viewBox=\"0 0 18 15\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 .5a1 1 0 1 0 0 2v-2Zm16 2a1 1 0 1 0 0-2v2Zm-16 2a1 1 0 0 0 0 2v-2Zm16 2a1 1 0 1 0 0-2v2Zm-16 2a1 1 0 0 0 0 2v-2Zm16 2a1 1 0 1 0 0-2v2Zm-16 2a1 1 0 1 0 0 2v-2Zm16 2a1 1 0 1 0 0-2v2ZM1 2.5h16v-2H1v2Zm0 4h16v-2H1v2Zm0 4h16v-2H1v2Zm0 4h16v-2H1v2Z\" fill=\"currentColor\"\/><\/svg>\n                    <\/button>\n                    <button x-show=\"modes.includes('table') &#038;&#038; !mapVisible\" @click=\"mode = 'table'\" class=\"flex items-center justify-center w-10 h-10 bg-white  hover:bg-primary transition hover:text-contrast\" :class=\"mode == 'table' ? 'bg-primary text-contrast' : 'bg-white'\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 01-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0112 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5\" \/>\n                        <\/svg>\n                    <\/button>\n                    <button x-show=\"modes.includes('map')\" @click=\"toggleMap()\" class=\"flex items-center justify-center w-10 h-10 bg-white  hover:bg-primary transition hover:text-contrast\" :class=\"mapVisible ? 'bg-primary text-contrast' : 'bg-white'\">>>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\" class=\"w-6 h-6\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 10.5a3 3 0 11-6 0 3 3 0 016 0z\" \/>\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1115 0z\" \/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n\n            <!-- Side-by-side wrapper for map view -->\n            <div :class=\"mapVisible ? 'grid grid-cols-1 lg:grid-cols-2 gap-4' : ''\">\n                <div :class=\"mapVisible ? 'overflow-y-auto lg:max-h-[calc(100vh-200px)] edc-property-map-panel pr-4' : ''\" :style=\"mapVisible &#038;&#038; mapPosition === 'left' ? 'order: 2' : ''\">\n\n            <template x-if=\"isLoading\">\n                <div class=\"flex flex-wrap content-center justify-center p-12 bg-white min-h-50\">\n                <div class=\"text-center\">\n                    <svg role=\"status\" class=\"inline w-8 h-8 m-auto text-gray-200 animate-spin dark:text-gray-600 fill-gray-600 dark:fill-gray-300\" viewBox=\"0 0 100 101\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z\" fill=\"currentColor\"\/>\n                    <path d=\"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z\" fill=\"currentFill\"\/>\n                    <\/svg>\n                    <p class=\"mt-2 text-primary-dark\">Loading&#8230;<\/p>\n                <\/div>\n                <\/div>\n            <\/template>\n\n            <template x-if=\"isEmpty\">\n                <div class=\"flex flex-wrap content-center justify-center p-12 bg-white min-h-50\">\n                    <div class=\"text-center\">\n                        <p class=\"mt-2 text-primary-dark\">No results<\/p>\n                        <button class=\"flex items-center justify-center btn mt-4 group btn-primary \" @click.prevent=\"resetFilter(); min_size = null;\">\n                            <svg class=\"mr-2 text-white fill-current group-hover:text-primary-dark\" width=\"12\" height=\"12\" viewBox=\"0 0 20 20\" fill=\"white\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.646 19.707a.991.991 0 0 1-1.406 0L10 11.44l-8.243 8.268a.991.991 0 0 1-1.405 0 .999.999 0 0 1 0-1.41l8.244-8.266L.353 1.763a.999.999 0 0 1 0-1.41.991.991 0 0 1 1.406 0l8.24 8.27L18.243.355a.991.991 0 0 1 1.405 0 .999.999 0 0 1 0 1.41l-8.244 8.266 8.243 8.268a.991.991 0 0 1 0 1.408Z\"\/><\/svg>\n                            Reset filter                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/template>\n\n\n            <template x-if=\"!isLoading &#038;&#038; !isEmpty\">\n\n                <div>\n                    <!-- BOLIGLISTE TABLE -->\n                    <div x-show=\"mode == 'table'\" class=\"py-8 overflow-x-auto bg-white lg:py-8 px-4 \">\n                        <table\n                            id=\"js-edc-property-table\"\n                            class=\"min-w-full divide-y divide-gray-100\"\n                        >\n                            <thead class=\"bg-white\">\n                                <tr x-data=\"{  click_two : false, sorted : status }\">\n                                    <template x-for=\"(column, key) in tableColumns\" :key=\"key\">\n                                        <th\n                                            :data-sort=\"`js-edc-property-sort-${key}`\"\n                                            @click=\"\n                                                if (sorted === key) {\n                                                    click_two = !click_two;\n                                                } else {\n                                                    sorted = key;\n                                                    click_two = false;\n                                                };\n                                                console.log('Sorting by', key, 'Order:', click_two ? 'desc' : 'asc');\n                                            \"\n                                            class=\"hidden cursor-pointer py-3.5 px-4 text-left text-sm font-semibold text-gray-900 sm:pl-6 whitespace-nowrap js-edc-property-sort\"\n                                            :class= \"`column-${key} ${sorted == key ? 'current_sort' : ''}`\"\n                                        >\n                                            <div class=\"relative flex items-center\">\n                                                <p class=\"mr-2 select-none\" x-text=\"column.label\"><\/p>\n                                                <div class=\"relative flex flex-wrap w-3\" :class=\"{'rotate-180': click_two}\">\n                                                    <svg class=\"relative inline-block w-3 h-3 rotate-180 -bottom-1.5 fill-gray-300\" :class=\"{'fill-gray-900': sorted == key}\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><path d=\"M121.5 292.2h269c24.2 0 36.3 29.3 19.2 46.3L275.2 473c-10.6 10.6-27.8 10.6-38.3 0L102.3 338.5c-17.1-17.1-5-46.3 19.2-46.3z\"\/><\/svg>\n                                                    <svg class=\"relative inline-block w-3 h-3 fill-gray-300 -top-1.5\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512\" xml:space=\"preserve\"><path d=\"M121.5 292.2h269c24.2 0 36.3 29.3 19.2 46.3L275.2 473c-10.6 10.6-27.8 10.6-38.3 0L102.3 338.5c-17.1-17.1-5-46.3 19.2-46.3z\"\/><\/svg>\n                                                <\/div>\n                                            <\/div>\n                                        <\/th>\n                                    <\/template>\n                                <\/tr>\n                            <\/thead>\n                            <tbody x-ref=\"tbody\" class=\"bg-white divide-y divide-gray-100 js-edc-property-list\">\n                                <template x-for=\"property in propertiesTable\">\n                                    <tr x-bind:data-row-title=\"property.uid\" :data-property-id=\"property.ID\" class=\"cursor-pointer group\" x-on:click=\"displayProperty(property)\" @mouseenter=\"if(mapVisible) highlightMarker(property.ID)\">\n                                        <template x-for=\"(column, key) in tableColumns\" :key=\"key\">\n                                            <td\n                                                class=\"hidden px-4 py-4 text-sm text-gray-900 transition group-hover:bg-gray-100 sm:pl-6 font-body \"\n                                                :class=\"`column-${key} js-edc-property-sort-${key}`\"\n                                            >\n                                                <span\n                                                    :class=\"key === 'status' ? 'font-medium before:mr-2 before:w-2 before:h-2 before:content-[\\'\\'] before:inline-block before:rounded-full ' + getStatusClass(property.status.name) : 'text-ellipsis overflow-hidden whitespace-nowrap'\"\n                                                    x-text=\"key === 'status' ? facetMapping[property.status.name] : property[key]\"\n                                                >\n                                                <\/span>\n                                            <\/td>\n                                        <\/template>\n                                    <\/tr>\n                                <\/template>\n                            <\/tbody>\n                        <\/table>\n                    <\/div>\n\n                <!-- BOLIGLISTE CARDS -->\n                                    <!-- COMMERCIAL CARDS -->\n                    <div class=\"grid grid-cols-1 gap-6 mb-6\" :class=\"mapVisible ? 'md:grid-cols-2' : 'md:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4'\" x-show=\"mode == 'cards'\" x-description=\"Show commercial properties as cards\">\n\n                        <template x-for=\"property in properties\">\n                            <a :href=\"property.url\" :alt=\"property.address\" :data-property-id=\"property.ID\" @mouseenter=\"if(mapVisible) highlightMarker(property.ID)\" class=\"no-underline h-full hover:shadow-xl duration-300 transition bg-white overflow-hidden \">\n\n                                <!-- Image with bottom gradient + address overlay, status badge top-right -->\n                                <div class=\"relative w-full h-56 overflow-hidden bg-gray-100\">\n                                    <template x-if=\"!property.ultimate_fallback\">\n                                        <div class=\"absolute inset-0\">\n                                            <img class=\"block object-cover w-full h-full rounded-none\" x-bind:src=\"property.img\" \/>\n                                        <\/div>\n                                    <\/template>\n                                    <template x-if=\"property.ultimate_fallback\">\n                                        <div class=\"absolute inset-0\">\n                                            <img class=\"block object-cover w-full h-full rounded-none grayscale\" x-bind:src=\"property.img\" \/>\n                                        <\/div>\n                                    <\/template>\n\n                                    <!-- Address overlaid at the bottom -->\n                                    <div class=\"absolute bottom-0 left-0 right-0 px-4 pb-3 pt-8 bg-gradient-to-t from-black\/70 to-transparent\">\n                                        <div class=\"text-sm font-semibold text-white leading-tight\" x-text=\"property.city\"><\/div>\n                                    <\/div>\n\n                                    <!-- Status badge top-right -->\n                                    <div class=\"absolute top-3 right-3\">\n                                        <template x-if=\"property.status.name == 'available'\">\n                                            <span class=\"badge badge-mini\">Available<\/span>\n                                        <\/template>\n                                        <template x-if=\"property.status.name == 'reserved'\">\n                                            <span class=\"badge badge-mini badge-alert\">Reserved<\/span>\n                                        <\/template>\n                                        <template x-if=\"property.status.name == 'offer'\">\n                                            <span class=\"badge badge-mini badge-alert\">Purchase Offer<\/span>\n                                        <\/template>\n                                        <template x-if=\"property.status.name == 'lease'\">\n                                            <span class=\"badge badge-mini badge-danger\">Lease<\/span>\n                                        <\/template>\n                                        <template x-if=\"property.status.name == 'rented'\">\n                                            <span class=\"badge badge-mini badge-danger\">Rented<\/span>\n                                        <\/template>\n                                        <template x-if=\"property.status.name == 'sold'\">\n                                            <span class=\"badge badge-mini badge-danger\">Sold<\/span>\n                                        <\/template>\n                                    <\/div>\n                                <\/div>\n\n                                <!-- Card body -->\n                                <div class=\"p-4\">\n                                    \n                                    <!-- Address header above price -->\n                                    <div class=\"mb-1 text-sm font-medium text-gray-900\" x-text=\"property.address\"><\/div>\n\n                                    <!-- Primary field \u2014 full-width, prominent, theme colour -->\n                                    <div class=\"mb-3 text-xl font-semibold text-primary-light\">\n                                                                                    <span x-text=\"property.price || '-'\"><\/span>\n                                                                            <\/div>\n\n                                    <!-- Stats row with icons -->\n                                                                        <div class=\"flex items-center justify-between text-xs font-body text-gray-600\">\n                                                                                <div class=\"flex items-center gap-1.5\">\n                                            <i data-lucide=\"ruler-dimension-line\" class=\"w-4 h-4 shrink-0\" aria-hidden=\"true\"><\/i>                                                                                            <span x-text=\"property.floor_area || '-'\"><\/span>\n                                                                                    <\/div>\n                                                                                <div class=\"flex items-center gap-1.5\">\n                                            <i data-lucide=\"bed\" class=\"w-4 h-4 shrink-0\" aria-hidden=\"true\"><\/i>                                                                                            <span><span x-text=\"property.rooms || '-'\"><\/span> rooms<\/span>\n                                                                                    <\/div>\n                                                                            <\/div>\n                                                                    <\/div>\n\n                            <\/a>\n                        <\/template>\n                    <\/div>\n                \n                    <!-- BOLIGLISTE LIST -->\n                    <div x-show=\"mode == 'list'\"\n                        x-description=\"Show properties as list\">\n                        <template x-for=\"property in properties\">\n                            <a :href=\"property.url\" :alt=\"property.address\" :data-property-id=\"property.ID\" @mouseenter=\"if(mapVisible) highlightMarker(property.ID)\" class=\"no-underline mb-1 hover:shadow-md duration-300 transition flex bg-white overflow-hidden \">\n\n                                <template x-if=\"!property.ultimate_fallback\">\n                                    <div class=\"relative w-24 h-auto md:w-80\">\n                                        <img class=\"absolute object-cover w-full h-full\" x-bind:src=\"property.img\" \/>\n                                    <\/div>\n                                <\/template>\n                                <template x-if=\"property.ultimate_fallback\">\n                                    <div class=\"relative w-24 h-auto md:w-80\">\n                                        <img class=\"absolute object-cover w-full h-full grayscale\" x-bind:src=\"property.img\" \/>\n                                    <\/div>\n                                <\/template>\n                                <div class=\"flex items-end justify-between flex-1 p-2 md:p-6 2xl-p-12\">\n                                    <div class=\"flex flex-row flex-wrap items-center justify-between flex-1 h-full md:items-start md:flex-col md:flex-nowrap\">\n                                        <div class=\"items-center hidden mb-0 mr-2 text-xs md:flex md:mr-0 md:mb-2\">\n                                            <template x-if=\"property.status.name == 'available'\">\n                                                <div class=\"badge\">\n                                                <span class=\"hidden md:block\">Available<\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.status.name == 'reserved'\">\n\n                                                <div class=\"badge badge-alert\">\n                                                    <span class=\"hidden md:block\">Reserved<\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.status.name == 'offer'\">\n                                            <div class=\"badge badge-alert\">\n                                                    <span class=\"hidden md:block\">Purchase Offer<\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.status.name == 'lease'\">\n                                                <div class=\"badge badge-danger\">\n                                                    <span class=\"hidden md:block\">Lease<\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.status.name == 'rented'\">\n                                                <div class=\"badge badge-danger\">\n                                                    <span class=\"hidden md:block\">Rented<\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.status.name == 'sold'\">\n                                                <div class=\"badge badge-danger\">\n                                                    <span class=\"hidden md:block\">Sold<\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <!-- <div class=\"flex items-center ml-4 badge badge-views\">\n                                                <svg width=\"14\" height=\"11\" viewBox=\"0 0 14 11\" fill=\"currentColor\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.682 1.979c1.137 1.066 1.898 2.32 2.258 3.219.08.194.08.41 0 .604-.36.877-1.12 2.131-2.258 3.219C10.537 10.096 8.964 11 7 11c-1.964 0-3.536-.904-4.68-1.979C1.181 7.933.42 6.679.06 5.802a.792.792 0 0 1 0-.604c.361-.899 1.122-2.153 2.26-3.219C3.463.905 5.035 0 7 0c1.964 0 3.537.905 4.682 1.979ZM6.796 3.153A2.332 2.332 0 0 1 9.334 5.5c0 1.301-1.045 2.357-2.334 2.357-1.31 0-2.333-1.056-2.333-2.357 0-.069.002-.138.01-.206.226.11.488.206.768.206C6.303 5.5 7 4.795 7 3.929c0-.283-.094-.548-.204-.776ZM3.5 5.5c0-1.952 1.568-3.536 3.5-3.536 1.933 0 3.5 1.584 3.5 3.536S8.934 9.036 7 9.036c-1.932 0-3.5-1.584-3.5-3.536Z\" fill=\"#000\"\/><\/svg>\n                                                <p class=\"ml-2\">Set X gange de seneste 24 timer<\/p>\n                                            <\/div> -->\n                                        <\/div>\n                                        <div class=\"flex-1 mb-0 text-base font-semibold md:mb-3 xl:text-xl\">\n                                            <div class=\"text-xs md:text-base lg:text-2xl\" x-text=\"property.address\"><\/div>\n                                            <div>\n                                                <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                    <p class=\"mb-1 text-xs font-medium md:hidden md:text-base xl:text-xl\" x-text=\"property.commercial_annual_rent\"><\/p>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'rent'\">\n                                                    <p class=\"mb-1 text-xs font-medium md:hidden md:text-base xl:text-xl\" x-text=\"property.monthly_rent\"><\/p>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'licitation'\">\n                                                    <p class=\"mb-1 text-xs font-medium md:hidden md:text-base xl:text-xl\" x-text=\"property.licitation_edc_property_min_price\"><\/p>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'sale' || property.sale_type == 'coop'\" class=\"hidden md:block\">\n                                                    <p class=\"mb-1 text-xs font-medium md:hidden md:text-base xl:text-xl\" x-text=\"property.price\"><\/p>\n                                                <\/template>\n                                            <\/div>\n                                            <!-- PROPERTY INFO MINI -->\n                                            <div class=\"flex items-center\">\n                                                <!-- PROPERTY STATUS -->\n                                                <template x-if=\"property.status.name == 'available'\">\n                                                    <div class=\"text-xs font-body md:hidden\">\n                                                        <span class=\"badge badge-mini\">Available<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.status.name == 'reserved'\">\n                                                    <div class=\"text-xs font-body md:hidden\">\n                                                        <span class=\"badge badge-mini badge-alert\">Reserved<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.status.name == 'offer'\">\n                                                    <div class=\"text-xs font-body md:hidden\">\n                                                        <span class=\"badge badge-mini badge-alert\">Purchase Offer<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.status.name == 'lease'\">\n                                                    <div class=\"font-body text-[10px] md:hidden\">\n                                                        <span class=\"badge badge-mini badge-alert\">Lease<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.status.name == 'rented'\">\n                                                    <div class=\"text-xs font-body md:hidden\">\n                                                        <span class=\"badge badge-mini badge-danger\">Rented<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.status.name == 'sold'\">\n                                                    <div class=\"text-xs font-body md:hidden\">\n                                                        <span class=\"badge badge-mini badge-danger\">Sold<\/span>\n                                                    <\/div>\n                                                <\/template>\n\n                                                <!-- Size -->\n                                                <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\" x-text=\"property.commercial_total_floor_area\"><\/div>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type != 'commercial_lease'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\" x-text=\"property.size\"><\/div>\n                                                    <\/div>\n                                                <\/template>\n\n                                                <!-- Rooms -->\n                                                <template x-if=\"property.sale_type != 'commercial_lease'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\"><span x-text=\"property.rooms\"><\/span> rooms<\/div>\n                                                    <\/div>\n                                                <\/template>\n\n                                                <!-- Type -->\n                                                <template x-if=\"property.sale_type == 'sale'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\">Sale<\/div>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'rent'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\">Rent<\/div>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'coop'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\">Cooperative Sale<\/div>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\">Commercial lease<\/div>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'licitation'\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\">Licitation<\/div>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"!property.sale_type\">\n                                                    <div class=\"block\">\n                                                        <div class=\"ml-2 text-xs font-body md:hidden\">N\/A<\/div>\n                                                    <\/div>\n                                                <\/template>\n\n                                            <\/div>\n                                        <\/div>\n\n                                        <div class='grid grid-cols-2 gap-2 text-base xl:grid-cols-4'>\n                                            <!-- Type -->\n                                            <div class=\"hidden w-32 mr-4 font-normal md:block\">\n                                                <span class=\"text-xs font-body\">Type<\/span>\n                                                <template x-if=\"property.sale_type == 'sale'\">\n                                                    <div>\n                                                        <span class=\"text-sm\">Sale<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'rent'\">\n                                                    <div>\n                                                        <span class=\"text-sm\">Rent<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'coop'\">\n                                                    <div>\n                                                        <span class=\"text-sm\">Cooperative Sale<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                    <div>\n                                                        <span class=\"text-sm\">Commercial lease<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"property.sale_type == 'licitation'\">\n                                                    <div>\n                                                        <span class=\"text-sm\">Licitation<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                                <template x-if=\"!property.sale_type\">\n                                                    <div>\n                                                        <span class=\"text-sm\">N\/A<\/span>\n                                                    <\/div>\n                                                <\/template>\n                                            <\/div>\n                                            <!-- Property or case number -->\n                                            <!-- <template x-if=\"property.sale_type == 'rent'\">\n                                                <div>\n                                                    <span class=\"w-32 text-xs font-body\">Property number<\/span><br \/>\n                                                    <span class=\"text-sm\" x-text=\"property.number\"><\/span>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.sale_type == 'sale' || property.sale_type == 'coop'\">\n                                                <div>\n                                                    <span class=\"w-32 text-xs font-body\">Case number<\/span><br \/>\n                                                    <span class=\"text-sm\" x-text=\"property.case_number\"><\/span>\n                                                <\/div>\n                                            <\/template> -->\n\n                                            <!-- Size -->\n                                            <template x-if=\"property.sale_type != 'commercial_lease'\">\n                                                <div class=\"hidden md:block\">\n                                                    <span class=\"w-32 text-xs font-body\">Size<\/span><br \/>\n                                                    <div class=\"text-sm\" x-text=\"property.size\"><\/div>\n                                                <\/div>\n                                            <\/template>\n                                            <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                <div class=\"hidden md:block\">\n                                                    <span class=\"w-32 text-xs font-body\">Floor area<\/span><br \/>\n                                                    <div class=\"text-sm\" x-text=\"property.commercial_total_floor_area\"><\/div>\n                                                <\/div>\n                                            <\/template>\n\n                                            <!-- Rooms -->\n                                            <template x-if=\"property.sale_type != 'commercial_lease'\">\n                                                <div class=\"hidden md:block\">\n                                                    <span class=\"w-6 text-xs font-body\">Rooms<\/span><br \/>\n                                                    <div class=\"text-sm\" x-text=\"property.rooms\"><\/div>\n                                                <\/div>\n                                            <\/template>\n\n                                            <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                <div class=\"hidden md:block\">\n                                                    <span class=\"w-6 text-xs font-body\">Case number<\/span><br \/>\n                                                    <div class=\"text-sm\" x-text=\"property.case_number\"><\/div>\n                                                <\/div>\n                                            <\/template>\n\n                                            <template x-if=\"property.sale_type == 'rent'\">\n                                                <div class=\"hidden md:block\">\n                                                    <!-- Aconto -->\n                                                    <div>\n                                                        <span class=\"w-32 text-xs font-body\">Aconto<\/span><br \/>\n                                                        <div class=\"text-sm\" x-text=\"property.aconto\"><\/div>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/template>\n\n                                            <template x-if=\"property.sale_type == 'sale' || property.sale_type == 'coop' || property.sale_type == 'commercial_lease'\">\n                                                <div class=\"hidden md:block\">\n                                                    <span class=\"w-32 text-xs font-body\">Case number<\/span><br \/>\n                                                    <span class=\"text-sm\" x-text=\"property.case_number\"><\/span>\n                                                <\/div>\n                                            <\/template>\n\n                                            <!-- Balcony -->\n                                            <!-- <div>\n                                                <span class=\"w-32 text-xs font-body\">Balcony<\/span><br \/>\n                                                <div class=\"text-sm\" x-text=\"property.balcony ? 'ja' : 'nej'\"><\/div>\n                                            <\/div> -->\n\n                                            <!-- <template x-if=\"property.sale_type == 'rent'\">\n                                                <div> -->\n                                                    <!-- Deposit -->\n                                                    <!-- <div>\n                                                        <span class=\"w-32 text-xs font-body\">Deposit<\/span><br \/>\n                                                        <div class=\"text-sm\" x-text=\"property.deposit\"><\/div>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/template> -->\n                                        <\/div>\n                                    <\/div>\n\n\n                                    <div class=\"\">\n                                        <template x-if=\"property.status\">\n                                            <div class=\"text-right\">\n                                                    <template x-if=\"property.sale_type == 'rent'\">\n                                                        <p class=\"hidden mb-1 text-base font-medium md:block xl:text-xl\" x-text=\"property.monthly_rent\"><\/p>\n                                                    <\/template>\n                                                    <template x-if=\"property.sale_type == 'sale' || property.sale_type == 'coop'\" class=\"hidden md:block\">\n                                                        <p class=\"hidden mb-1 text-base font-medium md:block xl:text-xl\" x-text=\"property.price\"><\/p>\n                                                    <\/template>\n                                                    <template x-if=\"property.sale_type == 'commercial_lease'\" class=\"hidden md:block\">\n                                                        <p class=\"hidden mb-1 text-base font-medium md:block xl:text-xl\" x-text=\"property.commercial_annual_rent\"><\/p>\n                                                    <\/template>\n                                                    <template x-if=\"property.sale_type == 'licitation'\" class=\"hidden md:block\">\n                                                        <p class=\"hidden mb-1 text-base font-medium md:block xl:text-xl\" x-text=\"property.licitation_edc_property_min_price\"><\/p>\n                                                    <\/template>\n                                                    <template x-if=\"property.status.name == 'available' &#038;&#038; property.sale_type != 'licitation'\">\n                                                        <p class=\"hidden mb-3 text-xs md:block xl:text-base\" x-text=\"property.date_available\"><\/p>\n                                                    <\/template>\n                                                    <template x-if=\"property.sale_type == 'licitation'\">\n                                                        <p class=\"hidden mb-3 text-xs md:block xl:text-base\" x-text=\"'Deadline: ' + property.licitation_edc_property_deadline\"><\/p>\n                                                    <\/template>\n\n                                                    <template x-if=\"property.sale_type == 'commercial_lease'\">\n                                                        <button class=\"hidden md:inline btn btn-transparent text-sm 2xl:text-base px-5 py-1.5 lg:px-10 lg:py-3 \">Go to commercial lease<\/button>\n                                                    <\/template>\n\n                                                    <template x-if=\"property.sale_type != 'commercial_lease'\">\n                                                        <button class=\"hidden md:inline btn btn-transparent text-sm 2xl:text-base px-5 py-1.5 lg:px-10 lg:py-3 \">Go to property<\/button>\n                                                    <\/template>\n                                            <\/div>\n                                        <\/template>\n                                    <\/div>\n                                <\/div>\n                            <\/a>\n                        <\/template>\n                    <\/div>\n                <\/div>\n            <\/template>\n\n                <\/div><!-- end properties panel -->\n\n                <!-- Google Maps panel -->\n                <div x-show=\"mapVisible\" x-cloak :style=\"mapVisible &#038;&#038; mapPosition === 'left' ? 'order: 1' : ''\" class=\"relative\">\n                    <div x-ref=\"mapContainer\" class=\"sticky top-0 w-full bg-gray-100 rounded-lg min-h-[400px] lg:h-[calc(100vh-200px)]\">\n                        <div x-show=\"!mapReady\" class=\"flex items-center justify-center h-full\">\n                            <div class=\"text-center\">\n                                <svg role=\"status\" class=\"inline w-8 h-8 m-auto text-gray-200 animate-spin fill-gray-600\" viewBox=\"0 0 100 101\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z\" fill=\"currentColor\"\/>\n                                    <path d=\"M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z\" fill=\"currentFill\"\/>\n                                <\/svg>\n                                <p class=\"mt-2 text-primary-dark\">Loading map&#8230;<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div><!-- end side-by-side wrapper -->\n\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n\n    \n    document.addEventListener('alpine:init', () => {\n        Alpine.data('property_list', () => ({\n            properties: [{\"ID\":650311,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/ac8c9105-94f3-4c72-9173-71734468057f_Size1920x1080-4.jpg\",\"address\":\"474013403 - Slagelsevej 78, 4450 Jyderup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474013403-slagelsevej-78-4450-jyderup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  18,900,000,-\",\"price_raw\":18900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474013403\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474013403\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,057m\\u00b2\",\"floor_area_raw\":2057,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650312,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/2700d1c8-777e-4dd9-8035-211d13f317c7_Size1920x1080-4.jpg\",\"address\":\"912112353 - Vesterbro 84 ST TV, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112353-vesterbro-84-st-tv-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,195,000,-\",\"price_raw\":1195000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112353\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112353\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"70m\\u00b2\",\"floor_area_raw\":70,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650313,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/0d23658c-6a55-4e45-813f-647ae084b49d_Size1920x1080-4.jpg\",\"address\":\"912112197 - Torvet 3, 9370 Hals\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112197-torvet-3-9370-hals\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,200,000,-\",\"price_raw\":2200000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112197\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112197\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"166m\\u00b2\",\"floor_area_raw\":166,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650314,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"403601103 - Gersh\\u00f8j Havnevej 14A (afst\\u00e5else)\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/403601103-gershoj-havnevej-14a-afstaelse\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,800,000,-\",\"price_raw\":2800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"403601103\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"403601103\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"850m\\u00b2\",\"floor_area_raw\":850,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650315,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/b5b22809-d6bc-4d1d-8ffd-bbf21fe5db86_Size1920x1080-4.jpg\",\"address\":\"181014521 - Viktoriagade 2, 1655 K\\u00f8benhavn V\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014521-viktoriagade-2-1655-kobenhavn-v\\\/\",\"aconto\":\"-\",\"price\":\"kr.  56,000,000,-\",\"price_raw\":56000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014521\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014521\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,022m\\u00b2\",\"floor_area_raw\":1022,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650316,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/6b997472-c6b1-4300-ad88-a3492ba95d63_Size1920x1080-4.jpg\",\"address\":\"469007482 - Nordstjernen 3, 4600 K\\u00f8ge\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007482-nordstjernen-3-4600-koge\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,-\",\"price_raw\":1,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007482\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007482\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"18,345m\\u00b2\",\"floor_area_raw\":18345,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650317,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/072c074b-34a0-4c26-9e0f-3703b893b2ee_Size1920x1080-4.jpg\",\"address\":\"912112272 - Ving\\u00e5rdsgade 24, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112272-vingardsgade-24-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  475,000,-\",\"price_raw\":475000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112272\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112272\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"26m\\u00b2\",\"floor_area_raw\":26,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650318,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/71264e34-a0ff-4b5e-aa01-922a3735e653_Size1920x1080-4.jpg\",\"address\":\"512032277 - Skovvej 45-46, 5300 Kerteminde\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512032277-skovvej-45-46-5300-kerteminde\\\/\",\"aconto\":\"-\",\"price\":\"kr.  19,500,000,-\",\"price_raw\":19500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512032277\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512032277\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,402m\\u00b2\",\"floor_area_raw\":2402,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650319,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3340b9d7-b07d-42c3-9ef7-6cdbdd633568_Size1920x1080-4.jpg\",\"address\":\"912112408 - Reberbansgade 13A, st. th. + st. tv. & 13B, st., 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112408-reberbansgade-13a-st-th-st-tv-13b-st-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  7,495,000,-\",\"price_raw\":7495000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112408\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112408\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"243m\\u00b2\",\"floor_area_raw\":243,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650320,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/7d0cd280-0021-4ba2-b295-7da69bd2a3fa_Size1920x1080-4.jpg\",\"address\":\"912112315 - Fjembhedevej 2, 9330 Dronninglund\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112315-fjembhedevej-2-9330-dronninglund\\\/\",\"aconto\":\"-\",\"price\":\"kr.  650,000,-\",\"price_raw\":650000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112315\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112315\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"523m\\u00b2\",\"floor_area_raw\":523,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650321,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/98e1e6b4-94a6-469d-9a00-3d9cdb9f7f34_Size1920x1080-4.jpg\",\"address\":\"709007331 - \\u00d8stergade 1, 7430 Ikast\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/709007331-ostergade-1-7430-ikast\\\/\",\"aconto\":\"-\",\"price\":\"kr.  5,495,000,-\",\"price_raw\":5495000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"709007331\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"709007331\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,324m\\u00b2\",\"floor_area_raw\":1324,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650322,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/933535f7-9c27-4adc-9af9-cc4da98b4179_Size1920x1080-4.jpg\",\"address\":\"260998214 - Solr\\u00f8d Center 34A, 2680 Solr\\u00f8d Strand\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/260998214-solrod-center-34a-2680-solrod-strand\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,000,000,-\",\"price_raw\":4000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"260998214\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"260998214\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"190m\\u00b2\",\"floor_area_raw\":190,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650323,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/65e57cc9-aa13-4267-b9d6-e06347c705d5_Size1920x1080-4.jpg\",\"address\":\"912112043 - Budolfi Plads 3 ST, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112043-budolfi-plads-3-st-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,075,000,-\",\"price_raw\":2075000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112043\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112043\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"194m\\u00b2\",\"floor_area_raw\":194,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650324,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/50d9fa13-457c-4fb5-a512-08601ecc2952_Size1920x1080-4.jpg\",\"address\":\"114058391 - Christian Langes Plads 1 m.fl., 2450 K\\u00f8benhavn SV\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/114058391-christian-langes-plads-1-mfl-2450-kobenhavn-sv\\\/\",\"aconto\":\"-\",\"price\":\"kr.  65,691,286,-\",\"price_raw\":65691286,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"114058391\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"114058391\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,799m\\u00b2\",\"floor_area_raw\":1799,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650325,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9e42cc92-24ab-46f7-8f2d-bb94910c2042_Size1920x1080-4.jpg\",\"address\":\"114058382 - \\u00c6girsgade 73 ST TH, 2200 K\\u00f8benhavn N\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/114058382-aegirsgade-73-st-th-2200-kobenhavn-n\\\/\",\"aconto\":\"-\",\"price\":\"kr.  3,950,000,-\",\"price_raw\":3950000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"114058382\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"114058382\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"189m\\u00b2\",\"floor_area_raw\":189,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650326,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/510c3352-4365-45a2-8e1d-7d07056af14b_Size1920x1080-4.jpg\",\"address\":\"912111881 - Reberbansgade 13A m.fl.\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912111881-reberbansgade-13a-mfl\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,925,000,-\",\"price_raw\":9925000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912111881\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912111881\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"392m\\u00b2\",\"floor_area_raw\":392,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650327,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/19c6defe-ddbd-4911-afa2-b588a20febc1_Size1920x1080-4.jpg\",\"address\":\"641011365 - R\\u00e5dhustorvet 8 ST, 6400 S\\u00f8nderborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/641011365-radhustorvet-8-st-6400-sonderborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,500,000,-\",\"price_raw\":1500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"641011365\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"641011365\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"353m\\u00b2\",\"floor_area_raw\":353,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650328,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/01a52f6e-3b71-4eb3-ada4-58b7902a24dc_Size1920x1080-4.jpg\",\"address\":\"260998209 - Taastrup Hovedgade 91, 2630 Taastrup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/260998209-taastrup-hovedgade-91-2630-taastrup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,600,000,-\",\"price_raw\":6600000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"260998209\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"260998209\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"519m\\u00b2\",\"floor_area_raw\":519,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650329,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/aff8a254-3c0f-4183-92b3-5ef42c33056e_Size1920x1080-4.jpg\",\"address\":\"181014834 - H\\u00f8jrisvej 22-24, 3540 Lynge\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014834-hojrisvej-22-24-3540-lynge\\\/\",\"aconto\":\"-\",\"price\":\"kr.  12,000,000,-\",\"price_raw\":12000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014834\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014834\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,603m\\u00b2\",\"floor_area_raw\":1603,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650330,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"512032067 - Jernbanevej 2, 5771 Stenstrup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512032067-jernbanevej-2-5771-stenstrup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,900,000,-\",\"price_raw\":9900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512032067\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512032067\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,659m\\u00b2\",\"floor_area_raw\":1659,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650331,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/471ac124-43e6-4194-ab6c-2b07638eb088_Size1920x1080-4.jpg\",\"address\":\"811002580 - N\\u00f8rre Vissing Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/811002580-norre-vissing-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  8,750,000,-\",\"price_raw\":8750000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"811002580\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"811002580\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,228m\\u00b2\",\"floor_area_raw\":1228,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650332,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/954162ee-4e40-4575-b611-328353b2aeff_Size1920x1080-4.jpg\",\"address\":\"620510630 - Fjelstrup N\\u00f8rrevej 1, 6100 Haderslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510630-fjelstrup-norrevej-1-6100-haderslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,995,000,-\",\"price_raw\":2995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510630\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510630\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"490m\\u00b2\",\"floor_area_raw\":490,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650333,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/2cf821ca-2745-466a-8113-276887409501_Size1920x1080-4.jpg\",\"address\":\"914004598 - Veders\\u00f8 Klitvej 59, 6990 Ulfborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004598-vederso-klitvej-59-6990-ulfborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  24,750,000,-\",\"price_raw\":24750000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004598\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004598\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Leisure\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"4,769m\\u00b2\",\"floor_area_raw\":4769,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650334,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/de5f8ab6-4f85-4c67-8b0c-3260c2708ec1_Size1920x1080-4.jpg\",\"address\":\"469007420 - S\\u00f8ndervej 8 og 9, Hotel Klinten, 4673 R\\u00f8dvig Stevns\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007420-sondervej-8-og-9-hotel-klinten-4673-rodvig-stevns\\\/\",\"aconto\":\"-\",\"price\":\"kr.  22,500,000,-\",\"price_raw\":22500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007420\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007420\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"4,404m\\u00b2\",\"floor_area_raw\":4404,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650335,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9174398b-bed5-4f84-8973-4228e85d3a37_Size1920x1080-4.jpg\",\"address\":\"620510620 - Flensborgvej 164, 6200 Aabenraa\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510620-flensborgvej-164-6200-aabenraa\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,500,000,-\",\"price_raw\":9500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510620\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510620\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"676m\\u00b2\",\"floor_area_raw\":676,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650336,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"342345969 - Sauntevej 18K, 3100 Hornb\\u00e6k\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/342345969-sauntevej-18k-3100-hornbaek\\\/\",\"aconto\":\"-\",\"price\":\"kr.  47,000,000,-\",\"price_raw\":47000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"342345969\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"342345969\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,580m\\u00b2\",\"floor_area_raw\":1580,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650337,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/e1b8e02c-b145-462d-bfc6-bb83ae7a633e_Size1920x1080-4.jpg\",\"address\":\"473019565 - Stubbek\\u00f8bingvej 150, 4800 Nyk\\u00f8bing F\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/473019565-stubbekobingvej-150-4800-nykobing-f\\\/\",\"aconto\":\"-\",\"price\":\"kr.  27,500,000,-\",\"price_raw\":27500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"473019565\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"473019565\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"3,586m\\u00b2\",\"floor_area_raw\":3586,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650338,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/39ed16c7-ac53-4054-919c-21cf659073cc_Size1920x1080-4.jpg\",\"address\":\"512031517 - Fjordvej 56, 5330 Munkebo\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031517-fjordvej-56-5330-munkebo\\\/\",\"aconto\":\"-\",\"price\":\"kr.  15,400,000,-\",\"price_raw\":15400000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031517\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031517\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,854m\\u00b2\",\"floor_area_raw\":1854,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650339,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/32185b6e-209e-4ba3-8f15-83f213ab00b4_Size1920x1080-4.jpg\",\"address\":\"342345979 - Nyvej 18, 3360 Liseleje\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/342345979-nyvej-18-3360-liseleje\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,800,000,-\",\"price_raw\":1800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"342345979\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"342345979\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"240m\\u00b2\",\"floor_area_raw\":240,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650340,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/be16be21-c272-4940-a557-804ca8d3e860_Size1920x1080-4.jpg\",\"address\":\"912110801 - Reberbansgade 11B, st. th., 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912110801-reberbansgade-11b-st-th-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,575,000,-\",\"price_raw\":1575000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912110801\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912110801\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"54m\\u00b2\",\"floor_area_raw\":54,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650341,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/19e06141-9da9-4190-a0c2-3982286a07b5_Size1920x1080-4.jpg\",\"address\":\"912110800 - Reberbansgade 11B, st. tv., 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912110800-reberbansgade-11b-st-tv-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,550,000,-\",\"price_raw\":1550000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912110800\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912110800\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"53m\\u00b2\",\"floor_area_raw\":53,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650342,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/6988d36e-444e-480a-a6dd-1689bcb4193c_Size1920x1080-4.jpg\",\"address\":\"641011141 - Lille R\\u00e5dhusgade 37 og 39, 6400 S\\u00f8nderborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/641011141-lille-radhusgade-37-og-39-6400-sonderborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,900,000,-\",\"price_raw\":6900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"641011141\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"641011141\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"785m\\u00b2\",\"floor_area_raw\":785,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650343,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/4c8f33b7-7235-4cc2-9573-bbd324836373_Size1920x1080-4.jpg\",\"address\":\"473019598 - Vestre Landevej 110, 4951 N\\u00f8rreballe\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/473019598-vestre-landevej-110-4951-norreballe\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,500,000,-\",\"price_raw\":4500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"473019598\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"473019598\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"740m\\u00b2\",\"floor_area_raw\":740,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650344,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/56fa41fd-b20b-43c4-8123-b1ba5b9359b0_Size1920x1080-4.jpg\",\"address\":\"474013299 - Havnevej 3, 4300 Holb\\u00e6k\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474013299-havnevej-3-4300-holbaek\\\/\",\"aconto\":\"-\",\"price\":\"kr.  20,000,000,-\",\"price_raw\":20000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474013299\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474013299\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"243m\\u00b2\",\"floor_area_raw\":243,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650345,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"469007363 - Strandlyvej 1, 3210 Vejby\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007363-strandlyvej-1-3210-vejby\\\/\",\"aconto\":\"-\",\"price\":\"kr.  13,000,000,-\",\"price_raw\":13000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007363\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007363\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"968m\\u00b2\",\"floor_area_raw\":968,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650346,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/920883fd-87e6-4e42-ac68-42ca631ddf19_Size1920x1080-4.jpg\",\"address\":\"914004419 - Nordkajen 4-10, 9990 Skagen\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004419-nordkajen-4-10-9990-skagen\\\/\",\"aconto\":\"-\",\"price\":\"kr.  26,500,000,-\",\"price_raw\":26500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004419\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004419\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,629m\\u00b2\",\"floor_area_raw\":1629,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650347,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/4d4eb89a-3692-4f03-8ab8-c7fb020d0d07_Size1920x1080-4.jpg\",\"address\":\"603531354 - Gl. Bj\\u00e6rt 16\\\/Binderupvej 1 - Sdr. Bjert Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/603531354-gl-bjaert-16binderupvej-1-sdr-bjert-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,500,000,-\",\"price_raw\":4500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"603531354\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"603531354\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,274m\\u00b2\",\"floor_area_raw\":1274,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650348,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3d4b85b2-de35-4dbd-8603-da83e72dc56c_Size1920x1080-4.jpg\",\"address\":\"709007188 - Smallegade 1A, 7400 Herning\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/709007188-smallegade-1a-7400-herning\\\/\",\"aconto\":\"-\",\"price\":\"kr.  13,500,000,-\",\"price_raw\":13500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"709007188\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"709007188\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,556m\\u00b2\",\"floor_area_raw\":1556,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650349,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/4da64028-ae4a-431b-bdb6-40529773eaa8_Size1920x1080-4.jpg\",\"address\":\"512031339 - Vestergade 17 ST MF, 5000 Odense C\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031339-vestergade-17-st-mf-5000-odense-c\\\/\",\"aconto\":\"-\",\"price\":\"kr.  5,250,000,-\",\"price_raw\":5250000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031339\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031339\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"203m\\u00b2\",\"floor_area_raw\":203,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650350,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/bc11325f-0112-4743-8a59-2ec08efd85da_Size1920x1080-4.jpg\",\"address\":\"474012977 - Kongsmarkvej 1, Stillinge Strand, 4200 Slagelse\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474012977-kongsmarkvej-1-stillinge-strand-4200-slagelse\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,895,000,-\",\"price_raw\":2895000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474012977\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474012977\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"139m\\u00b2\",\"floor_area_raw\":139,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650351,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/8dc3c043-2280-4461-af97-2d21974a08a9_Size1920x1080-4.jpg\",\"address\":\"914004485 - Sct. Clemens Vej 3, 9990 Skagen\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004485-sct-clemens-vej-3-9990-skagen\\\/\",\"aconto\":\"-\",\"price\":\"kr.  11,000,000,-\",\"price_raw\":11000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004485\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004485\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"475m\\u00b2\",\"floor_area_raw\":475,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650352,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/cec63326-a3f5-40da-a69c-0c20363502c2_Size1920x1080-4.jpg\",\"address\":\"810002883 - Lyng\\u00e5vej 76\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/810002883-lyngavej-76\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,450,000,-\",\"price_raw\":2450000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"810002883\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"810002883\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"857m\\u00b2\",\"floor_area_raw\":857,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650353,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/a4428d91-cad9-4135-b22e-8f387c2bf8d8_Size1920x1080-4.jpg\",\"address\":\"620510392 - Sm\\u00e5folksvej 10, 6792 R\\u00f8m\\u00f8\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510392-smafolksvej-10-6792-romo\\\/\",\"aconto\":\"-\",\"price\":\"kr.  22,500,000,-\",\"price_raw\":22500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510392\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510392\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,274m\\u00b2\",\"floor_area_raw\":2274,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650354,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9381ea84-db65-4d2f-8451-0b8dcbd5381b_Size1920x1080-4.jpg\",\"address\":\"912111734 - Havnevej 5C, 9990 Skagen\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912111734-havnevej-5c-9990-skagen\\\/\",\"aconto\":\"-\",\"price\":\"kr.  8,100,000,-\",\"price_raw\":8100000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912111734\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912111734\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"322m\\u00b2\",\"floor_area_raw\":322,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650355,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/fd3a83ac-4a64-43de-bd16-10966ab4eef2_Size1920x1080-4.jpg\",\"address\":\"403600546 - Hersegade 17, 4000 Roskilde\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/403600546-hersegade-17-4000-roskilde\\\/\",\"aconto\":\"-\",\"price\":\"kr.  7,500,000,-\",\"price_raw\":7500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"403600546\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"403600546\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"523m\\u00b2\",\"floor_area_raw\":523,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650356,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3fd6022d-f4b6-4b93-904d-8fda55fb2d98_Size1920x1080-4.jpg\",\"address\":\"914004367 - St. Binderup Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004367-st-binderup-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,600,000,-\",\"price_raw\":6600000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004367\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004367\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,881m\\u00b2\",\"floor_area_raw\":1881,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650357,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/ee523e11-d52a-4cb3-ac3b-e46897120892_Size1920x1080-4.jpg\",\"address\":\"670114286 - Bjerrumvej 30, 6760 Ribe\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/670114286-bjerrumvej-30-6760-ribe\\\/\",\"aconto\":\"-\",\"price\":\"kr.  5,000,000,-\",\"price_raw\":5000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"670114286\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"670114286\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,156m\\u00b2\",\"floor_area_raw\":1156,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650358,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/7243dfaf-ac66-45c3-ae4f-ad60d9b76c37_Size1920x1080-4.jpg\",\"address\":\"709007124 - Badevej 12, 6950 Ringk\\u00f8bing\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/709007124-badevej-12-6950-ringkobing\\\/\",\"aconto\":\"-\",\"price\":\"kr.  8,950,000,-\",\"price_raw\":8950000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"709007124\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"709007124\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"421m\\u00b2\",\"floor_area_raw\":421,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650359,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/0f118d37-db35-4b69-9635-a28393c6ae58_Size1920x1080-4.jpg\",\"address\":\"512031666 - Brovejen 266A, 5500 Middelfart\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031666-brovejen-266a-5500-middelfart\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,900,000,-\",\"price_raw\":4900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031666\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031666\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"594m\\u00b2\",\"floor_area_raw\":594,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650360,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/d65d5c31-9ded-4b31-9e6d-3d7fcba02317_Size1920x1080-4.jpg\",\"address\":\"914004401 - L\\u00f8nstrupvej 36, 9800 Hj\\u00f8rring\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004401-lonstrupvej-36-9800-hjorring\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,800,000,-\",\"price_raw\":6800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004401\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004401\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,102m\\u00b2\",\"floor_area_raw\":1102,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650361,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3b06b53d-6c40-40bd-bc55-a4cca2a4987e_Size1920x1080-4.jpg\",\"address\":\"620510129 - Aar\\u00f8 145A-F & 179, 6100 Haderslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510129-aaro-145a-f-179-6100-haderslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  11,995,000,-\",\"price_raw\":11995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510129\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510129\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,055m\\u00b2\",\"floor_area_raw\":1055,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650362,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/06339b64-6c79-4913-8279-e076a18ab332_Size1920x1080-4.jpg\",\"address\":\"620510223 - Aar\\u00f8 179, 6100 Haderslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510223-aaro-179-6100-haderslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,400,000,-\",\"price_raw\":4400000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510223\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510223\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"248m\\u00b2\",\"floor_area_raw\":248,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650363,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/e991abd6-115e-4dbb-89d3-3b652567a6b8_Size1920x1080-4.jpg\",\"address\":\"620510128 - Vestergade 17, 6270 T\\u00f8nder\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510128-vestergade-17-6270-tonder\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,995,000,-\",\"price_raw\":1995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510128\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510128\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"181m\\u00b2\",\"floor_area_raw\":181,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650364,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/80cb51b4-c9b1-4409-94ae-0479b917eb0a_Size1920x1080-4.jpg\",\"address\":\"512031642 - Vindeballevej 1, 5970 \\u00c6r\\u00f8sk\\u00f8bing\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031642-vindeballevej-1-5970-aeroskobing\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,495,000,-\",\"price_raw\":1495000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031642\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031642\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"749m\\u00b2\",\"floor_area_raw\":749,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650365,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/0042b708-4943-4ac6-af89-01e6383d13eb_Size1920x1080-4.jpg\",\"address\":\"914004430 - Furreby Kirkevej 97, 9480 L\\u00f8kken\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004430-furreby-kirkevej-97-9480-lokken\\\/\",\"aconto\":\"-\",\"price\":\"kr.  11,000,000,-\",\"price_raw\":11000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004430\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004430\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"334m\\u00b2\",\"floor_area_raw\":334,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650366,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/340fe682-b04a-474a-8815-1f0c5f634926_Size1920x1080-4.jpg\",\"address\":\"710910215 - Restaurant Kongelunden\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/710910215-restaurant-kongelunden\\\/\",\"aconto\":\"-\",\"price\":\"kr.  3,850,000,-\",\"price_raw\":3850000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"710910215\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"710910215\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"563m\\u00b2\",\"floor_area_raw\":563,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650367,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/452d236a-ac1f-4950-a0fe-a0487d1ab9e6_Size1920x1080-4.jpg\",\"address\":\"469007282 - B\\u00e6kkemosevej 14, 4672 Klippinge - The Noormans Farmhouse\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007282-baekkemosevej-14-4672-klippinge-the-noormans-farmhouse\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,750,000,-\",\"price_raw\":9750000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007282\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007282\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,540m\\u00b2\",\"floor_area_raw\":1540,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650368,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9d9cd4ef-ebfb-4c21-9fb0-9bc1c0636b50_Size1920x1080-4.jpg\",\"address\":\"181014638 - Bygaden 30, 3660 Stenl\\u00f8se - Ganl\\u00f8se Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014638-bygaden-30-3660-stenlose-ganlose-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  10,000,000,-\",\"price_raw\":10000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014638\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014638\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"758m\\u00b2\",\"floor_area_raw\":758,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650369,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/5b2a80a9-22e7-4824-8201-a60bb2ae6555_Size1920x1080-4.jpg\",\"address\":\"914004396 - Danmarksgade 62A, 9900 Frederikshavn\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004396-danmarksgade-62a-9900-frederikshavn\\\/\",\"aconto\":\"-\",\"price\":\"kr.  30,995,000,-\",\"price_raw\":30995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004396\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004396\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,810m\\u00b2\",\"floor_area_raw\":2810,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650370,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/7c2e6785-23f9-40d4-9e8a-3e5e65cd909a_Size1920x1080-4.jpg\",\"address\":\"114057813 - Amager Strandvej 110A, 2300 K\\u00f8benhavn S\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/114057813-amager-strandvej-110a-2300-kobenhavn-s\\\/\",\"aconto\":\"-\",\"price\":\"kr.  7,995,000,-\",\"price_raw\":7995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"114057813\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"114057813\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"190m\\u00b2\",\"floor_area_raw\":190,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650371,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/8ec54759-a954-42bf-8aa5-1fc54f2de0eb_Size1920x1080-4.jpg\",\"address\":\"181014636 - Bygaden 1, 3550 Slangerup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014636-bygaden-1-3550-slangerup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  29,000,000,-\",\"price_raw\":29000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014636\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014636\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"3,087m\\u00b2\",\"floor_area_raw\":3087,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650372,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/140336d4-59db-46c8-8be1-9ebaf6365455_Size1920x1080-4.jpg\",\"address\":\"512031444 - Assensvej 144, 5750 Ringe\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031444-assensvej-144-5750-ringe\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,395,000,-\",\"price_raw\":1395000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031444\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031444\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"562m\\u00b2\",\"floor_area_raw\":562,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650373,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/a2dee6a5-f82d-4754-ba3f-33fd5fd5e5c8_Size1920x1080-4.jpg\",\"address\":\"620510070 - Kv\\u00e6rsgade 9-13, 6300 Gr\\u00e5sten\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510070-kvaersgade-9-13-6300-grasten\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,000,000,-\",\"price_raw\":1000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510070\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510070\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,307m\\u00b2\",\"floor_area_raw\":1307,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650374,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/8416111a-663b-44fb-9021-b4452da21072_Size1920x1080-4.jpg\",\"address\":\"474012894 - Havnevej 3, 4300 Holb\\u00e6k\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474012894-havnevej-3-4300-holbaek\\\/\",\"aconto\":\"-\",\"price\":\"kr.  20,000,000,-\",\"price_raw\":20000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474012894\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474012894\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"417m\\u00b2\",\"floor_area_raw\":417,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650375,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/77a420ff-b4d1-4706-bb0f-dd95064014aa_Size1920x1080-4.jpg\",\"address\":\"641011152 - Torvet 8, 6300 Gr\\u00e5sten\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/641011152-torvet-8-6300-grasten\\\/\",\"aconto\":\"-\",\"price\":\"kr.  17,500,000,-\",\"price_raw\":17500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"641011152\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"641011152\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,400m\\u00b2\",\"floor_area_raw\":2400,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650376,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/750b54a1-9e75-4222-831b-c4ae5cb178d3_Size1920x1080-4.jpg\",\"address\":\"91205991 - John F. Kennedys Plads 41 1, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91205991-john-f-kennedys-plads-41-1-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,000,000,-\",\"price_raw\":6000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91205991\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91205991\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"492m\\u00b2\",\"floor_area_raw\":492,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650377,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/f857fa23-1270-42d0-b441-698702718546_Size1920x1080-4.jpg\",\"address\":\"70900608 - Str\\u00f8get 13, 7280 S\\u00f8nder Felding\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/70900608-stroget-13-7280-sonder-felding\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,250,000,-\",\"price_raw\":2250000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"70900608\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"70900608\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Lager\\\/Produktion\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"676m\\u00b2\",\"floor_area_raw\":676,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650378,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3922e003-f94d-4b7d-997f-0c8d90e79dea_Size1920x1080-4.jpg\",\"address\":\"91400336 - Tannisbugtvej 59, 9881 Bindslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91400336-tannisbugtvej-59-9881-bindslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,595,000,-\",\"price_raw\":1595000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91400336\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91400336\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"300m\\u00b2\",\"floor_area_raw\":300,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650379,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/5cbc4188-5187-4b01-b295-94c720fd9199_Size1920x1080-4.jpg\",\"address\":\"91205755 - S\\u00f8ndre Bygade 12, 9280 Storvorde\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91205755-sondre-bygade-12-9280-storvorde\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,600,000,-\",\"price_raw\":2600000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91205755\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91205755\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"460m\\u00b2\",\"floor_area_raw\":460,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650380,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/97999861-6c86-48aa-97ca-422c9f7a2a07_Size1920x1080-4.jpg\",\"address\":\"67001068 - Fiskerihavnsgade 6, 6700 Esbjerg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/67001068-fiskerihavnsgade-6-6700-esbjerg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  3,190,000,-\",\"price_raw\":3190000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"67001068\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"67001068\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"387m\\u00b2\",\"floor_area_raw\":387,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650381,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/c5e88817-3670-4ea4-9e5b-66168f4916fb_Size1920x1080-4.jpg\",\"address\":\"91400046 - Rubjergvej 21, 9800 Hj\\u00f8rring\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91400046-rubjergvej-21-9800-hjorring\\\/\",\"aconto\":\"-\",\"price\":\"kr.  15,000,000,-\",\"price_raw\":15000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91400046\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91400046\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":false,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,386m\\u00b2\",\"floor_area_raw\":2386,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650382,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9d0e9d61-ebc4-4d10-abb3-cbf75196c88a_Size1920x1080-4.jpg\",\"address\":\"47301167 - Baneg\\u00e5rdspladsen 10, 4700 N\\u00e6stved\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/47301167-banegardspladsen-10-4700-naestved\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,800,000,-\",\"price_raw\":6800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"47301167\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"47301167\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":false,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"584m\\u00b2\",\"floor_area_raw\":584,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null}],\n            propertiesTable: [{\"ID\":650311,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/ac8c9105-94f3-4c72-9173-71734468057f_Size1920x1080-4.jpg\",\"address\":\"474013403 - Slagelsevej 78, 4450 Jyderup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474013403-slagelsevej-78-4450-jyderup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  18,900,000,-\",\"price_raw\":18900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474013403\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474013403\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,057m\\u00b2\",\"floor_area_raw\":2057,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650312,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/2700d1c8-777e-4dd9-8035-211d13f317c7_Size1920x1080-4.jpg\",\"address\":\"912112353 - Vesterbro 84 ST TV, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112353-vesterbro-84-st-tv-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,195,000,-\",\"price_raw\":1195000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112353\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112353\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"70m\\u00b2\",\"floor_area_raw\":70,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650313,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/0d23658c-6a55-4e45-813f-647ae084b49d_Size1920x1080-4.jpg\",\"address\":\"912112197 - Torvet 3, 9370 Hals\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112197-torvet-3-9370-hals\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,200,000,-\",\"price_raw\":2200000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112197\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112197\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"166m\\u00b2\",\"floor_area_raw\":166,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650314,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"403601103 - Gersh\\u00f8j Havnevej 14A (afst\\u00e5else)\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/403601103-gershoj-havnevej-14a-afstaelse\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,800,000,-\",\"price_raw\":2800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"403601103\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"403601103\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"850m\\u00b2\",\"floor_area_raw\":850,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650315,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/b5b22809-d6bc-4d1d-8ffd-bbf21fe5db86_Size1920x1080-4.jpg\",\"address\":\"181014521 - Viktoriagade 2, 1655 K\\u00f8benhavn V\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014521-viktoriagade-2-1655-kobenhavn-v\\\/\",\"aconto\":\"-\",\"price\":\"kr.  56,000,000,-\",\"price_raw\":56000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014521\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014521\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,022m\\u00b2\",\"floor_area_raw\":1022,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650316,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/6b997472-c6b1-4300-ad88-a3492ba95d63_Size1920x1080-4.jpg\",\"address\":\"469007482 - Nordstjernen 3, 4600 K\\u00f8ge\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007482-nordstjernen-3-4600-koge\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,-\",\"price_raw\":1,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007482\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007482\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"18,345m\\u00b2\",\"floor_area_raw\":18345,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650317,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/072c074b-34a0-4c26-9e0f-3703b893b2ee_Size1920x1080-4.jpg\",\"address\":\"912112272 - Ving\\u00e5rdsgade 24, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112272-vingardsgade-24-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  475,000,-\",\"price_raw\":475000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112272\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112272\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"26m\\u00b2\",\"floor_area_raw\":26,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650318,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/71264e34-a0ff-4b5e-aa01-922a3735e653_Size1920x1080-4.jpg\",\"address\":\"512032277 - Skovvej 45-46, 5300 Kerteminde\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512032277-skovvej-45-46-5300-kerteminde\\\/\",\"aconto\":\"-\",\"price\":\"kr.  19,500,000,-\",\"price_raw\":19500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512032277\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512032277\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,402m\\u00b2\",\"floor_area_raw\":2402,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650319,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3340b9d7-b07d-42c3-9ef7-6cdbdd633568_Size1920x1080-4.jpg\",\"address\":\"912112408 - Reberbansgade 13A, st. th. + st. tv. & 13B, st., 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112408-reberbansgade-13a-st-th-st-tv-13b-st-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  7,495,000,-\",\"price_raw\":7495000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112408\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112408\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"243m\\u00b2\",\"floor_area_raw\":243,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650320,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/7d0cd280-0021-4ba2-b295-7da69bd2a3fa_Size1920x1080-4.jpg\",\"address\":\"912112315 - Fjembhedevej 2, 9330 Dronninglund\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112315-fjembhedevej-2-9330-dronninglund\\\/\",\"aconto\":\"-\",\"price\":\"kr.  650,000,-\",\"price_raw\":650000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112315\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112315\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"523m\\u00b2\",\"floor_area_raw\":523,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650321,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/98e1e6b4-94a6-469d-9a00-3d9cdb9f7f34_Size1920x1080-4.jpg\",\"address\":\"709007331 - \\u00d8stergade 1, 7430 Ikast\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/709007331-ostergade-1-7430-ikast\\\/\",\"aconto\":\"-\",\"price\":\"kr.  5,495,000,-\",\"price_raw\":5495000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"709007331\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"709007331\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,324m\\u00b2\",\"floor_area_raw\":1324,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650322,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/933535f7-9c27-4adc-9af9-cc4da98b4179_Size1920x1080-4.jpg\",\"address\":\"260998214 - Solr\\u00f8d Center 34A, 2680 Solr\\u00f8d Strand\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/260998214-solrod-center-34a-2680-solrod-strand\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,000,000,-\",\"price_raw\":4000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"260998214\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"260998214\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"190m\\u00b2\",\"floor_area_raw\":190,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650323,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/65e57cc9-aa13-4267-b9d6-e06347c705d5_Size1920x1080-4.jpg\",\"address\":\"912112043 - Budolfi Plads 3 ST, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912112043-budolfi-plads-3-st-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,075,000,-\",\"price_raw\":2075000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912112043\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912112043\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"194m\\u00b2\",\"floor_area_raw\":194,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650324,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/50d9fa13-457c-4fb5-a512-08601ecc2952_Size1920x1080-4.jpg\",\"address\":\"114058391 - Christian Langes Plads 1 m.fl., 2450 K\\u00f8benhavn SV\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/114058391-christian-langes-plads-1-mfl-2450-kobenhavn-sv\\\/\",\"aconto\":\"-\",\"price\":\"kr.  65,691,286,-\",\"price_raw\":65691286,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"114058391\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"114058391\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,799m\\u00b2\",\"floor_area_raw\":1799,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650325,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9e42cc92-24ab-46f7-8f2d-bb94910c2042_Size1920x1080-4.jpg\",\"address\":\"114058382 - \\u00c6girsgade 73 ST TH, 2200 K\\u00f8benhavn N\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/114058382-aegirsgade-73-st-th-2200-kobenhavn-n\\\/\",\"aconto\":\"-\",\"price\":\"kr.  3,950,000,-\",\"price_raw\":3950000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"114058382\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"114058382\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"189m\\u00b2\",\"floor_area_raw\":189,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650326,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/510c3352-4365-45a2-8e1d-7d07056af14b_Size1920x1080-4.jpg\",\"address\":\"912111881 - Reberbansgade 13A m.fl.\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912111881-reberbansgade-13a-mfl\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,925,000,-\",\"price_raw\":9925000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912111881\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912111881\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"392m\\u00b2\",\"floor_area_raw\":392,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650327,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/19c6defe-ddbd-4911-afa2-b588a20febc1_Size1920x1080-4.jpg\",\"address\":\"641011365 - R\\u00e5dhustorvet 8 ST, 6400 S\\u00f8nderborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/641011365-radhustorvet-8-st-6400-sonderborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,500,000,-\",\"price_raw\":1500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"641011365\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"641011365\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"353m\\u00b2\",\"floor_area_raw\":353,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650328,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/01a52f6e-3b71-4eb3-ada4-58b7902a24dc_Size1920x1080-4.jpg\",\"address\":\"260998209 - Taastrup Hovedgade 91, 2630 Taastrup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/260998209-taastrup-hovedgade-91-2630-taastrup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,600,000,-\",\"price_raw\":6600000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"260998209\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"260998209\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"519m\\u00b2\",\"floor_area_raw\":519,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650329,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/aff8a254-3c0f-4183-92b3-5ef42c33056e_Size1920x1080-4.jpg\",\"address\":\"181014834 - H\\u00f8jrisvej 22-24, 3540 Lynge\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014834-hojrisvej-22-24-3540-lynge\\\/\",\"aconto\":\"-\",\"price\":\"kr.  12,000,000,-\",\"price_raw\":12000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014834\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014834\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,603m\\u00b2\",\"floor_area_raw\":1603,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650330,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"512032067 - Jernbanevej 2, 5771 Stenstrup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512032067-jernbanevej-2-5771-stenstrup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,900,000,-\",\"price_raw\":9900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512032067\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512032067\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,659m\\u00b2\",\"floor_area_raw\":1659,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650331,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/471ac124-43e6-4194-ab6c-2b07638eb088_Size1920x1080-4.jpg\",\"address\":\"811002580 - N\\u00f8rre Vissing Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/811002580-norre-vissing-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  8,750,000,-\",\"price_raw\":8750000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"811002580\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"811002580\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,228m\\u00b2\",\"floor_area_raw\":1228,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650332,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/954162ee-4e40-4575-b611-328353b2aeff_Size1920x1080-4.jpg\",\"address\":\"620510630 - Fjelstrup N\\u00f8rrevej 1, 6100 Haderslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510630-fjelstrup-norrevej-1-6100-haderslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,995,000,-\",\"price_raw\":2995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510630\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510630\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"490m\\u00b2\",\"floor_area_raw\":490,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650333,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/2cf821ca-2745-466a-8113-276887409501_Size1920x1080-4.jpg\",\"address\":\"914004598 - Veders\\u00f8 Klitvej 59, 6990 Ulfborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004598-vederso-klitvej-59-6990-ulfborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  24,750,000,-\",\"price_raw\":24750000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004598\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004598\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Leisure\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"4,769m\\u00b2\",\"floor_area_raw\":4769,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650334,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/de5f8ab6-4f85-4c67-8b0c-3260c2708ec1_Size1920x1080-4.jpg\",\"address\":\"469007420 - S\\u00f8ndervej 8 og 9, Hotel Klinten, 4673 R\\u00f8dvig Stevns\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007420-sondervej-8-og-9-hotel-klinten-4673-rodvig-stevns\\\/\",\"aconto\":\"-\",\"price\":\"kr.  22,500,000,-\",\"price_raw\":22500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007420\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007420\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"4,404m\\u00b2\",\"floor_area_raw\":4404,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650335,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9174398b-bed5-4f84-8973-4228e85d3a37_Size1920x1080-4.jpg\",\"address\":\"620510620 - Flensborgvej 164, 6200 Aabenraa\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510620-flensborgvej-164-6200-aabenraa\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,500,000,-\",\"price_raw\":9500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510620\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510620\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"676m\\u00b2\",\"floor_area_raw\":676,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650336,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"342345969 - Sauntevej 18K, 3100 Hornb\\u00e6k\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/342345969-sauntevej-18k-3100-hornbaek\\\/\",\"aconto\":\"-\",\"price\":\"kr.  47,000,000,-\",\"price_raw\":47000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"342345969\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"342345969\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,580m\\u00b2\",\"floor_area_raw\":1580,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650337,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/e1b8e02c-b145-462d-bfc6-bb83ae7a633e_Size1920x1080-4.jpg\",\"address\":\"473019565 - Stubbek\\u00f8bingvej 150, 4800 Nyk\\u00f8bing F\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/473019565-stubbekobingvej-150-4800-nykobing-f\\\/\",\"aconto\":\"-\",\"price\":\"kr.  27,500,000,-\",\"price_raw\":27500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"473019565\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"473019565\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"3,586m\\u00b2\",\"floor_area_raw\":3586,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650338,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/39ed16c7-ac53-4054-919c-21cf659073cc_Size1920x1080-4.jpg\",\"address\":\"512031517 - Fjordvej 56, 5330 Munkebo\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031517-fjordvej-56-5330-munkebo\\\/\",\"aconto\":\"-\",\"price\":\"kr.  15,400,000,-\",\"price_raw\":15400000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031517\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031517\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,854m\\u00b2\",\"floor_area_raw\":1854,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650339,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/32185b6e-209e-4ba3-8f15-83f213ab00b4_Size1920x1080-4.jpg\",\"address\":\"342345979 - Nyvej 18, 3360 Liseleje\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/342345979-nyvej-18-3360-liseleje\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,800,000,-\",\"price_raw\":1800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"342345979\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"342345979\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"240m\\u00b2\",\"floor_area_raw\":240,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650340,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/be16be21-c272-4940-a557-804ca8d3e860_Size1920x1080-4.jpg\",\"address\":\"912110801 - Reberbansgade 11B, st. th., 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912110801-reberbansgade-11b-st-th-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,575,000,-\",\"price_raw\":1575000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912110801\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912110801\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"54m\\u00b2\",\"floor_area_raw\":54,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650341,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/19e06141-9da9-4190-a0c2-3982286a07b5_Size1920x1080-4.jpg\",\"address\":\"912110800 - Reberbansgade 11B, st. tv., 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912110800-reberbansgade-11b-st-tv-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,550,000,-\",\"price_raw\":1550000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912110800\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912110800\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"53m\\u00b2\",\"floor_area_raw\":53,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650342,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/6988d36e-444e-480a-a6dd-1689bcb4193c_Size1920x1080-4.jpg\",\"address\":\"641011141 - Lille R\\u00e5dhusgade 37 og 39, 6400 S\\u00f8nderborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/641011141-lille-radhusgade-37-og-39-6400-sonderborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,900,000,-\",\"price_raw\":6900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"641011141\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"641011141\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"785m\\u00b2\",\"floor_area_raw\":785,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650343,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/4c8f33b7-7235-4cc2-9573-bbd324836373_Size1920x1080-4.jpg\",\"address\":\"473019598 - Vestre Landevej 110, 4951 N\\u00f8rreballe\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/473019598-vestre-landevej-110-4951-norreballe\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,500,000,-\",\"price_raw\":4500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"473019598\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"473019598\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"740m\\u00b2\",\"floor_area_raw\":740,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650344,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/56fa41fd-b20b-43c4-8123-b1ba5b9359b0_Size1920x1080-4.jpg\",\"address\":\"474013299 - Havnevej 3, 4300 Holb\\u00e6k\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474013299-havnevej-3-4300-holbaek\\\/\",\"aconto\":\"-\",\"price\":\"kr.  20,000,000,-\",\"price_raw\":20000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474013299\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474013299\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"243m\\u00b2\",\"floor_area_raw\":243,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650345,\"ultimate_fallback\":true,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/themes\\\/wp-theme-edc-dev\\\/resources\\\/images\\\/fallback.jpg\",\"address\":\"469007363 - Strandlyvej 1, 3210 Vejby\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007363-strandlyvej-1-3210-vejby\\\/\",\"aconto\":\"-\",\"price\":\"kr.  13,000,000,-\",\"price_raw\":13000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007363\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007363\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"968m\\u00b2\",\"floor_area_raw\":968,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650346,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/920883fd-87e6-4e42-ac68-42ca631ddf19_Size1920x1080-4.jpg\",\"address\":\"914004419 - Nordkajen 4-10, 9990 Skagen\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004419-nordkajen-4-10-9990-skagen\\\/\",\"aconto\":\"-\",\"price\":\"kr.  26,500,000,-\",\"price_raw\":26500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004419\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004419\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,629m\\u00b2\",\"floor_area_raw\":1629,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650347,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/4d4eb89a-3692-4f03-8ab8-c7fb020d0d07_Size1920x1080-4.jpg\",\"address\":\"603531354 - Gl. Bj\\u00e6rt 16\\\/Binderupvej 1 - Sdr. Bjert Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/603531354-gl-bjaert-16binderupvej-1-sdr-bjert-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,500,000,-\",\"price_raw\":4500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"603531354\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"603531354\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,274m\\u00b2\",\"floor_area_raw\":1274,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650348,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3d4b85b2-de35-4dbd-8603-da83e72dc56c_Size1920x1080-4.jpg\",\"address\":\"709007188 - Smallegade 1A, 7400 Herning\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/709007188-smallegade-1a-7400-herning\\\/\",\"aconto\":\"-\",\"price\":\"kr.  13,500,000,-\",\"price_raw\":13500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"709007188\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"709007188\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,556m\\u00b2\",\"floor_area_raw\":1556,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650349,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/4da64028-ae4a-431b-bdb6-40529773eaa8_Size1920x1080-4.jpg\",\"address\":\"512031339 - Vestergade 17 ST MF, 5000 Odense C\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031339-vestergade-17-st-mf-5000-odense-c\\\/\",\"aconto\":\"-\",\"price\":\"kr.  5,250,000,-\",\"price_raw\":5250000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031339\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031339\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"203m\\u00b2\",\"floor_area_raw\":203,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650350,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/bc11325f-0112-4743-8a59-2ec08efd85da_Size1920x1080-4.jpg\",\"address\":\"474012977 - Kongsmarkvej 1, Stillinge Strand, 4200 Slagelse\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474012977-kongsmarkvej-1-stillinge-strand-4200-slagelse\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,895,000,-\",\"price_raw\":2895000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474012977\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474012977\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"139m\\u00b2\",\"floor_area_raw\":139,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650351,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/8dc3c043-2280-4461-af97-2d21974a08a9_Size1920x1080-4.jpg\",\"address\":\"914004485 - Sct. Clemens Vej 3, 9990 Skagen\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004485-sct-clemens-vej-3-9990-skagen\\\/\",\"aconto\":\"-\",\"price\":\"kr.  11,000,000,-\",\"price_raw\":11000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004485\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004485\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"475m\\u00b2\",\"floor_area_raw\":475,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650352,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/cec63326-a3f5-40da-a69c-0c20363502c2_Size1920x1080-4.jpg\",\"address\":\"810002883 - Lyng\\u00e5vej 76\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/810002883-lyngavej-76\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,450,000,-\",\"price_raw\":2450000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"810002883\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"810002883\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"857m\\u00b2\",\"floor_area_raw\":857,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650353,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/a4428d91-cad9-4135-b22e-8f387c2bf8d8_Size1920x1080-4.jpg\",\"address\":\"620510392 - Sm\\u00e5folksvej 10, 6792 R\\u00f8m\\u00f8\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510392-smafolksvej-10-6792-romo\\\/\",\"aconto\":\"-\",\"price\":\"kr.  22,500,000,-\",\"price_raw\":22500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510392\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510392\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,274m\\u00b2\",\"floor_area_raw\":2274,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650354,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9381ea84-db65-4d2f-8451-0b8dcbd5381b_Size1920x1080-4.jpg\",\"address\":\"912111734 - Havnevej 5C, 9990 Skagen\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/912111734-havnevej-5c-9990-skagen\\\/\",\"aconto\":\"-\",\"price\":\"kr.  8,100,000,-\",\"price_raw\":8100000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"912111734\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"912111734\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Detail\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"322m\\u00b2\",\"floor_area_raw\":322,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650355,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/fd3a83ac-4a64-43de-bd16-10966ab4eef2_Size1920x1080-4.jpg\",\"address\":\"403600546 - Hersegade 17, 4000 Roskilde\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/403600546-hersegade-17-4000-roskilde\\\/\",\"aconto\":\"-\",\"price\":\"kr.  7,500,000,-\",\"price_raw\":7500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"403600546\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"403600546\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"523m\\u00b2\",\"floor_area_raw\":523,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650356,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3fd6022d-f4b6-4b93-904d-8fda55fb2d98_Size1920x1080-4.jpg\",\"address\":\"914004367 - St. Binderup Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004367-st-binderup-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,600,000,-\",\"price_raw\":6600000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004367\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004367\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,881m\\u00b2\",\"floor_area_raw\":1881,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650357,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/ee523e11-d52a-4cb3-ac3b-e46897120892_Size1920x1080-4.jpg\",\"address\":\"670114286 - Bjerrumvej 30, 6760 Ribe\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/670114286-bjerrumvej-30-6760-ribe\\\/\",\"aconto\":\"-\",\"price\":\"kr.  5,000,000,-\",\"price_raw\":5000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"670114286\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"670114286\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,156m\\u00b2\",\"floor_area_raw\":1156,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650358,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/7243dfaf-ac66-45c3-ae4f-ad60d9b76c37_Size1920x1080-4.jpg\",\"address\":\"709007124 - Badevej 12, 6950 Ringk\\u00f8bing\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/709007124-badevej-12-6950-ringkobing\\\/\",\"aconto\":\"-\",\"price\":\"kr.  8,950,000,-\",\"price_raw\":8950000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"709007124\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"709007124\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"421m\\u00b2\",\"floor_area_raw\":421,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650359,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/0f118d37-db35-4b69-9635-a28393c6ae58_Size1920x1080-4.jpg\",\"address\":\"512031666 - Brovejen 266A, 5500 Middelfart\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031666-brovejen-266a-5500-middelfart\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,900,000,-\",\"price_raw\":4900000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031666\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031666\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"594m\\u00b2\",\"floor_area_raw\":594,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650360,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/d65d5c31-9ded-4b31-9e6d-3d7fcba02317_Size1920x1080-4.jpg\",\"address\":\"914004401 - L\\u00f8nstrupvej 36, 9800 Hj\\u00f8rring\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004401-lonstrupvej-36-9800-hjorring\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,800,000,-\",\"price_raw\":6800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004401\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004401\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,102m\\u00b2\",\"floor_area_raw\":1102,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650361,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3b06b53d-6c40-40bd-bc55-a4cca2a4987e_Size1920x1080-4.jpg\",\"address\":\"620510129 - Aar\\u00f8 145A-F & 179, 6100 Haderslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510129-aaro-145a-f-179-6100-haderslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  11,995,000,-\",\"price_raw\":11995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510129\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510129\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,055m\\u00b2\",\"floor_area_raw\":1055,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650362,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/06339b64-6c79-4913-8279-e076a18ab332_Size1920x1080-4.jpg\",\"address\":\"620510223 - Aar\\u00f8 179, 6100 Haderslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510223-aaro-179-6100-haderslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  4,400,000,-\",\"price_raw\":4400000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510223\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510223\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"248m\\u00b2\",\"floor_area_raw\":248,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650363,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/e991abd6-115e-4dbb-89d3-3b652567a6b8_Size1920x1080-4.jpg\",\"address\":\"620510128 - Vestergade 17, 6270 T\\u00f8nder\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510128-vestergade-17-6270-tonder\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,995,000,-\",\"price_raw\":1995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510128\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510128\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"181m\\u00b2\",\"floor_area_raw\":181,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650364,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/80cb51b4-c9b1-4409-94ae-0479b917eb0a_Size1920x1080-4.jpg\",\"address\":\"512031642 - Vindeballevej 1, 5970 \\u00c6r\\u00f8sk\\u00f8bing\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031642-vindeballevej-1-5970-aeroskobing\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,495,000,-\",\"price_raw\":1495000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031642\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031642\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"749m\\u00b2\",\"floor_area_raw\":749,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650365,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/0042b708-4943-4ac6-af89-01e6383d13eb_Size1920x1080-4.jpg\",\"address\":\"914004430 - Furreby Kirkevej 97, 9480 L\\u00f8kken\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004430-furreby-kirkevej-97-9480-lokken\\\/\",\"aconto\":\"-\",\"price\":\"kr.  11,000,000,-\",\"price_raw\":11000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004430\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004430\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"334m\\u00b2\",\"floor_area_raw\":334,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650366,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/340fe682-b04a-474a-8815-1f0c5f634926_Size1920x1080-4.jpg\",\"address\":\"710910215 - Restaurant Kongelunden\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/710910215-restaurant-kongelunden\\\/\",\"aconto\":\"-\",\"price\":\"kr.  3,850,000,-\",\"price_raw\":3850000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"710910215\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"710910215\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"563m\\u00b2\",\"floor_area_raw\":563,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650367,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/452d236a-ac1f-4950-a0fe-a0487d1ab9e6_Size1920x1080-4.jpg\",\"address\":\"469007282 - B\\u00e6kkemosevej 14, 4672 Klippinge - The Noormans Farmhouse\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/469007282-baekkemosevej-14-4672-klippinge-the-noormans-farmhouse\\\/\",\"aconto\":\"-\",\"price\":\"kr.  9,750,000,-\",\"price_raw\":9750000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"469007282\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"469007282\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,540m\\u00b2\",\"floor_area_raw\":1540,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650368,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9d9cd4ef-ebfb-4c21-9fb0-9bc1c0636b50_Size1920x1080-4.jpg\",\"address\":\"181014638 - Bygaden 30, 3660 Stenl\\u00f8se - Ganl\\u00f8se Kro\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014638-bygaden-30-3660-stenlose-ganlose-kro\\\/\",\"aconto\":\"-\",\"price\":\"kr.  10,000,000,-\",\"price_raw\":10000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014638\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014638\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"758m\\u00b2\",\"floor_area_raw\":758,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650369,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/5b2a80a9-22e7-4824-8201-a60bb2ae6555_Size1920x1080-4.jpg\",\"address\":\"914004396 - Danmarksgade 62A, 9900 Frederikshavn\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/914004396-danmarksgade-62a-9900-frederikshavn\\\/\",\"aconto\":\"-\",\"price\":\"kr.  30,995,000,-\",\"price_raw\":30995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"914004396\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"914004396\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,810m\\u00b2\",\"floor_area_raw\":2810,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650370,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/7c2e6785-23f9-40d4-9e8a-3e5e65cd909a_Size1920x1080-4.jpg\",\"address\":\"114057813 - Amager Strandvej 110A, 2300 K\\u00f8benhavn S\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/114057813-amager-strandvej-110a-2300-kobenhavn-s\\\/\",\"aconto\":\"-\",\"price\":\"kr.  7,995,000,-\",\"price_raw\":7995000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"114057813\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"114057813\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"190m\\u00b2\",\"floor_area_raw\":190,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650371,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/8ec54759-a954-42bf-8aa5-1fc54f2de0eb_Size1920x1080-4.jpg\",\"address\":\"181014636 - Bygaden 1, 3550 Slangerup\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/181014636-bygaden-1-3550-slangerup\\\/\",\"aconto\":\"-\",\"price\":\"kr.  29,000,000,-\",\"price_raw\":29000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"181014636\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"181014636\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"3,087m\\u00b2\",\"floor_area_raw\":3087,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650372,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/140336d4-59db-46c8-8be1-9ebaf6365455_Size1920x1080-4.jpg\",\"address\":\"512031444 - Assensvej 144, 5750 Ringe\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/512031444-assensvej-144-5750-ringe\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,395,000,-\",\"price_raw\":1395000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"512031444\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"512031444\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"562m\\u00b2\",\"floor_area_raw\":562,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650373,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/a2dee6a5-f82d-4754-ba3f-33fd5fd5e5c8_Size1920x1080-4.jpg\",\"address\":\"620510070 - Kv\\u00e6rsgade 9-13, 6300 Gr\\u00e5sten\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/620510070-kvaersgade-9-13-6300-grasten\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,000,000,-\",\"price_raw\":1000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"620510070\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"620510070\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"1,307m\\u00b2\",\"floor_area_raw\":1307,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650374,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/8416111a-663b-44fb-9021-b4452da21072_Size1920x1080-4.jpg\",\"address\":\"474012894 - Havnevej 3, 4300 Holb\\u00e6k\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/474012894-havnevej-3-4300-holbaek\\\/\",\"aconto\":\"-\",\"price\":\"kr.  20,000,000,-\",\"price_raw\":20000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"474012894\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"474012894\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"417m\\u00b2\",\"floor_area_raw\":417,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650375,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/77a420ff-b4d1-4706-bb0f-dd95064014aa_Size1920x1080-4.jpg\",\"address\":\"641011152 - Torvet 8, 6300 Gr\\u00e5sten\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/641011152-torvet-8-6300-grasten\\\/\",\"aconto\":\"-\",\"price\":\"kr.  17,500,000,-\",\"price_raw\":17500000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"641011152\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"641011152\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,400m\\u00b2\",\"floor_area_raw\":2400,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650376,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/750b54a1-9e75-4222-831b-c4ae5cb178d3_Size1920x1080-4.jpg\",\"address\":\"91205991 - John F. Kennedys Plads 41 1, 9000 Aalborg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91205991-john-f-kennedys-plads-41-1-9000-aalborg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,000,000,-\",\"price_raw\":6000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91205991\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91205991\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"492m\\u00b2\",\"floor_area_raw\":492,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650377,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/f857fa23-1270-42d0-b441-698702718546_Size1920x1080-4.jpg\",\"address\":\"70900608 - Str\\u00f8get 13, 7280 S\\u00f8nder Felding\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/70900608-stroget-13-7280-sonder-felding\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,250,000,-\",\"price_raw\":2250000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"70900608\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"70900608\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Lager\\\/Produktion\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"676m\\u00b2\",\"floor_area_raw\":676,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650378,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/3922e003-f94d-4b7d-997f-0c8d90e79dea_Size1920x1080-4.jpg\",\"address\":\"91400336 - Tannisbugtvej 59, 9881 Bindslev\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91400336-tannisbugtvej-59-9881-bindslev\\\/\",\"aconto\":\"-\",\"price\":\"kr.  1,595,000,-\",\"price_raw\":1595000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91400336\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91400336\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"300m\\u00b2\",\"floor_area_raw\":300,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650379,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/5cbc4188-5187-4b01-b295-94c720fd9199_Size1920x1080-4.jpg\",\"address\":\"91205755 - S\\u00f8ndre Bygade 12, 9280 Storvorde\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91205755-sondre-bygade-12-9280-storvorde\\\/\",\"aconto\":\"-\",\"price\":\"kr.  2,600,000,-\",\"price_raw\":2600000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91205755\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91205755\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"460m\\u00b2\",\"floor_area_raw\":460,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650380,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/97999861-6c86-48aa-97ca-422c9f7a2a07_Size1920x1080-4.jpg\",\"address\":\"67001068 - Fiskerihavnsgade 6, 6700 Esbjerg\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/67001068-fiskerihavnsgade-6-6700-esbjerg\\\/\",\"aconto\":\"-\",\"price\":\"kr.  3,190,000,-\",\"price_raw\":3190000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"67001068\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"67001068\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":null,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"387m\\u00b2\",\"floor_area_raw\":387,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650381,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/c5e88817-3670-4ea4-9e5b-66168f4916fb_Size1920x1080-4.jpg\",\"address\":\"91400046 - Rubjergvej 21, 9800 Hj\\u00f8rring\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/91400046-rubjergvej-21-9800-hjorring\\\/\",\"aconto\":\"-\",\"price\":\"kr.  15,000,000,-\",\"price_raw\":15000000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"91400046\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"91400046\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Blandet ejendom\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":false,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"2,386m\\u00b2\",\"floor_area_raw\":2386,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null},{\"ID\":650382,\"ultimate_fallback\":false,\"img\":\"https:\\\/\\\/edchotels.com\\\/wp-content\\\/uploads\\\/sites\\\/106\\\/2026\\\/04\\\/9d0e9d61-ebc4-4d10-abb3-cbf75196c88a_Size1920x1080-4.jpg\",\"address\":\"47301167 - Baneg\\u00e5rdspladsen 10, 4700 N\\u00e6stved\",\"city\":\"\",\"url\":\"https:\\\/\\\/edchotels.com\\\/en\\\/property\\\/47301167-banegardspladsen-10-4700-naestved\\\/\",\"aconto\":\"-\",\"price\":\"kr.  6,800,000,-\",\"price_raw\":6800000,\"monthly_rent\":\"-\",\"monthly_rent_raw\":null,\"size\":\"-\",\"size_raw\":0,\"date_available\":\"Date\",\"rooms\":22,\"number\":\"-\",\"case_number\":\"47301167\",\"status\":{\"name\":\"available\",\"value\":\"Available\"},\"status_index\":0,\"coop_deposit\":\"-\",\"deposit\":\"-\",\"uid\":\"47301167\",\"sale_type\":\"Sale\",\"commercial_annual_rent\":\"kr. 0,-\\\/year\",\"commercial_total_floor_area\":\"-\",\"licitation_edc_property_min_price\":\"-\",\"licitation_edc_property_deadline\":null,\"custom_field_1\":null,\"custom_field_2\":null,\"category\":\"Hotel &amp; Restaurant\",\"type\":\"Hotel & Restaurant\",\"balcony_size\":null,\"floors\":null,\"area\":\"-\",\"ground_area\":\"-\",\"energy_label\":null,\"pets\":null,\"parking\":null,\"latitude\":\"#NAME?\",\"longitude\":\"#NAME?\",\"stage\":null,\"stage_status\":null,\"gross\":null,\"net\":null,\"monthly_expense\":null,\"down_payment\":null,\"date_reserved\":null,\"date_sold\":null,\"extra_floor_plans\":false,\"opening_hours\":null,\"annual_rent_per_m2\":null,\"annual_operating_costs\":null,\"annual_operating_costs_per_m2\":null,\"annual_gross_rent\":null,\"annual_gross_rent_per_m2\":null,\"aconto_heat\":null,\"aconto_electricity\":null,\"floor_area\":\"584m\\u00b2\",\"floor_area_raw\":584,\"constructed_area\":\"-\",\"business_area\":\"-\",\"office_area\":\"-\",\"covered_by_energy_label\":null,\"building_year\":null,\"alternative_types_of_use\":null,\"heating_type\":null,\"vat_registered\":null}],\n            sortOptions: [{\"label\":\"Status: Ledige f\\u00f8rst\",\"value\":\"status_index-asc\"},{\"label\":\"St\\u00f8rrelse: Mindste f\\u00f8rst\",\"value\":\"size_raw-asc\"},{\"label\":\"St\\u00f8rrelse: St\\u00f8rste f\\u00f8rst\",\"value\":\"size_raw-desc\"},{\"label\":\"V\\u00e6relser: F\\u00e6rreste f\\u00f8rst\",\"value\":\"rooms-asc\"},{\"label\":\"V\\u00e6relser: Fleste f\\u00f8rst\",\"value\":\"rooms-desc\"},{\"label\":\"Pris: Laveste f\\u00f8rst\",\"value\":\"price_raw-asc\"},{\"label\":\"Pris: H\\u00f8jeste f\\u00f8rst\",\"value\":\"price_raw-desc\"}],\n            tableColumns: {\"case_number\":{\"label\":\"Case Number\",\"width\":null,\"enabled\":true,\"list_order\":\"1\"},\"address\":{\"label\":\"Address\",\"width\":null,\"enabled\":true,\"list_order\":\"2\"},\"type\":{\"label\":\"Type\",\"width\":null,\"enabled\":true,\"list_order\":\"3\"},\"size\":{\"label\":\"Size\",\"width\":null,\"enabled\":true,\"list_order\":\"4\"},\"monthly_rent\":{\"label\":\"Kontantpris\",\"width\":null,\"enabled\":true,\"list_order\":\"5\"},\"status\":{\"label\":\"Status\",\"width\":null,\"enabled\":true,\"list_order\":\"6\"},\"net\":{\"label\":\"Net\",\"width\":null,\"enabled\":false,\"list_order\":null},\"area\":{\"label\":\"Area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"pets\":{\"label\":\"Pets\",\"width\":null,\"enabled\":false,\"list_order\":null},\"gross\":{\"label\":\"Gross\",\"width\":null,\"enabled\":false,\"list_order\":null},\"price\":{\"label\":\"Price\",\"width\":null,\"enabled\":false,\"list_order\":null},\"rooms\":{\"label\":\"Rooms\",\"width\":null,\"enabled\":false,\"list_order\":null},\"stage\":{\"label\":\"Stage\",\"width\":null,\"enabled\":false,\"list_order\":null},\"aconto\":{\"label\":\"Aconto\",\"width\":null,\"enabled\":false,\"list_order\":null},\"floors\":{\"label\":\"Floors\",\"width\":null,\"enabled\":false,\"list_order\":null},\"number\":{\"label\":\"Number\",\"width\":null,\"enabled\":false,\"list_order\":null},\"deposit\":{\"label\":\"Deposit\",\"width\":null,\"enabled\":false,\"list_order\":null},\"parking\":{\"label\":\"Parking\",\"width\":null,\"enabled\":false,\"list_order\":null},\"category\":{\"label\":\"Category\",\"width\":null,\"enabled\":false,\"list_order\":null},\"latitude\":{\"label\":\"Latitude\",\"width\":null,\"enabled\":false,\"list_order\":null},\"date_sold\":{\"label\":\"Date sold\",\"width\":null,\"enabled\":false,\"list_order\":null},\"longitude\":{\"label\":\"Longitude\",\"width\":null,\"enabled\":false,\"list_order\":null},\"sale_type\":{\"label\":\"Sale type\",\"width\":null,\"enabled\":false,\"list_order\":null},\"facilities\":{\"label\":\"Facilities\",\"width\":null,\"enabled\":false,\"list_order\":null},\"floor_area\":{\"label\":\"Floor area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"floor_plan\":{\"label\":\"floor_plan\",\"width\":null,\"enabled\":false,\"list_order\":null},\"aconto_heat\":{\"label\":\"Aconto heat\",\"width\":null,\"enabled\":false,\"list_order\":null},\"annual_rent\":{\"label\":\"Annual Rent\",\"width\":null,\"enabled\":false,\"list_order\":null},\"ground_area\":{\"label\":\"Ground area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"office_area\":{\"label\":\"Office area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"project_uid\":{\"label\":\"project_uid\",\"width\":null,\"enabled\":false,\"list_order\":null},\"balcony_size\":{\"label\":\"Balcony size\",\"width\":null,\"enabled\":false,\"list_order\":null},\"down_payment\":{\"label\":\"Down payment\",\"width\":null,\"enabled\":false,\"list_order\":null},\"energy_label\":{\"label\":\"Energy label\",\"width\":null,\"enabled\":false,\"list_order\":null},\"heating_type\":{\"label\":\"Heating type\",\"width\":null,\"enabled\":false,\"list_order\":null},\"stage_status\":{\"label\":\"Stage status\",\"width\":null,\"enabled\":false,\"list_order\":null},\"building_year\":{\"label\":\"Building year\",\"width\":null,\"enabled\":false,\"list_order\":null},\"business_area\":{\"label\":\"Business area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"case_material\":{\"label\":\"case_material\",\"width\":null,\"enabled\":false,\"list_order\":null},\"date_reserved\":{\"label\":\"Date reserved\",\"width\":null,\"enabled\":false,\"list_order\":null},\"minimum_price\":{\"label\":\"Minimum price\",\"width\":null,\"enabled\":false,\"list_order\":null},\"custom_field_1\":{\"label\":\"custom_field_1\",\"width\":null,\"enabled\":false,\"list_order\":null},\"custom_field_2\":{\"label\":\"custom_field_2\",\"width\":null,\"enabled\":false,\"list_order\":null},\"date_available\":{\"label\":\"Date Available\",\"width\":null,\"enabled\":false,\"list_order\":null},\"vat_registered\":{\"label\":\"VAT registered\",\"width\":null,\"enabled\":false,\"list_order\":null},\"monthly_expense\":{\"label\":\"Monthly expense\",\"width\":null,\"enabled\":false,\"list_order\":null},\"constructed_area\":{\"label\":\"Constructed area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"total_floor_area\":{\"label\":\"Total floor area\",\"width\":null,\"enabled\":false,\"list_order\":null},\"annual_gross_rent\":{\"label\":\"Annual gross rent\",\"width\":null,\"enabled\":false,\"list_order\":null},\"aconto_electricity\":{\"label\":\"Aconto electricity\",\"width\":null,\"enabled\":false,\"list_order\":null},\"annual_rent_per_m2\":{\"label\":\"Annual rent per m2\",\"width\":null,\"enabled\":false,\"list_order\":null},\"deadline_for_offer\":{\"label\":\"Deadline for offer\",\"width\":null,\"enabled\":false,\"list_order\":null},\"cooperative_deposit\":{\"label\":\"Cooperative deposit\",\"width\":null,\"enabled\":false,\"list_order\":null},\"annual_operating_costs\":{\"label\":\"Annual operating costs\",\"width\":null,\"enabled\":false,\"list_order\":null},\"covered_by_energy_label\":{\"label\":\"Covered by energy label\",\"width\":null,\"enabled\":false,\"list_order\":null},\"alternative_types_of_use\":{\"label\":\"Alternative types of use\",\"width\":null,\"enabled\":false,\"list_order\":null},\"annual_gross_rent_per_m2\":{\"label\":\"Annual gross rent per m2\",\"width\":null,\"enabled\":false,\"list_order\":null},\"annual_operating_costs_per_m2\":{\"label\":\"Annual operating costs per m2\",\"width\":null,\"enabled\":false,\"list_order\":null}},\n            facetMapping: {\"available\":\"Ledig\",\"reserved\":\"Reserveret\",\"rented\":\"Udlejet\",\"sold\":\"Solgt\",\"offer\":\"K\\u00f8bstilbud\",\"lease\":\"Lejekontrakt underskrevet\",\"sale\":\"Salg\",\"rent\":\"Udleje\",\"commercial_lease\":\"Erhvervslejem\\u00e5l\",\"coop\":\"Andelslejlighed\",\"licitation\":\"Licitation\",\"status\":\"Status\",\"rooms\":\"V\\u00e6relser\",\"size\":\"St\\u00f8rrelse\",\"price\":\"Pris\",\"monthly_rent\":\"Mdl. leje\",\"sale_type\":\"Type\"},\n            boundaries: {\"edc_project_min_monthly_rent\":5000,\"edc_project_max_monthly_rent\":25000,\"edc_project_min_price\":1,\"edc_project_max_price\":65691286,\"edc_project_min_size\":50,\"edc_project_max_size\":250,\"edc_project_min_rooms\":22,\"edc_project_max_rooms\":22},\n            modes: [\"cards\"],\n            mode: 'cards',\n            defaultMode: 'cards',\n            modeBeforeMap: null,\n\n            \/\/ Map state\n            mapVisible: false,\n            mapPosition: 'right',\n            mapReady: false,\n            map: null,\n            mapMarkers: [],\n            mapInfoWindow: null,\n            highlightedPropertyId: null,\n            projectLat: 55.676098,\n            projectLng: 12.568337,\n            isResetting: false,\n            isLoading: false,\n            isEmpty: false,\n            adminUrl: 'https:\/\/edchotels.com\/wp-admin\/admin-ajax.php',\n            feedId: 649135,\n            blockId: '69cbb7ee22526',\n            projectType: null,\n            count: 0,\n            count_available: 0,\n            count_reserved: 0,\n            count_sold: 0,\n            type: null,\n            availability: null,\n            min_rooms: null,\n            max_rooms: null,\n            min_price: null,\n            max_price: null,\n            min_monthly_rent: null,\n            max_monthly_rent: null,\n            min_size: null,\n            max_size: null,\n            defaultsLoaded: false,\n            sortBy: 'status_index-asc',\n\n            setSearchParams() {\n                let params = new URLSearchParams(window.location.search);\n\n                if (this.sortBy !== this.sortOptions[0].value) {\n                    params.set('sort', this.sortBy);\n                } else {\n                    params.delete('sort');\n                }\n\n                if (this.mode !== this.defaultMode) {\n                    params.set('view', this.mode);\n                } else {\n                    params.delete('view');\n                }\n\n                if (this.min_rooms) {\n                    params.set('min_rooms', this.min_rooms);\n                } else {\n                    params.delete('min_rooms');\n                }\n\n                if (this.max_rooms) {\n                    params.set('max_rooms', this.max_rooms);\n                } else {\n                    params.delete('max_rooms');\n                }\n\n                if (this.min_price) {\n                    params.set('min_price', this.min_price);\n                } else {\n                    params.delete('min_price');\n                }\n\n                if (this.max_price) {\n                    params.set('max_price', this.max_price);\n                } else {\n                    params.delete('max_price');\n                }\n\n                if (this.min_monthly_rent) {\n                    params.set('min_rent', this.min_monthly_rent);\n                } else {\n                    params.delete('min_rent');\n                }\n\n                if (this.max_monthly_rent) {\n                    params.set('max_rent', this.max_monthly_rent);\n                } else {\n                    params.delete('max_rent');\n                }\n\n                if (this.min_size) {\n                    params.set('min_size', this.min_size);\n                } else {\n                    params.delete('min_size');\n                }\n\n                if (this.max_size) {\n                    params.set('max_size', this.max_size);\n                } else {\n                    params.delete('max_size');\n                }\n\n                if (this.availability) {\n                    params.set('availability', this.availability);\n                } else {\n                    params.delete('availability');\n                }\n\n                if (this.type) {\n                    params.set('type', this.type);\n                } else {\n                    params.delete('type');\n                }\n\n                queryString = params.toString();\n\n                if (queryString) {\n                    window.history.replaceState({}, '', window.location.pathname + '?' + queryString);\n                } else {\n                    window.history.replaceState({}, '', window.location.pathname);\n                }\n            },\n\n            applySort() {\n                const [sortKey, sortOrder] = this.sortBy.split('-');\n\n                this.properties.sort((a, b) => {\n                    if (sortOrder === 'asc') {\n                        return a[sortKey] > b[sortKey] ? 1 : -1;\n                    } else {\n                        return a[sortKey] < b[sortKey] ? 1 : -1;\n                    }\n                });\n\n                this.setSearchParams();\n            },\n\n            formatPrice(value) {\n                if (value === null || value === undefined) {\n                    return '';\n                }\n\n                if (value >= 1000000) {\n                    return (value \/ 1000000).toLocaleString('da-DK', { minimumFractionDigits: 0, maximumFractionDigits: 1 }) + 'M';\n                } else if (value >= 1000) {\n                    return (value \/ 1000).toLocaleString('da-DK', { minimumFractionDigits: 0, maximumFractionDigits: 1 }) + 'k';\n                }\n                return value.toLocaleString('da-DK');\n            },\n\n            filtersActive() {\n                return this.min_rooms || this.max_rooms || this.min_price || this.max_price || this.min_monthly_rent || this.max_monthly_rent || this.min_size || this.max_size || this.type || this.availability;\n            },\n\n            activeFilterCount() {\n                let count = 0;\n\n                if (this.min_rooms) count++;\n                if (this.max_rooms) count++;\n                if (this.min_price) count++;\n                if (this.max_price) count++;\n                if (this.min_monthly_rent) count++;\n                if (this.max_monthly_rent) count++;\n                if (this.min_size) count++;\n                if (this.max_size) count++;\n                if (this.type) count++;\n                if (this.availability) count++;\n\n                return count;\n            },\n\n            init() {\n                this.applySort();\n                this.createSliders();\n                setTimeout(() => {\n                    this.defaultsLoaded = true;\n                }, 0);\n\n                this.$watch('mode', (value) => {\n                    this.setSearchParams();\n                });\n\n                \/\/ Init map if it should be visible on load\n                if (this.mapVisible) {\n                    this.$nextTick(() => this.initMap());\n                }\n            },\n\n            createSliders() {\n                this.createRangeSlider('size', 'edc_project_min_size', 'edc_project_max_size', 'min_size', 'max_size')\n                this.createRangeSlider('price', 'edc_project_min_price', 'edc_project_max_price', 'min_price', 'max_price', 100000)\n                this.createRangeSlider('rent', 'edc_project_min_monthly_rent', 'edc_project_max_monthly_rent', 'min_monthly_rent', 'max_monthly_rent', 100)\n                this.createRangeSlider('rooms', 'edc_project_min_rooms', 'edc_project_max_rooms', 'min_rooms', 'max_rooms')\n            },\n\n            createRangeSlider(name, boundary_min_key, boundary_max_key, min_key, max_key, step = 1) {\n                const slider = document.getElementById('slider-' + name + '-' + this.blockId);\n\n                if (!slider) {\n                    return;\n                }\n\n                const min = parseInt(this.boundaries[boundary_min_key]);\n                const max = parseInt(this.boundaries[boundary_max_key]);\n\n                window.noUiSlider.create(slider, {\n                    start: [this[min_key] || min, this[max_key] || max],\n                    connect: true,\n                    range: {\n                        'min': min,\n                        'max': max\n                    },\n                    step: step,\n                    format: {\n                        to: (value) => {\n                            return parseInt(Math.round(value, 0));\n                        },\n                        from: (value) => {\n                            return parseInt(Math.round(value, 0));\n                        }\n                    },\n                });\n\n                slider.noUiSlider.on('update', (values) => {\n                    if (!this.defaultsLoaded) {\n                        return;\n                    }\n\n                    this.handleSliderUpdate(slider, values, min_key, max_key);\n                });\n\n                slider.noUiSlider.on('change', (values) => {\n                    this.onFilter();\n                });\n\n                this.$watch(min_key, (value) => {\n                    this.handleMinChange(slider, value);\n                });\n\n                this.$watch(max_key, (value) => {\n                    this.handleMaxChange(slider, value);\n                });\n            },\n\n            handleSliderUpdate(slider, values, min_key, max_key) {\n                if (this.isResetting) {\n                    return;\n                }\n\n                const {min, max} = slider.noUiSlider.options.range;\n\n                let newMin = values[0] === min ? null : values[0];\n                let newMax = values[1] === max ? null : values[1];\n\n                if (newMin > max || newMax > max) {\n                    return;\n                }\n\n                let updateMin = true;\n                let updateMax = true;\n\n                if (newMin === null && (parseInt(this[min_key]) <= min || this[min_key] === '')) {\n                    updateMin = false;\n                }\n                if (parseInt(this[min_key]) > max && newMin === max) {\n                    updateMin = false;\n                }\n                if (updateMin) {\n                    this[min_key] = newMin;\n                }\n\n                if (newMax === null && (parseInt(this[max_key]) >= max || this[max_key] === '')) {\n                    updateMax = false;\n                }\n\n                if (updateMax) {\n                    this[max_key] = newMax;\n                }\n            },\n\n            handleMinChange(slider, value) {\n                const [from, to] = slider.noUiSlider.get();\n                const {min, max} = slider.noUiSlider.options.range;\n                const step = slider.noUiSlider.options.step;\n\n                if (this.isResetting) {\n                    slider.noUiSlider.set([min, max]);\n                    return;\n                }\n\n                if (value === null || value === undefined) {\n                    slider.noUiSlider.set([min, to]);\n                    return;\n                }\n\n                let newValue = !value ? 0 : value;\n\n                if (newValue > max) {\n                    newValue = max;\n                }\n\n                if (from === newValue) {\n                    return;\n                }\n\n                if (newValue < min || newValue > to) {\n                    return;\n                }\n\n                if (newValue % step !== 0) {\n                    return;\n                }\n\n                slider.noUiSlider.set([newValue, to]);\n            },\n\n            handleMaxChange(slider, value) {\n                const [from, to] = slider.noUiSlider.get();\n                const {min, max} = slider.noUiSlider.options.range;\n                const step = slider.noUiSlider.options.step;\n\n                if (this.isResetting) {\n                    slider.noUiSlider.set([min, max]);\n                    return;\n                }\n\n                let newValue = !value ? max : value;\n\n                if (newValue > max) {\n                    newValue = max;\n                }\n\n                if (to === newValue) {\n                    return;\n                }\n\n                if (newValue < min || newValue < from) {\n                    return;\n                }\n\n                if (newValue % step !== 0) {\n                    return;\n                }\n\n                slider.noUiSlider.set([from, newValue]);\n            },\n\n            displayProperty(property) {\n                if (window.innerWidth < 768) {\n                    window.location.href = property.url;\n                    return;\n                }\n\n                isomodal.dispatchEvent(new CustomEvent('isomodal', {detail: { open: true, isLoading: true }, bubbles: true }));\n                fetch(this.adminUrl, {\n                    method: 'POST',\n                    credentials: 'same-origin',\n                    headers: {\n                        'Content-Type': 'application\/x-www-form-urlencoded',\n                        'Cache-Control': 'no-cache',\n                    },\n                    body: new URLSearchParams({\n                        action: 'load_property',\n                        uid: property.uid\n                    })\n                }).then(response => {\n                    return response.json();\n                })\n                  .then(response => {\n                    if (response) {\n                        isomodal.dispatchEvent(new CustomEvent('isomodal', { detail: {open: true, isLoading: false, properties: response}, bubbles: true}));\n                    }\n                  }).catch(err => {\n                    console.log(err);\n                  });\n            },\n\n            getStatusClass(status) {\n                if (status === 'sold' || status === 'rented') {\n                    return 'before:bg-danger';\n                } else if (status === 'reserved' || status === 'lease') {\n                    return 'before:bg-alert';\n                } else if (status === 'available') {\n                    return 'before:bg-success';\n                }\n                return '';\n            },\n\n            getPropertyValue(property, key) {\n                if (['monthly_rent', 'deposit', 'aconto', 'annual_rent', 'minimum_price', 'cooperative_deposit', 'price'].includes(key)) {\n                    return property.status.name !== 'available' ? '-' : property[key];\n                }\n                return property[key] == 0 || property[key] == null || property[key] === 'null' ? '-' : property[key];\n            },\n\n            updateCount() {\n                this.count = this.properties.length;\n\n                \/\/Filling object beforehand, to prevent NaN\n                var obj={available : 0, sold : 0, rented : 0, lease : 0, reserved : 0, offer : 0};\n                this.properties.forEach(function(item){\n                    obj[item.status.name]? obj[item.status.name]++ : obj[item.status.name]=1;\n                });\n\n                this.count_available = obj.available;\n                this.count_reserved = obj.reserved;\n                this.count_sold = (obj.sold + obj.rented + obj.lease);\n            },\n\n            onFilter() {\n                let filters = {\n                    min_rooms: this.min_rooms,\n                    max_rooms: this.max_rooms,\n                    min_size: this.min_size,\n                    max_size: this.max_size,\n                    min_monthly_rent: this.min_monthly_rent,\n                    max_monthly_rent: this.max_monthly_rent,\n                    min_price: this.min_price,\n                    max_price: this.max_price\n                };\n\n                filters = Object.entries(filters).map(([key, value]) => {\n                    if (value !== null) {\n                        value = value.toString().replace(\/[.,]\/g, '');\n                    }\n                    return {\n                        id: key,\n                        value: value\n                    };\n                });\n\n                filters.push({\n                    id: 'type',\n                    value: this.type\n                });\n                filters.push({\n                    id: 'availability',\n                    value: this.availability\n                });\n\n                this.fetchProperties(filters);\n            },\n\n            fetchProperties(filters = null) {\n                this.isLoading = true;\n                this.isEmpty = false;\n                this.properties = [];\n                this.propertiesTable = [];\n\n                const form = new FormData();\n                form.append('action', 'apply_filters');\n                form.append('feed_id', this.feedId);\n                form.append('project_type', this.projectType || '');\n\n                if (filters) {\n                    form.append('filters', JSON.stringify(filters));\n                }\n\n                const params = new URLSearchParams(form);\n\n                fetch(this.adminUrl, {\n                    method: 'POST',\n                    credentials: 'same-origin',\n                    headers: {\n                        'Content-Type': 'application\/x-www-form-urlencoded',\n                        'Cache-Control': 'no-cache',\n                    },\n                    body: params\n                }).then(response => {\n                    return response.json();\n                })\n                  .then(response => {\n                    if (response) {\n                        this.properties = response;\n                        this.propertiesTable = response;\n                        this.applySort();\n                    } else {\n                        this.setSearchParams();\n                    }\n\n                    this.isEmpty = this.properties.length === 0;\n\n                    this.updateCount();\n\n                    const uids = this.properties.map(property => property.uid);\n\n                    document.querySelectorAll('.imp-w-property-archive .imp-container .imp-object-poly')\n                        .forEach(\n                            function(item) {\n                                if (uids.includes(item.getAttribute('data-title'))) {\n                                    item.classList.remove('filtered_out');\n                                } else {\n                                    \/\/ item.classList.add('filtered_out');\n                                }\n                            }\n                        );\n\n                    this.isLoading = false;\n\n                    setTimeout(() => {\n                        window.tableFilter();\n                        if (window.lucide) {\n                            window.lucide.createIcons({ icons: window.lucide.icons });\n                        }\n                        if (this.mapVisible && this.map) {\n                            this.updateMarkers();\n                        }\n                    }, 0);\n\n                  }).catch(err => {\n                    console.log(err);\n                    this.isLoading = false;\n                  });\n            },\n\n            resetFilter() {\n                if (this.isLoading) {\n                    return;\n                }\n\n                this.isResetting = true;\n\n                this.min_size = null;\n                this.max_size = null;\n                this.min_price = null;\n                this.max_price = null;\n                this.min_monthly_rent = null;\n                this.max_monthly_rent = null;\n                this.min_rooms = null;\n                this.max_rooms = null;\n                this.type = null;\n                this.availability = null;\n\n                this.fetchProperties();\n\n                setTimeout(() => {\n                    this.isResetting = false;\n                }, 0);\n            },\n\n            removeFilter(filter) {\n                this[filter] = null;\n                this.onFilter();\n            },\n\n            \/\/ --- Google Maps methods ---\n\n            toggleMap() {\n                if (!this.mapVisible) {\n                    this.modeBeforeMap = this.mode;\n                    this.mode = 'cards';\n                    this.mapVisible = true;\n                    this.$nextTick(() => this.initMap());\n                } else {\n                    this.mapVisible = false;\n                    if (this.modeBeforeMap) {\n                        this.mode = this.modeBeforeMap;\n                        this.modeBeforeMap = null;\n                    }\n                }\n            },\n\n            initMap() {\n                if (this.map) {\n                    this.updateMarkers();\n                    return;\n                }\n\n                if (typeof google === 'undefined' || !google.maps) {\n                    console.warn('Google Maps API not loaded');\n                    return;\n                }\n\n                const container = this.$refs.mapContainer;\n                if (!container) return;\n\n                this.map = new google.maps.Map(container, {\n                    center: { lat: this.projectLat, lng: this.projectLng },\n                    zoom: 14,\n                    mapTypeControl: false,\n                    streetViewControl: false,\n                    fullscreenControl: true,\n                });\n\n                this.mapInfoWindow = new google.maps.InfoWindow();\n                this.mapReady = true;\n                this.updateMarkers();\n            },\n\n            getMarkerColor(status) {\n                switch (status) {\n                    case 'available': return '#22c55e';\n                    case 'reserved':\n                    case 'offer':\n                    case 'lease': return '#f59e0b';\n                    case 'sold':\n                    case 'rented': return '#ef4444';\n                    default: return '#6b7280';\n                }\n            },\n\n            getMarkerIcon(status) {\n                const color = this.getMarkerColor(status);\n                return {\n                    path: google.maps.SymbolPath.CIRCLE,\n                    fillColor: color,\n                    fillOpacity: 1,\n                    strokeColor: '#ffffff',\n                    strokeWeight: 2,\n                    scale: 8,\n                };\n            },\n\n            updateMarkers() {\n                if (!this.map) return;\n\n                \/\/ Clear existing markers\n                this.mapMarkers.forEach(m => m.setMap(null));\n                this.mapMarkers = [];\n\n                const bounds = new google.maps.LatLngBounds();\n                let hasMarkers = false;\n\n                this.properties.forEach(property => {\n                    const lat = parseFloat(property.latitude);\n                    const lng = parseFloat(property.longitude);\n\n                    if (!lat || !lng || isNaN(lat) || isNaN(lng)) return;\n\n                    const position = { lat, lng };\n                    const marker = new google.maps.Marker({\n                        position,\n                        map: this.map,\n                        icon: this.getMarkerIcon(property.status.name),\n                        title: property.address,\n                        optimized: true,\n                    });\n\n                    marker.propertyId = property.ID;\n\n                    marker.addListener('click', () => {\n                        const statusLabel = this.facetMapping[property.status.name] || property.status.name;\n                        const price = property.price && property.price !== '-' ? property.price : '';\n                        const size = property.size && property.size !== '-' ? property.size : '';\n\n                        let content = `<div style=\"max-width:220px;font-family:inherit;\">`;\n                        content += `<p style=\"font-weight:600;margin:0 0 4px;\">${property.address}<\/p>`;\n                        if (price) content += `<p style=\"margin:0 0 2px;font-size:13px;\">${price}<\/p>`;\n                        if (size) content += `<p style=\"margin:0 0 2px;font-size:13px;\">${size}<\/p>`;\n                        content += `<p style=\"margin:0;font-size:12px;color:${this.getMarkerColor(property.status.name)};\">${statusLabel}<\/p>`;\n                        content += `<\/div>`;\n\n                        this.mapInfoWindow.setContent(content);\n                        this.mapInfoWindow.open(this.map, marker);\n\n                        \/\/ Scroll to property card\n                        this.scrollToProperty(property.ID);\n                    });\n\n                    marker.addListener('mouseover', () => {\n                        this.highlightedPropertyId = property.ID;\n                    });\n\n                    marker.addListener('mouseout', () => {\n                        this.highlightedPropertyId = null;\n                    });\n\n                    this.mapMarkers.push(marker);\n                    bounds.extend(position);\n                    hasMarkers = true;\n                });\n\n                if (hasMarkers) {\n                    this.map.fitBounds(bounds);\n                    const listener = google.maps.event.addListener(this.map, 'idle', () => {\n                        if (this.map.getZoom() > 17) this.map.setZoom(17);\n                        google.maps.event.removeListener(listener);\n                    });\n                }\n            },\n\n            scrollToProperty(propertyId) {\n                const card = document.querySelector(`[data-property-id=\"${propertyId}\"]`);\n                if (card) {\n                    card.scrollIntoView({ behavior: 'smooth', block: 'center' });\n                    card.classList.add('ring-2', 'ring-primary');\n                    setTimeout(() => card.classList.remove('ring-2', 'ring-primary'), 2000);\n                }\n            },\n\n            highlightMarker(propertyId) {\n                this.mapMarkers.forEach(marker => {\n                    if (marker.propertyId === propertyId) {\n                        marker.setAnimation(google.maps.Animation.BOUNCE);\n                        setTimeout(() => marker.setAnimation(null), 700);\n                    }\n                });\n            }\n        }))\n    })\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"class_list":["post-648475","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/pages\/648475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/comments?post=648475"}],"version-history":[{"count":30,"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/pages\/648475\/revisions"}],"predecessor-version":[{"id":650065,"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/pages\/648475\/revisions\/650065"}],"wp:attachment":[{"href":"https:\/\/edchotels.com\/en\/wp-json\/wp\/v2\/media?parent=648475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}