{"id":481,"date":"2024-12-11T15:12:30","date_gmt":"2024-12-11T15:12:30","guid":{"rendered":"https:\/\/arcojarve.arcovara.com\/location\/"},"modified":"2025-02-14T07:50:15","modified_gmt":"2025-02-14T07:50:15","slug":"location","status":"publish","type":"page","link":"https:\/\/arcojarve.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:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/2024\/12\/Soodi-6-Sisehoov-JPG-scaled-1-8.png\" 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\">Lake Arco \u2013 a visit you&#8217;ll want to stay in<\/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><span style=\"color: #5c7171;\">City house by a beautiful lake and forest<\/span><\/h2>\n<p>Arcoj\u00e4rve is located on the shores of the beautiful Lake Harku, which is gaining popularity among the city&#8217;s residents. We totally understand, as it&#8217;s hard to find another place with such a great atmosphere close to the city. The lakeside area retains its current character, with more active activities on the Paldiski side of the road and a quieter, more private area as you move towards S\u00f5udebaasi Street. A large part of the beach will be left to nature, preserving the natural greenery of the shore area. The plan is to restore species-rich coastal meadows and plant trees to support insect colonisation and promote biodiversity. <\/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.4169719\"\r\n         data-lng=\"24.6359806\"\r\n         data-title=\"Your Marker Title\"\r\n         data-icon=\"https:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/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\">haridus<\/button>\r\n        <button class=\"btn\" type=\"button\" data-value=\"commerce\">kaubandus<\/button>\r\n        <button class=\"btn\" type=\"button\" data-value=\"sport_leisure\">sport ja vabaaeg<\/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.4313681\"), lng: parseFloat(\"24.6498841\")},\r\n                category: \"education\", \/\/ Marker category\n                title: \"Rocca al Mare School AS\"\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.4265309\"), lng: parseFloat(\"24.6517753\")},\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.4071991\"), lng: parseFloat(\"24.6160617\")},\r\n                category: \"commerce\", \/\/ Marker category\n                title: \"Prisma\"\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.4135078\"), lng: parseFloat(\"24.630275\")},\r\n                category: \"sport_leisure\", \/\/ Marker category\n                title: \"Lake Harku\"\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.4160561\"), lng: parseFloat(\"24.6353364\")},\r\n                category: \"transport\", \/\/ Marker category\n                title: \"Rowing base 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            \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                    Green beauty at every turn                <\/h2>\r\n                <div class=\"text\">\r\n                    <p>Arcoj\u00e4rve developments are designed to combine sustainability and harmony with nature. Rooftop solar panels and green spaces surround the buildings, providing a peaceful and healthy living environment. Residents enjoy spacious terraces and lush landscaped areas where every step brings them closer to enjoying nature.<\/p>\n<ul>\n<li>Lake Harku and a beautiful wooded area just 1 minute away<\/li>\n<li>Sporting opportunities start right from your doorstep<\/li>\n<\/ul>\n                <\/div>\r\n                            <\/div>  \r\n        <\/div>\r\n                            <img decoding=\"async\" src=\"https:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/2024\/12\/kaupokalda-com-DJI_20240603211949_0257_D-scaled-1-4.png\" 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 \">\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 activities                <\/h2>\r\n                <div class=\"text\">\r\n                    <p>Arcoj\u00e4rve homes offer unforgettable views of the natural beauty of the surroundings, providing ideal conditions for those who enjoy an active lifestyle. Easy cycle paths lead quickly to the sea and the forest, offering opportunities for running, cycling and relaxing walks. Lake Harku offers plenty of opportunities for water sports and swimming.<\/p>\n<ul>\n<li>Available apartments 1 to 4 rooms<\/li>\n<li>50 to 200m\u00b2 apartment size<\/li>\n<\/ul>\n                <\/div>\r\n                                    <a href=\"\/hooned\/\" class=\"btn  btn-white \" >\r\n                        choose a suitable home                <\/a>\r\n                            <\/div>  \r\n        <\/div>\r\n                            <img decoding=\"async\" src=\"https:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/2024\/12\/kaupokalda-com-DJI_20240603211949_0257_D-scaled-1-5.png\" 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 \u2013 on foot and by public transport                <\/h2>\r\n                <div class=\"text\">\r\n                    <p>Getting around at Arcoj\u00e4rve is easy and convenient. The nearest bus stop is just a few minutes&#8217; walk away, offering quick connections to Tallinn city centre and other areas. In addition, easy pedestrian paths lead directly to the sea and other popular destinations.<\/p>\n<ul>\n<li>Energy class A house<\/li>\n<li>Convenient parking spaces on the underground floor<\/li>\n<\/ul>\n                <\/div>\r\n                            <\/div>  \r\n        <\/div>\r\n                            <img decoding=\"async\" src=\"https:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/2024\/12\/kaupokalda-com-DJI_20240603211949_0257_D-scaled-1-6.png\" alt=\"\" class=\"textImage2__img\">\r\n            <\/div>\r\n    \r\n<\/section>\n\n<section class=\"block center-text\">\r\n    <div class=\"container\">\r\n        <div class=\"center-text_content\">\r\n            <h2><span style=\"color: #5c7171;\">Convenient location<\/span><\/h2>\n<p>The city centre can be reached in a quarter of an hour by car, and there are good public transport connections. You can walk or cycle to the centre of the N\u00f5mme forests or to Stroomi beach on easy paths and from there to wherever you want. <\/p>\n        <\/div>\r\n    <\/div>\r\n<\/section>\n\n\r\n\r\n<section class=\"block numbers-block \">\r\n    <div class=\"container\">\r\n                            <div class=\"numbers__content\">\r\n                                    <div class=\"numbers_block\">\r\n                                                    <span class=\"number__span\">\r\n                                1                            <\/span>\r\n                                                                                                    <span class=\"numbers_text_red\">\r\n                                MINUTE                            <\/span>\r\n                                                                            <p>\r\n                                Lake Harku and a beautiful forest clearing                            <\/p>\r\n                                            <\/div>\r\n                                    <div class=\"numbers_block\">\r\n                                                    <span class=\"number__span\">\r\n                                15                            <\/span>\r\n                                                                                                    <span class=\"numbers_text_red\">\r\n                                MINUTES                            <\/span>\r\n                                                                            <p>\r\n                                located in Tallinn city centre by car                            <\/p>\r\n                                            <\/div>\r\n                                    <div class=\"numbers_block\">\r\n                                                    <span class=\"number__span\">\r\n                                5                            <\/span>\r\n                                                                                                    <span class=\"numbers_text_red\">\r\n                                MINUTES                            <\/span>\r\n                                                                            <p>\r\n                                located in the large and convenient Rocca Al Mare shopping centre                            <\/p>\r\n                                            <\/div>\r\n                                    <div class=\"numbers_block\">\r\n                                                    <span class=\"number__span\">\r\n                                6                            <\/span>\r\n                                                                                                    <span class=\"numbers_text_red\">\r\n                                MINUTES                            <\/span>\r\n                                                                            <p>\r\n                                the sea and a boardwalk for walking or cycling.                            <\/p>\r\n                                            <\/div>\r\n                \t\r\n            <\/div>\r\n            <\/div>\r\n<\/section>\r\n\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                            <\/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:\/\/arcojarve.arcovara.com\/en\/\" \/>\n\t<input type=\"hidden\" name=\"failure_url\" value=\"https:\/\/arcojarve.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":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-481","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Location - Arcojarve<\/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:\/\/arcojarve.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 - Arcojarve\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arcojarve.arcovara.com\/en\/location\/\" \/>\n<meta property=\"og:site_name\" content=\"Arcojarve\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-14T07:50:15+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:\\\/\\\/arcojarve.arcovara.com\\\/en\\\/location\\\/\",\"url\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/en\\\/location\\\/\",\"name\":\"Location - Arcojarve\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/#website\"},\"datePublished\":\"2024-12-11T15:12:30+00:00\",\"dateModified\":\"2025-02-14T07:50:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/en\\\/location\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arcojarve.arcovara.com\\\/en\\\/location\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/en\\\/location\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Location\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/#website\",\"url\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/\",\"name\":\"Arcojarve\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/#organization\",\"name\":\"Arcojarve\",\"url\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/wp-content\\\/uploads\\\/sites\\\/14\\\/2024\\\/12\\\/cropped-Arcojarve_logo_-1.png\",\"contentUrl\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/wp-content\\\/uploads\\\/sites\\\/14\\\/2024\\\/12\\\/cropped-Arcojarve_logo_-1.png\",\"width\":368,\"height\":96,\"caption\":\"Arcojarve\"},\"image\":{\"@id\":\"https:\\\/\\\/arcojarve.arcovara.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Location - Arcojarve","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:\/\/arcojarve.arcovara.com\/en\/location\/","og_locale":"en_US","og_type":"article","og_title":"Location - Arcojarve","og_url":"https:\/\/arcojarve.arcovara.com\/en\/location\/","og_site_name":"Arcojarve","article_modified_time":"2025-02-14T07:50:15+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/arcojarve.arcovara.com\/en\/location\/","url":"https:\/\/arcojarve.arcovara.com\/en\/location\/","name":"Location - Arcojarve","isPartOf":{"@id":"https:\/\/arcojarve.arcovara.com\/#website"},"datePublished":"2024-12-11T15:12:30+00:00","dateModified":"2025-02-14T07:50:15+00:00","breadcrumb":{"@id":"https:\/\/arcojarve.arcovara.com\/en\/location\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arcojarve.arcovara.com\/en\/location\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/arcojarve.arcovara.com\/en\/location\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/arcojarve.arcovara.com\/en\/"},{"@type":"ListItem","position":2,"name":"Location"}]},{"@type":"WebSite","@id":"https:\/\/arcojarve.arcovara.com\/#website","url":"https:\/\/arcojarve.arcovara.com\/","name":"Arcojarve","description":"","publisher":{"@id":"https:\/\/arcojarve.arcovara.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arcojarve.arcovara.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/arcojarve.arcovara.com\/#organization","name":"Arcojarve","url":"https:\/\/arcojarve.arcovara.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arcojarve.arcovara.com\/#\/schema\/logo\/image\/","url":"https:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/2024\/12\/cropped-Arcojarve_logo_-1.png","contentUrl":"https:\/\/arcojarve.arcovara.com\/wp-content\/uploads\/sites\/14\/2024\/12\/cropped-Arcojarve_logo_-1.png","width":368,"height":96,"caption":"Arcojarve"},"image":{"@id":"https:\/\/arcojarve.arcovara.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/pages\/481","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/comments?post=481"}],"version-history":[{"count":2,"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/pages\/481\/revisions"}],"predecessor-version":[{"id":507,"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/pages\/481\/revisions\/507"}],"wp:attachment":[{"href":"https:\/\/arcojarve.arcovara.com\/en\/wp-json\/wp\/v2\/media?parent=481"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}