{"id":196065,"date":"2024-10-18T08:52:57","date_gmt":"2024-10-18T08:52:57","guid":{"rendered":"https:\/\/kodulahe.arcovara.com\/location\/"},"modified":"2026-07-27T11:46:58","modified_gmt":"2026-07-27T11:46:58","slug":"location","status":"publish","type":"page","link":"https:\/\/kodulahe.arcovara.com\/en\/location\/","title":{"rendered":"Location"},"content":{"rendered":"    <section class=\"block hero \">\r\n        <div class=\"hero__slider swiper-container\">\r\n            <div class=\"swiper-wrapper\">\r\n                                    <div class=\"swiper-slide\">\r\n                                                   <img decoding=\"async\" src=\"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2026\/07\/dsc8214-1-scaled.jpg\" alt=\"\">\r\n                                            <\/div>\r\n                \t\r\n            <\/div>\r\n\r\n            <div class=\"swiper-pagination\"><\/div>\r\n        <\/div>\r\n        <div class=\"container\">\r\n             \r\n            <div class=\"hero__content full-width\">\r\n\r\n                \r\n                \r\n                            \r\n                <div class=\"hero__text \">\r\n                                            <h1 class=\"title\">Kodulahe \u2013 an oasis on the border of Haabersti and P\u00f5hja-Tallinn<\/h1>\r\n                                                                            <\/div>\r\n                \r\n            <\/div>\r\n        <\/div>\r\n       \r\n    <\/section>\r\n\n\n<section class=\"block center-text\">\r\n    <div class=\"container\">\r\n        <div class=\"center-text_content\">\r\n            <h2 class=\"p1\">At Kodulahe, you live in harmony with the nature<\/h2>\n<p class=\"p1\">Kodulahe is located in the naturally beautiful Merimetsa area \u2013 between Haabersti and P\u00f5hja-Tallinn, on the border of the sea and the forest. Here, it\u2019s easy to forget that Tallinn\u2019s city centre is just 10 minutes away. The surroundings of Kodulahe inspire an active lifestyle: walking along the beach, swimming or surfing in the sea, running in the forest, or cycling and rollerblading along the seaside promenade. This is not just a new development on the edge of a forest, but a complete living environment, where even a cozy bakery and a pizzeria are part of everyday life. Kodulahe has become a safe and well-rounded community where over 300 families have found their home.<\/p>\n        <\/div>\r\n    <\/div>\r\n<\/section>\n\n<section class=\"block block-map\">\r\n    <div id=\"location-map\" class=\"location-map\"\r\n         data-lat=\"59.432719406550845\"\r\n         data-lng=\"24.680025809719137\"\r\n         data-title=\"Your Marker Title\"\r\n         data-icon=\"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2024\/12\/icon-map-center.svg\">\r\n    <\/div>\r\n    <div class=\"btn-group\">\r\n        <button class=\"btn active\" type=\"button\" data-value=\"education\">Education<\/button>\r\n        <button class=\"btn\" type=\"button\" data-value=\"commerce\">Trade<\/button>\r\n        <button class=\"btn\" type=\"button\" data-value=\"sport_leisure\">sport and leisure<\/button>\r\n        <button class=\"btn\" type=\"button\" data-value=\"transport\">transport<\/button>\r\n    <\/div>\r\n<\/section>\r\n\r\n<script>\r\n\/\/ Wait for Google map to load\r\nfunction initMaps() {\r\n    var mapElement = document.getElementById('location-map');\r\n    var mapLat = parseFloat(mapElement.getAttribute('data-lat'));\r\n    var mapLng = parseFloat(mapElement.getAttribute('data-lng'));\r\n    var mapTitle = mapElement.getAttribute('data-title');\r\n    var centralMarkerIcon = mapElement.getAttribute('data-icon'); \/\/ The icon for the central marker\n\r\n    \/\/ Initialize the map\r\n    var map = new google.maps.Map(mapElement, {\r\n        center: {lat: mapLat, lng: mapLng},\r\n        zoom: 13,\r\n        styles: getMapStyles(),\r\n        disableDefaultUI: true, \/\/ Disconnect the standard map control elements\n    });\r\n\r\n    \/\/ Central marker with icon\r\n    var centralMarker = new google.maps.Marker({\r\n        position: {lat: mapLat, lng: mapLng},\r\n        map: map,\r\n        title: mapTitle,\r\n        icon: centralMarkerIcon, \/\/ The icon for the central marker\n        zIndex: 999 \/\/ Install the high zindex for the central marker\n    });\r\n\r\n    \/\/ Array to store markers\r\n    var markers = [];\r\n\r\n    \/\/ Create markers for other points\r\n                        var marker = {\r\n                position: {lat: parseFloat(\"59.42652943180916\"), lng: parseFloat(\"24.652175098150053\")},\r\n                category: \"commerce\", \/\/ Marker category\n                title: \"Rocca al Mare Centre\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4211313491796\"), lng: parseFloat(\"24.651150374717652\")},\r\n                category: \"commerce\", \/\/ Marker category\n                title: \"Maxima XXX\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.42735072436868\"), lng: parseFloat(\"24.72433789218855\")},\r\n                category: \"commerce\", \/\/ Marker category\n                title: \"Kristiine Centre\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4300555339697\"), lng: parseFloat(\"24.697496681639656\")},\r\n                category: \"commerce\", \/\/ Marker category\n                title: \"Merimetsa Selver\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.40642531302078\"), lng: parseFloat(\"24.65478037119336\")},\r\n                category: \"commerce\", \/\/ Marker category\n                title: \"Random place\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.43136811287255\"), lng: parseFloat(\"24.650118313495497\")},\r\n                category: \"education\", \/\/ Marker category\n                title: \"Rocca al Mare School\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.43448927585942\"), lng: parseFloat(\"24.714946809763287\")},\r\n                category: \"education\", \/\/ Marker category\n                title: \"Pelgulinna Gymnasium\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.420049754834565\"), lng: parseFloat(\"24.65962086473224\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Tallinn Zoo\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.42869199666012\"), lng: parseFloat(\"24.680949908248685\")},\r\n                category: \"education\", \/\/ Marker category\n                title: \"Mustj\u00f5e bus stop\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.42869199666012\"), lng: parseFloat(\"24.680949908248685\")},\r\n                category: \"transport\", \/\/ Marker category\n                title: \"Mustj\u00f5e bus stop\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4299919\"), lng: parseFloat(\"24.6895821\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Caf\u00e9 Karmen\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4266183\"), lng: parseFloat(\"24.6637736\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Veskimetsa Equestrian Centre\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4315296\"), lng: parseFloat(\"24.6379363\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Estonian Open Air Museum\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4321593\"), lng: parseFloat(\"24.6775595\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Viewing platform of the Mustj\u00f5e green area\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4357272\"), lng: parseFloat(\"24.6830667\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Mustj\u00f5e health trail\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4333508\"), lng: parseFloat(\"24.6847198\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Jahu pizza\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n                    var marker = {\r\n                position: {lat: parseFloat(\"59.4407467\"), lng: parseFloat(\"24.6846899\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Stroom playgrounds\"\r\n            };\r\n\r\n            \/\/ Create a regular round marker for each point\r\n            var customMarker = new google.maps.Marker({\r\n                position: marker.position,\r\n                map: map,\r\n                title: marker.title,\r\n                icon: {\r\n                    path: google.maps.SymbolPath.CIRCLE,\r\n                    fillColor: '# 000 ', \/\/ Black filling color\n                    fillOpacity: 1,    \/\/ Complete opacity\n                    strokeColor: '# 000 ', \/\/ Black stroke color\n                    strokeWeight: 1,     \/\/ The thickness of the stroke\n                    scale: 9 \/\/ Circle size (scale = diameter \/ 2, 18 px => 9)\n                },\r\n                visible: false \/\/ We set the visibility in FALSE for all markers by default\n            });\r\n\r\n            \/\/ Add marker to array\r\n            markers.push({\r\n                marker: customMarker,\r\n                category: marker.category\r\n            });\r\n            \r\n    \/\/ Filter markers by category\r\n    document.querySelectorAll('.btn-group .btn').forEach(function(button) {\r\n        button.addEventListener('click', function() {\r\n            var category = button.getAttribute('data-value');\r\n\r\n            \/\/ Change the active button\r\n            document.querySelectorAll('.btn-group .btn').forEach(function(btn) {\r\n                btn.classList.remove('active');\r\n            });\r\n            button.classList.add('active');\r\n\r\n            \/\/ Show\/hide markers depending on the category\r\n            markers.forEach(function(markerObj) {\r\n                if (category === 'all' || markerObj.category === category) {\r\n                    markerObj.marker.setVisible(true); \/\/ Show the marker\n                } else {\r\n                    markerObj.marker.setVisible(false); \/\/ We hide the marker\n                }\r\n            });\r\n        });\r\n    });\r\n\r\n    \/\/ Initialize first display of markers (for category 'education')\r\n    var firstButton = document.querySelector('.btn-group .btn.active');\r\n    if (firstButton) {\r\n        firstButton.click();\r\n    }\r\n}\r\n\r\nfunction getMapStyles() {\r\n    return [\r\n        {\r\n            featureType: 'all',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                saturation: '-100',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'all',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'administrative',\r\n            elementType: 'labels.text.fill',\r\n            stylers: [\r\n            {\r\n                lightness: '-62',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'administrative',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'administrative.province',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'landscape',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            {\r\n                lightness: '100',\r\n            },\r\n            {\r\n                gamma: '10.00',\r\n            },\r\n            {\r\n                saturation: '-100',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'landscape',\r\n            elementType: 'geometry.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'landscape',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'landscape.natural',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                lightness: '70',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi',\r\n            elementType: 'labels.icon',\r\n            stylers: [\r\n            {\r\n                lightness: '-100',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.attraction',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.attraction',\r\n            elementType: 'labels.icon',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.business',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.government',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.medical',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.park',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.place_of_worship',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.school',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'poi.sports_complex',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                lightness: '-100',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road',\r\n            elementType: 'geometry.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            {\r\n                weight: '0.1',\r\n            },\r\n            {\r\n                lightness: '-100',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.highway',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                weight: '1',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.highway',\r\n            elementType: 'geometry.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.highway',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.highway.controlled_access',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.arterial',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                weight: '0.60',\r\n            },\r\n            {\r\n                lightness: '26',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.arterial',\r\n            elementType: 'geometry.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.arterial',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.local',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                weight: '0.38',\r\n            },\r\n            {\r\n                saturation: '0',\r\n            },\r\n            {\r\n                lightness: '75',\r\n            },\r\n            {\r\n                gamma: '0.92',\r\n            },\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.local',\r\n            elementType: 'geometry.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.local',\r\n            elementType: 'labels.text',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            {\r\n                weight: '1',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'road.local',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'transit',\r\n            elementType: 'labels.text',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'transit',\r\n            elementType: 'labels.text.fill',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'transit',\r\n            elementType: 'labels.text.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'off',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'transit',\r\n            elementType: 'labels.icon',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'transit.line',\r\n            elementType: 'geometry.stroke',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'transit.station',\r\n            elementType: 'all',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            ],\r\n        },\r\n        {\r\n            featureType: 'water',\r\n            elementType: 'geometry.fill',\r\n            stylers: [\r\n            {\r\n                visibility: 'on',\r\n            },\r\n            {\r\n                saturation: '-100',\r\n            },\r\n            {\r\n                lightness: '71',\r\n            },\r\n            ],\r\n        },\r\n    ];\r\n}\r\n\/\/ Load Google map (insert your API key)\r\nfunction loadGoogleMapScript() {\r\n    var script = document.createElement('script');\r\n    script.src = 'https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyDxze6vvPXbkcj8-R6HO0jYMopPZahBEqU&callback=initMaps';\r\n    script.async = true;\r\n    document.body.appendChild(script);\r\n}\r\n\r\n\/\/ Load map script on page load\r\nloadGoogleMapScript();\r\n<\/script>\r\n\r\n\r\n\r\n\r\n\n\n\r\n<section class=\"block textImage2   bacground\"  style=\"background:#FFF\">\r\n    <div class=\"textImage2__block left\">\r\n        <div class=\"container\">\r\n            <div class=\"textImage2__block_text\">\r\n                <h2 class=\"title title-red\">\r\n                    Greenery &#038; scenery at every turn                <\/h2>\r\n                <div class=\"text\">\r\n                    <p class=\"p1\">Living in Kodulahe, you are surrounded by greenery. In addition to being just a stone\u2019s throw from the Merimetsa park forest and the beautiful Stroomi beach area, we have created terraces, landscaped areas, and playgrounds around the buildings. Each building has an underground parking garage, making the courtyard areas safe and pleasant for children.<\/p>\n<ul>\n<li class=\"p1\">700 m\u00b2 of terraces<\/li>\n<li class=\"p1\">2000 m\u00b2 of landscaped courtyard area<\/li>\n<\/ul>\n                <\/div>\r\n                            <\/div>  \r\n        <\/div>\r\n                            <img decoding=\"async\" src=\"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2026\/07\/dsc8052-scaled.jpg\" alt=\"\" class=\"textImage2__img\">\r\n            <\/div>\r\n    \r\n<\/section>\n\n\r\n<section class=\"block textImage2  \"  >\r\n    <div class=\"textImage2__block \">\r\n        <div class=\"container\">\r\n            <div class=\"textImage2__block_text\">\r\n                <h2 class=\"title title-red\">\r\n                    Best opportunities for sport and leisure                <\/h2>\r\n                <div class=\"text\">\r\n                    <p class=\"p1\">From the windows of Kodulahe homes, you can see either the Merimetsa park forest with its well-maintained health trails or Stroomi Beach, where a scenic seaside promenade leads to Rocca al Mare. There\u2019s no longer a need for an expensive gym membership, as from your future home it\u2019s easy to go running, skiing, surfing, swimming, or simply enjoy a walk by the sea.<\/p>\n                <\/div>\r\n                            <\/div>  \r\n        <\/div>\r\n                            <img decoding=\"async\" src=\"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2026\/07\/dsc8335-scaled.jpg\" alt=\"\" class=\"textImage2__img\">\r\n            <\/div>\r\n    \r\n<\/section>\n\n\r\n<section class=\"block textImage2   bacground\"  style=\"background:#FFF\">\r\n    <div class=\"textImage2__block left\">\r\n        <div class=\"container\">\r\n            <div class=\"textImage2__block_text\">\r\n                <h2 class=\"title title-red\">\r\n                    Excellent connections on foot and by public transport                <\/h2>\r\n                <div class=\"text\">\r\n                    <p class=\"p1\">Living in Kodulahe, you don\u2019t need a car, as the Humala bus stop is just a few minutes\u2019 walk away. It\u2019s also an ideal location for cyclists, with well-maintained bike paths connecting to Rocca al Mare, Kakum\u00e4e, Kopli, N\u00f5mme, and Tabasalu.<\/p>\n<ul>\n<li class=\"p2\">8 minutes by bus to Vabaduse Square<\/li>\n<li class=\"p2\">9 minutes by bus to Balti Jaam<\/li>\n<\/ul>\n                <\/div>\r\n                            <\/div>  \r\n        <\/div>\r\n                            <img decoding=\"async\" src=\"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2025\/02\/adobestock_117148476-scaled.jpeg\" alt=\"\" class=\"textImage2__img\">\r\n            <\/div>\r\n    \r\n<\/section>\n\n     \n\n<section class=\"block form\" id=\"form\"  >\r\n    <div class=\"container\">\r\n        <div class=\"form__content\">\r\n            <h2 class=\"title title-center\">\r\n                Want news about Arco Vara&#8217;s current and new projects?            <\/h2>\r\n            <p class=\"text\">\r\n                Sign up for our newsletter to get updates on developments before they become public elsewhere!            <\/p> \r\n            <div class=\"form__content_form\">\r\n                            <form id=\"smly\" action=\"https:\/\/vzf1dgdk.sendsmaily.net\/api\/opt-in\/\" method=\"post\">\n\t<p class=\"error\" style=\"padding:15px;background-color:#f2dede;margin:0 0 10px;display:none\"><\/p>\n\t<p class=\"success\" style=\"padding:15px;background-color:#dff0d8;margin:0 0 10px;display:none\">Thank you for subscribing to our newsletter.<\/p>\n\t\t<input type=\"hidden\" name=\"lang\" value=\"en\" \/>\n\t<input type=\"hidden\" name=\"success_url\" value=\"https:\/\/kodulahe.arcovara.com\/en\/\" \/>\n\t<input type=\"hidden\" name=\"failure_url\" value=\"https:\/\/kodulahe.arcovara.com\/en\/\" \/>\n\t<p><input type=\"text\" name=\"email\" value=\"\" placeholder=\"Email\" required\/><\/p>\n\t\t\t<p><input type=\"text\" name=\"name\" value=\"\" placeholder=\"Name\" \/><\/p>\n\t\t<p><button type=\"submit\">Subscribe<\/button><\/p>\n<\/form>\n            <\/div>\r\n        <\/div>\r\n        \r\n    <\/div>\r\n<\/section>\r\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":53,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-196065","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Location - Kodulahe<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kodulahe.arcovara.com\/en\/location\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Location - Kodulahe\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kodulahe.arcovara.com\/en\/location\/\" \/>\n<meta property=\"og:site_name\" content=\"Kodulahe\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-27T11:46:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/en\\\/location\\\/\",\"url\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/en\\\/location\\\/\",\"name\":\"Location - Kodulahe\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/#website\"},\"datePublished\":\"2024-10-18T08:52:57+00:00\",\"dateModified\":\"2026-07-27T11:46:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/en\\\/location\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/kodulahe.arcovara.com\\\/en\\\/location\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/en\\\/location\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Location\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/#website\",\"url\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/\",\"name\":\"Kodulahe\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/#organization\",\"name\":\"Kodulahe\",\"url\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/wp-content\\\/uploads\\\/sites\\\/12\\\/2024\\\/10\\\/kodulahe.svg\",\"contentUrl\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/wp-content\\\/uploads\\\/sites\\\/12\\\/2024\\\/10\\\/kodulahe.svg\",\"width\":175,\"height\":34,\"caption\":\"Kodulahe\"},\"image\":{\"@id\":\"https:\\\/\\\/kodulahe.arcovara.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Location - Kodulahe","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kodulahe.arcovara.com\/en\/location\/","og_locale":"en_US","og_type":"article","og_title":"Location - Kodulahe","og_url":"https:\/\/kodulahe.arcovara.com\/en\/location\/","og_site_name":"Kodulahe","article_modified_time":"2026-07-27T11:46:58+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kodulahe.arcovara.com\/en\/location\/","url":"https:\/\/kodulahe.arcovara.com\/en\/location\/","name":"Location - Kodulahe","isPartOf":{"@id":"https:\/\/kodulahe.arcovara.com\/#website"},"datePublished":"2024-10-18T08:52:57+00:00","dateModified":"2026-07-27T11:46:58+00:00","breadcrumb":{"@id":"https:\/\/kodulahe.arcovara.com\/en\/location\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kodulahe.arcovara.com\/en\/location\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kodulahe.arcovara.com\/en\/location\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kodulahe.arcovara.com\/en\/"},{"@type":"ListItem","position":2,"name":"Location"}]},{"@type":"WebSite","@id":"https:\/\/kodulahe.arcovara.com\/#website","url":"https:\/\/kodulahe.arcovara.com\/","name":"Kodulahe","description":"","publisher":{"@id":"https:\/\/kodulahe.arcovara.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kodulahe.arcovara.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kodulahe.arcovara.com\/#organization","name":"Kodulahe","url":"https:\/\/kodulahe.arcovara.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kodulahe.arcovara.com\/#\/schema\/logo\/image\/","url":"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2024\/10\/kodulahe.svg","contentUrl":"https:\/\/kodulahe.arcovara.com\/wp-content\/uploads\/sites\/12\/2024\/10\/kodulahe.svg","width":175,"height":34,"caption":"Kodulahe"},"image":{"@id":"https:\/\/kodulahe.arcovara.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/pages\/196065","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/comments?post=196065"}],"version-history":[{"count":10,"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/pages\/196065\/revisions"}],"predecessor-version":[{"id":197678,"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/pages\/196065\/revisions\/197678"}],"wp:attachment":[{"href":"https:\/\/kodulahe.arcovara.com\/en\/wp-json\/wp\/v2\/media?parent=196065"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}