<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mountain &#8211; Visit Castelli Romani &#8211; The official guide to the Castelli Romani</title>
	<atom:link href="https://www.visitcastelliromani.it/en/travel-category/mountain/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.visitcastelliromani.it/en/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 06 Sep 2024 10:23:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>Lariano</title>
		<link>https://www.visitcastelliromani.it/en/location/lariano/</link>
		
		<dc:creator><![CDATA[Valerio]]></dc:creator>
		<pubDate>Tue, 21 May 2019 14:10:31 +0000</pubDate>
				<guid isPermaLink="false">http://visitcastelliromani.valica.it/?post_type=destination&#038;p=3304</guid>

					<description><![CDATA[<img width="1000" height="750" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" fetchpriority="high" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu.jpg 1000w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu-300x225.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu-768x576.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu-800x600.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" />The town of Lariano is located at about 6 km northeast of Velletri, at the foot of the Mount Maschio D&#8217;Ariano (which in ancient times was known as Monte Algidus). It is a relatively young comune (town) yet the history of its territory goes as far back as ancient times when during the Roman Imperial Age a defensive outpost, and &#8230;]]></description>
										<content:encoded><![CDATA[<img width="1000" height="750" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu.jpg 1000w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu-300x225.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu-768x576.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Lariano_by-Roma-piu-800x600.jpg 800w" sizes="(max-width: 1000px) 100vw, 1000px" /><p>The town of Lariano is located at about 6 km northeast of Velletri, at the foot of the Mount Maschio D&#8217;Ariano (which in ancient times was known as Monte Algidus). It is a relatively young comune (town) yet the history of its territory goes as far back as ancient times when during the Roman Imperial Age a defensive outpost, and later a fortified castle, was situated here. Furthermore, according to Horace&#8217;s Carmen Seculare (Secular Hymn) a temple dedicated to the goddess Diana was situated on top of this mount.</p>
<div class="leaflet-map WPLeafletMap" style="height:500px; width:100%;"></div><script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {/*<script>*/
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var base = (!baseUrl && window.MQ) ? 
    window.MQ.mapLayer() : L.tileLayer(baseUrl, 
        L.Util.extend({}, {
            detectRetina: 0,
            minZoom: 11,
            maxZoom: 20,
        }, 
        {"subdomains":"abc","noWrap":false}        )
    );
    var options = L.Util.extend({}, {
        layers: [base],
        attributionControl: false
    }, 
    {"zoomControl":true,"scrollWheelZoom":false,"doubleClickZoom":false,"fitBounds":false,"minZoom":11,"maxZoom":20,"attribution":"<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>; \\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors"}, 
    {});
window.WPLeafletMapPlugin.createMap(options).setView([41.7250696,12.830508],10);});</script><br />
<script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/*<script>*/
var map = window.WPLeafletMapPlugin.getCurrentMap();
var group = window.WPLeafletMapPlugin.getCurrentGroup();
var marker_options = window.WPLeafletMapPlugin.getIconOptions({});
var marker = L.marker(
    [0,0], 
    marker_options
);
var is_image = map.is_image_map;
    marker.setLatLng( map.getCenter() );
if (marker_options.draggable) {
    marker.on('dragend', function () {
        var latlng = this.getLatLng();
        var lat = latlng.lat;
        var lng = latlng.lng;
        if (is_image) {
            console.log('leaflet-marker y=' + lat + ' x=' + lng);
        } else {
            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);
        }
    });
}
marker.addTo( group );
marker.bindPopup(window.WPLeafletMapPlugin.unescape('Lariano'));window.WPLeafletMapPlugin.markers.push( marker );
        });</script></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Monte Compatri</title>
		<link>https://www.visitcastelliromani.it/en/location/monte-compatri/</link>
		
		<dc:creator><![CDATA[Valerio]]></dc:creator>
		<pubDate>Tue, 21 May 2019 10:16:34 +0000</pubDate>
				<guid isPermaLink="false">http://visitcastelliromani.valica.it/?post_type=destination&#038;p=3253</guid>

					<description><![CDATA[<img width="1024" height="683" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1024x683.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-300x200.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-768x512.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1200x800.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1620x1080.jpg 1620w" sizes="(max-width: 1024px) 100vw, 1024px" />Monte Compatri with its 576 mamsl is the third highest town of the Castelli Romani, overlooking the Valle dell&#8217;Aniene and confining with Rome. It rises on a hill of tuff rock of volcanic origins and the houses in this particular area have underground cellars excavated in tuff rock forming an intricate network of tunnels. On certain occasions, especially during the Christmas &#8230;]]></description>
										<content:encoded><![CDATA[<img width="1024" height="683" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1024x683.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-300x200.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-768x512.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1200x800.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Flavio-Felici1-1620x1080.jpg 1620w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>Monte Compatri with its 576 mamsl is the third highest town of the <strong>Castelli Romani</strong>, overlooking the Valle dell&#8217;Aniene and confining with Rome. It rises on a hill of tuff rock of volcanic origins and the houses in this particular area have underground cellars excavated in tuff rock forming an intricate network of tunnels. On certain occasions, especially during the Christmas period, these underground cellars organize touristic-cultural events and are open to the public.</p>
<p>From a high position dominating the central residential area, stands the<a href="https://www.visitcastelliromani.it/en/travelguide/convent-and-art-gallery-of-san-silvestro/"> Monastero di San Silvestro</a> (Monastery of St. Sylvester), attended by those wishing to spend a moment of meditation submerged in the peaceful surroundings of nature. The territory of Monte Compatri also includes part of the Tusculum where it is possible to reach <strong>Monte Salomone</strong> at an altitude of 773 mamsl. It is a very interesting walk, both from a naturalistic and geological point of view.</p>
<div class="leaflet-map WPLeafletMap" style="height:500px; width:100%;"></div><script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {/*<script>*/
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var base = (!baseUrl && window.MQ) ? 
    window.MQ.mapLayer() : L.tileLayer(baseUrl, 
        L.Util.extend({}, {
            detectRetina: 0,
            minZoom: 11,
            maxZoom: 20,
        }, 
        {"subdomains":"abc","noWrap":false}        )
    );
    var options = L.Util.extend({}, {
        layers: [base],
        attributionControl: false
    }, 
    {"zoomControl":true,"scrollWheelZoom":false,"doubleClickZoom":false,"fitBounds":false,"minZoom":11,"maxZoom":20,"attribution":"<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>; \\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors"}, 
    {});
window.WPLeafletMapPlugin.createMap(options).setView([41.808918,12.737784],10);});</script><br />
<script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/*<script>*/
var map = window.WPLeafletMapPlugin.getCurrentMap();
var group = window.WPLeafletMapPlugin.getCurrentGroup();
var marker_options = window.WPLeafletMapPlugin.getIconOptions({});
var marker = L.marker(
    [0,0], 
    marker_options
);
var is_image = map.is_image_map;
    marker.setLatLng( map.getCenter() );
if (marker_options.draggable) {
    marker.on('dragend', function () {
        var latlng = this.getLatLng();
        var lat = latlng.lat;
        var lng = latlng.lng;
        if (is_image) {
            console.log('leaflet-marker y=' + lat + ' x=' + lng);
        } else {
            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);
        }
    });
}
marker.addTo( group );
marker.bindPopup(window.WPLeafletMapPlugin.unescape('Monte Compatri'));window.WPLeafletMapPlugin.markers.push( marker );
        });</script></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Monte Porzio Catone</title>
		<link>https://www.visitcastelliromani.it/en/location/monte-porzio-catone/</link>
		
		<dc:creator><![CDATA[Valerio]]></dc:creator>
		<pubDate>Mon, 20 May 2019 09:50:36 +0000</pubDate>
				<guid isPermaLink="false">http://visitcastelliromani.valica.it/?post_type=destination&#038;p=3196</guid>

					<description><![CDATA[<img width="1024" height="448" src="https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1024x448.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1024x448.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-300x131.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-768x336.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1200x525.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1920x840.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" />The town rises on the northern slopes of Monte Tuscolo, between Frascati and Montecompatri, on a tuff rock hill formed from a secondary cone of the Latium Volcano, from which all the Alban Hills have originated. It can be recognized from far by the massive outline of the Duomo. Monteporzio Catone is situated at about 400 mamsl and dominates the vast vineyards &#8230;]]></description>
										<content:encoded><![CDATA[<img width="1024" height="448" src="https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1024x448.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1024x448.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-300x131.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-768x336.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1200x525.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2019/05/Monte-Porzio-Catone_Claudio-Viviani-1920x840.jpg 1920w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>The town rises on the northern slopes of <strong>Monte Tuscolo</strong>, between Frascati and Montecompatri, on a tuff rock hill formed from a secondary cone of the Latium Volcano, from which all the Alban Hills have originated. It can be recognized from far by the massive outline of the <strong>Duomo</strong>. Monteporzio Catone is situated at about 400 mamsl and dominates the vast vineyards that, together with numerous wine bars and cellars, deserve the name of <strong>Città del Vino</strong>. The entrance to the town is through a simple, yet imposing, featured vault incorporated in <strong>Borghese Palace</strong>. Walking through the small alleys of the peaceful centre, you can enjoy the view, from various angles, of Rome or the surrounding chestnut woods. An important event of which the town is proud and rightly so, is the famous <strong>Mostra Internazionale delle Orchidee</strong> (International Orchid Show), which every year draws cultivators from all over the world and attracts the public for all over Lazio and not only.</p>
<p><strong>Culture Office</strong><br />
☎️ (+39) 06 9428333 / 06 9447471<br />
📍 Via Roma, 5 — 00078 Monte Porzio Catone , RM<br />
📧 s.battifoglia@comune.monteporziocatone.rm.it</p>
<div class="leaflet-map WPLeafletMap" style="height:500px; width:100%;"></div><script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {/*<script>*/
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var base = (!baseUrl && window.MQ) ? 
    window.MQ.mapLayer() : L.tileLayer(baseUrl, 
        L.Util.extend({}, {
            detectRetina: 0,
            minZoom: 11,
            maxZoom: 20,
        }, 
        {"subdomains":"abc","noWrap":false}        )
    );
    var options = L.Util.extend({}, {
        layers: [base],
        attributionControl: false
    }, 
    {"zoomControl":true,"scrollWheelZoom":false,"doubleClickZoom":false,"fitBounds":false,"minZoom":11,"maxZoom":20,"attribution":"<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>; \\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors"}, 
    {});
window.WPLeafletMapPlugin.createMap(options).setView([41.8164259,12.7153413],10);});</script><br />
<script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/*<script>*/
var map = window.WPLeafletMapPlugin.getCurrentMap();
var group = window.WPLeafletMapPlugin.getCurrentGroup();
var marker_options = window.WPLeafletMapPlugin.getIconOptions({});
var marker = L.marker(
    [0,0], 
    marker_options
);
var is_image = map.is_image_map;
    marker.setLatLng( map.getCenter() );
if (marker_options.draggable) {
    marker.on('dragend', function () {
        var latlng = this.getLatLng();
        var lat = latlng.lat;
        var lng = latlng.lng;
        if (is_image) {
            console.log('leaflet-marker y=' + lat + ' x=' + lng);
        } else {
            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);
        }
    });
}
marker.addTo( group );
marker.bindPopup(window.WPLeafletMapPlugin.unescape('Ciampino'));window.WPLeafletMapPlugin.markers.push( marker );
        });</script></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Rocca di Papa</title>
		<link>https://www.visitcastelliromani.it/en/location/rocca-di-papa/</link>
		
		<dc:creator><![CDATA[Valerio]]></dc:creator>
		<pubDate>Thu, 16 May 2019 11:47:32 +0000</pubDate>
				<guid isPermaLink="false">http://visitcastelliromani.valica.it/?post_type=destination&#038;p=3060</guid>

					<description><![CDATA[<img width="1024" height="457" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1024x457.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1024x457.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-300x134.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-768x343.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1200x536.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1920x857.jpg 1920w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" />What strikes most about Rocca di Papa is its splendid panoramic position, climbing up to a height of 681 masl along the inner side of Monte Cavo where you can have a glance over one of the most beautiful landscapes of the area. A visit to the town &#8211; the only one among Castelli Romani to have kept its medieval layout &#8211; offers &#8230;]]></description>
										<content:encoded><![CDATA[<img width="1024" height="457" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1024x457.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1024x457.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-300x134.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-768x343.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1200x536.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low-1920x857.jpg 1920w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Rocca-di-Papa-Dalla-Fortezza2_low.jpg 2048w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>What strikes most about Rocca di Papa is its splendid <strong>panoramic position</strong>, climbing up to a height of 681 masl along the inner side of Monte Cavo where you can have a glance over one of the most beautiful landscapes of the area. A visit to the town &#8211; the only one among Castelli Romani to have kept its <strong>medieval layout</strong> &#8211; offers picturesque glimpses of houses clinging to the rock and the intricate maze of steep, small alleys hidden among the buildings.</p>
<p>The residential area is dominated by the <strong>Belvedere della Fortezza Medievale</strong> (<a href="https://www.visitcastelliromani.it/en/travelguide/medieval-fortress/">Medieval Fortress Viewpoint</a>), a very valuable archaeological site where you can enjoy a unique panorama stretching as far as the sea.</p>
<p>The territory of Rocca di Papa is very extensive and overlooks a wide, flat valley, the<strong> Pratoni del</strong> <strong>Vivaro</strong>, where the Centro Federale di Equitazione del CONI (Federal Centre of Horse Riding) is located. It is a favourite spot for the Romans who wish to spend a relaxing day, and for expert horsemen and horsewomen who training the wide open space.</p>
<p><strong>Pro Loco &#8211; Rocca di Papa</strong><br />
📧 prolococittadiroccadipapa@gmail.com<br />
📱 +39 3453551706</p>
<div class="leaflet-map WPLeafletMap" style="height:500px; width:100%;"></div><script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {/*<script>*/
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var base = (!baseUrl && window.MQ) ? 
    window.MQ.mapLayer() : L.tileLayer(baseUrl, 
        L.Util.extend({}, {
            detectRetina: 0,
            minZoom: 11,
            maxZoom: 20,
        }, 
        {"subdomains":"abc","noWrap":false}        )
    );
    var options = L.Util.extend({}, {
        layers: [base],
        attributionControl: false
    }, 
    {"zoomControl":true,"scrollWheelZoom":false,"doubleClickZoom":false,"fitBounds":false,"minZoom":11,"maxZoom":20,"attribution":"<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>; \\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors"}, 
    {});
window.WPLeafletMapPlugin.createMap(options).setView([41.7607608,12.7096141],10);});</script><br />
<script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/*<script>*/
var map = window.WPLeafletMapPlugin.getCurrentMap();
var group = window.WPLeafletMapPlugin.getCurrentGroup();
var marker_options = window.WPLeafletMapPlugin.getIconOptions({});
var marker = L.marker(
    [0,0], 
    marker_options
);
var is_image = map.is_image_map;
    marker.setLatLng( map.getCenter() );
if (marker_options.draggable) {
    marker.on('dragend', function () {
        var latlng = this.getLatLng();
        var lat = latlng.lat;
        var lng = latlng.lng;
        if (is_image) {
            console.log('leaflet-marker y=' + lat + ' x=' + lng);
        } else {
            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);
        }
    });
}
marker.addTo( group );
marker.bindPopup(window.WPLeafletMapPlugin.unescape('Ciampino'));window.WPLeafletMapPlugin.markers.push( marker );
        });</script></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Rocca Priora</title>
		<link>https://www.visitcastelliromani.it/en/location/rocca-priora/</link>
		
		<dc:creator><![CDATA[Valerio]]></dc:creator>
		<pubDate>Wed, 15 May 2019 10:37:03 +0000</pubDate>
				<guid isPermaLink="false">http://visitcastelliromani.valica.it/?post_type=destination&#038;p=2954</guid>

					<description><![CDATA[<img width="1024" height="680" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1024x680.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1024x680.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-300x199.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-768x510.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1200x797.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1626x1080.jpg 1626w" sizes="(max-width: 1024px) 100vw, 1024px" />At a height of 768 mamsl Rocca Priora is the highest town of the Castelli Romani. It is undoubtedly the coldest in the area with heavy snowfalls every year known as the snowfield of Rome, Rocca Priora owes its past fortune to ice trading. The Santuario della Madonna della Neve (Our Lady of the Snow) remembers and witnesses the close relationship the &#8230;]]></description>
										<content:encoded><![CDATA[<img width="1024" height="680" src="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1024x680.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1024x680.jpg 1024w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-300x199.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-768x510.jpg 768w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1200x797.jpg 1200w, https://www.visitcastelliromani.it/wp-content/uploads/2018/12/Gregorio_AssuntoDSC_8859AxXX-1626x1080.jpg 1626w" sizes="(max-width: 1024px) 100vw, 1024px" /><p>At a height of 768 mamsl Rocca Priora <strong>is the highest town of the Castelli Romani</strong>. It is undoubtedly the coldest in the area with heavy snowfalls every year known as the snowfield of Rome, Rocca Priora owes its past fortune to ice trading.</p>
<p><strong>The Santuario della Madonna della Neve</strong> (<a href="https://www.visitcastelliromani.it/en/travelguide/madonna-della-neve-sanctuary/">Our Lady of the Snow</a>) remembers and witnesses the close relationship the town had with its particular climate.</p>
<p>A walk through the picturesque alleys of the historical centre, hidden on the side of a high hill facing towards <strong>Monte Ceraso</strong>, offers glimpses of what seems to be time gone by and for those looking out from the Belvedere, positioned on top of the town, a chance to enjoy one of the most breathtaking panorama of the Castelli, in the direction of Rome and the Tiburtini, Prenestini and Ernici Mounts.</p>
<p><strong>Office of Culture and Entertainment<br />
</strong>📍 Piazza Umberto I, Palazzo Savelli<br />
📧 06 940751300-301</p>
<div class="leaflet-map WPLeafletMap" style="height:500px; width:100%;"></div><script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {/*<script>*/
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var base = (!baseUrl && window.MQ) ? 
    window.MQ.mapLayer() : L.tileLayer(baseUrl, 
        L.Util.extend({}, {
            detectRetina: 0,
            minZoom: 11,
            maxZoom: 20,
        }, 
        {"subdomains":"abc","noWrap":false}        )
    );
    var options = L.Util.extend({}, {
        layers: [base],
        attributionControl: false
    }, 
    {"zoomControl":true,"scrollWheelZoom":false,"doubleClickZoom":false,"fitBounds":false,"minZoom":11,"maxZoom":20,"attribution":"<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>; \\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors"}, 
    {});
window.WPLeafletMapPlugin.createMap(options).setView([41.7288,12.6521],10);});</script>
<script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/*<script>*/
var map = window.WPLeafletMapPlugin.getCurrentMap();
var group = window.WPLeafletMapPlugin.getCurrentGroup();
var marker_options = window.WPLeafletMapPlugin.getIconOptions({});
var marker = L.marker(
    [41.791089,12.761993], 
    marker_options
);
var is_image = map.is_image_map;
if (marker_options.draggable) {
    marker.on('dragend', function () {
        var latlng = this.getLatLng();
        var lat = latlng.lat;
        var lng = latlng.lng;
        if (is_image) {
            console.log('leaflet-marker y=' + lat + ' x=' + lng);
        } else {
            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);
        }
    });
}
marker.addTo( group );
marker.bindPopup(window.WPLeafletMapPlugin.unescape('Rocca Priora'));window.WPLeafletMapPlugin.markers.push( marker );
        });</script>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Velletri</title>
		<link>https://www.visitcastelliromani.it/en/location/history-of-velletri/</link>
		
		<dc:creator><![CDATA[Valerio]]></dc:creator>
		<pubDate>Tue, 14 May 2019 13:01:46 +0000</pubDate>
				<guid isPermaLink="false">http://visitcastelliromani.valica.it/?post_type=destination&#038;p=2772</guid>

					<description><![CDATA[<img width="960" height="640" src="https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana.jpg 960w, https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana-300x200.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana-768x512.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" />Situated in a panoramic position on a spur of Monte Artemisio, at the extreme south of the Alban Hills, Velletri is the largest territory of the Castelli Romani and one of the most important centres of the province of Rome. Surrounded by vineyards, it was chosen and frequented as a holiday spot since ancient Roman times. It is a town rich &#8230;]]></description>
										<content:encoded><![CDATA[<img width="960" height="640" src="https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana.jpg" class="attachment-large size-large wp-post-image" alt="" style="float:left; margin:0 15px 15px 0;" decoding="async" loading="lazy" srcset="https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana.jpg 960w, https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana-300x200.jpg 300w, https://www.visitcastelliromani.it/wp-content/uploads/2019/02/Velletri_porta-napoletana-768x512.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /><p>Situated in a panoramic position on a spur of <strong>Monte Artemisio</strong>, at the extreme south of the Alban Hills, Velletri is the largest territory of the Castelli Romani and one of the most important centres of the province of Rome. Surrounded by vineyards, it was chosen and frequented as a holiday spot since ancient Roman times. It is a town rich in history and traditions that offer visitors interesting alternative sightseeing itineraries. Owing to the importance of the naturalistic area, Velletri is also part of the Parco Regionale dei Castelli Romani (Regional Park of the Castelli Romani).</p>
<p>In 1787, Goethe was so struck by the beauty of the town and by the surrounding nature that he described it in his famous &#8220;<em>Viaggio in Italia&#8221;.</em></p>
<p>Mainly an agricultural town, Velletri boasts of a significant wine production with a good variety of vines.</p>
<p>Pro loco Velitrae</p>
<p>📍 P.zza Garibaldi</p>
<p>☎️ +39 06961581</p>
<p>📧 prolocovelitrae@libero.it</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="leaflet-map WPLeafletMap" style="height:500px; width:100%;"></div><script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {/*<script>*/
var baseUrl = 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png';
var base = (!baseUrl && window.MQ) ? 
    window.MQ.mapLayer() : L.tileLayer(baseUrl, 
        L.Util.extend({}, {
            detectRetina: 0,
            minZoom: 11,
            maxZoom: 20,
        }, 
        {"subdomains":"abc","noWrap":false}        )
    );
    var options = L.Util.extend({}, {
        layers: [base],
        attributionControl: false
    }, 
    {"zoomControl":true,"scrollWheelZoom":false,"doubleClickZoom":false,"fitBounds":false,"minZoom":11,"maxZoom":20,"attribution":"<a href=\"http:\/\/leafletjs.com\" title=\"A JS library for interactive maps\">Leaflet<\/a>; \\r\\n\u00a9 <a href=\"http:\/\/www.openstreetmap.org\/copyright\">OpenStreetMap<\/a> contributors"}, 
    {});
window.WPLeafletMapPlugin.createMap(options).setView([41.6867015,12.7770433],10);});</script>
<script>
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];
window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/*<script>*/
var map = window.WPLeafletMapPlugin.getCurrentMap();
var group = window.WPLeafletMapPlugin.getCurrentGroup();
var marker_options = window.WPLeafletMapPlugin.getIconOptions({});
var marker = L.marker(
    [0,0], 
    marker_options
);
var is_image = map.is_image_map;
    marker.setLatLng( map.getCenter() );
if (marker_options.draggable) {
    marker.on('dragend', function () {
        var latlng = this.getLatLng();
        var lat = latlng.lat;
        var lng = latlng.lng;
        if (is_image) {
            console.log('leaflet-marker y=' + lat + ' x=' + lng);
        } else {
            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);
        }
    });
}
marker.addTo( group );
marker.bindPopup(window.WPLeafletMapPlugin.unescape('Velletri'));window.WPLeafletMapPlugin.markers.push( marker );
        });</script>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
