			
			<script type="text/javascript">
			
				jQuery(document).ready(function($){ 
					
					/**
					 * init plugin map */
					 
					var plugin_map_placeholder = 'div#codespacing_progress_map_light_25854';
					var plugin_map = $(plugin_map_placeholder);
					
					/**
					 * Load Map options */
					 
					var map_options = cspm_load_map_options('initial', true, "39.8814634,20.706531700000028", 8);
					
					/**
					 * Activate the new google map visual */
					 
					google.maps.visualRefresh = true;
					
					/**
					 * The initial map style */
					 
					var initial_map_style = "ROADMAP";
					
					/**
					 * Enhance the map option with the map types id of the style */
					 
					 
											
						/**
						 * The initial style */
						 
						var map_type_id = cspm_initial_map_style(initial_map_style, true);
						
						/**
						 * Map type control option */
						 
						var mapTypeControlOptions = {mapTypeControlOptions: {
														position: google.maps.ControlPosition.TOP_RIGHT,
														mapTypeIds: [google.maps.MapTypeId.ROADMAP,
																	 google.maps.MapTypeId.SATELLITE,
																	 google.maps.MapTypeId.TERRAIN,
																	 google.maps.MapTypeId.HYBRID,
																	 "custom_style"]				
													}};
													
						var map_options = $.extend({}, map_options, map_type_id, mapTypeControlOptions);
						
										
										
					var json_markers_data = [];
					
					var map_id = 'light_25854';
					
					var infobox_div = $('div.cspm_infobox_container[data-map-id='+map_id+']');				
					
					var show_infobox = 'true';
					var infobox_type = 'cspm_type4';
					var infobox_display_event = 'onhover';
					
					_CSPM_MAP_RESIZED[map_id] = 0;
					
					post_ids_and_categories[map_id] = {};
					post_lat_lng_coords[map_id] = {};
					post_ids_and_child_status[map_id] = {};
					
					cspm_bubbles[map_id] = [];
					cspm_child_markers[map_id] = [];
					cspm_requests[map_id] = [];
					
																					
								/**
								 * Create the pin object */
								 
								var marker_object = cspm_new_pin_object(1, '25854', 39.8814634, 20.706531700000028, '', map_id, 'https://europe-greece.com/el/wp-content/plugins/codespacing-progress-map/img/pin-blue.png', '21x28', 'no');
								json_markers_data.push(marker_object); 					
						/**
						 * Create the map */
						 
						plugin_map.gmap3({	
								  
							map:{
								options: map_options,
								onces: {
									tilesloaded: function(){
										
										plugin_map.gmap3({ 
											marker:{
												values: json_markers_data,																			
											}
										});
										
																				
											$('div.codespacing_light_map_zoom_in_25854, div.codespacing_light_map_zoom_out_25854').show(); 										
										if(json_markers_data.length > 0 && show_infobox == 'true'){
											setTimeout(function(){
												cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_light_25854 cspm_type4" style="width:250px; height:50px;" data-map-id="light_25854" data-move-carousel="false" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'no');
											}, 1000);																
										}
										

									}
									
								},
								events:{
									zoom_changed: function(){
										setTimeout(function(){
											if(json_markers_data.length > 0 && show_infobox == 'true'){								
												cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_light_25854 cspm_type4" style="width:250px; height:50px;" data-map-id="light_25854" data-move-carousel="false" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'no');
											}
										}, 1000);
									},
									idle: function(){
										setTimeout(function(){
											if(json_markers_data.length > 0 && show_infobox == 'true' && !cspm_is_panorama_active(plugin_map)){								
												cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_light_25854 cspm_type4" style="width:250px; height:50px;" data-map-id="light_25854" data-move-carousel="false" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'no');
											}
										}, 1000);
									},				
									bounds_changed: function(){
										if(json_markers_data.length > 0 && show_infobox == 'true'){
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_light_25854 cspm_type4" style="width:250px; height:50px;" data-map-id="light_25854" data-move-carousel="false" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'no');														
										}
									},
									drag: function(){
										if(json_markers_data.length > 0 && show_infobox == 'true'){							
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_light_25854 cspm_type4" style="width:250px; height:50px;" data-map-id="light_25854" data-move-carousel="false" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'no');														
										}
									}
								}						
							},
							
							 
																styledmaptype:{
									id: "custom_style",
									options:{
										name: "Hopper",
										alt: "Show Hopper"
									},
									styles: [{"featureType":"water","elementType":"geometry","stylers":[{"hue":"#165c64"},{"saturation":34},{"lightness":-69},{"visibility":"on"}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"hue":"#b7caaa"},{"saturation":-14},{"lightness":-18},{"visibility":"on"}]},{"featureType":"landscape.man_made","elementType":"all","stylers":[{"hue":"#cbdac1"},{"saturation":-6},{"lightness":-9},{"visibility":"on"}]},{"featureType":"road","elementType":"geometry","stylers":[{"hue":"#8d9b83"},{"saturation":-89},{"lightness":-12},{"visibility":"on"}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"hue":"#d4dad0"},{"saturation":-88},{"lightness":54},{"visibility":"simplified"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"hue":"#bdc5b6"},{"saturation":-89},{"lightness":-3},{"visibility":"simplified"}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"hue":"#bdc5b6"},{"saturation":-89},{"lightness":-26},{"visibility":"on"}]},{"featureType":"poi","elementType":"geometry","stylers":[{"hue":"#c17118"},{"saturation":61},{"lightness":-45},{"visibility":"on"}]},{"featureType":"poi.park","elementType":"all","stylers":[{"hue":"#8ba975"},{"saturation":-46},{"lightness":-28},{"visibility":"on"}]},{"featureType":"transit","elementType":"geometry","stylers":[{"hue":"#a43218"},{"saturation":74},{"lightness":-51},{"visibility":"simplified"}]},{"featureType":"administrative.province","elementType":"all","stylers":[{"hue":"#ffffff"},{"saturation":0},{"lightness":100},{"visibility":"simplified"}]},{"featureType":"administrative.neighborhood","elementType":"all","stylers":[{"hue":"#ffffff"},{"saturation":0},{"lightness":100},{"visibility":"off"}]},{"featureType":"administrative.locality","elementType":"labels","stylers":[{"hue":"#ffffff"},{"saturation":0},{"lightness":100},{"visibility":"off"}]},{"featureType":"administrative.land_parcel","elementType":"all","stylers":[{"hue":"#ffffff"},{"saturation":0},{"lightness":100},{"visibility":"off"}]},{"featureType":"administrative","elementType":"all","stylers":[{"hue":"#3a3935"},{"saturation":5},{"lightness":-57},{"visibility":"off"}]},{"featureType":"poi.medical","elementType":"geometry","stylers":[{"hue":"#cba923"},{"saturation":50},{"lightness":-46},{"visibility":"on"}]}]								}
														
						});								
							
						/**
						 * Call zoom-in function */
						 
						cspm_zoom_in('25854', $('div.codespacing_light_map_zoom_in_25854'), plugin_map);
					
						/**
						 * Call zoom-out function */
						 
						cspm_zoom_out('25854', $('div.codespacing_light_map_zoom_out_25854'), plugin_map);
						
						/**
						 * Hide/Show UI Controls depending on the streetview visibility */
						
						var mapObject = plugin_map.gmap3('get');
						
						if(typeof mapObject.getStreetView === 'function'){
							
							var streetView = mapObject.getStreetView();
						
							google.maps.event.addListener(streetView, "visible_changed", function(){
								
								if(this.getVisible()){
									
									/**
									 * Hide the Zoom control before the map load	 */
									 
																			$('div.codespacing_light_map_zoom_in_25854, div.codespacing_light_map_zoom_out_25854').hide();
																		
									$('div.cspm_infobox_container[data-map-id='+map_id+']').hide();
									
								}else{
									
									/**
									 * Show the Zoom cotrol after the map load */
									 
																			$('div.codespacing_light_map_zoom_in_25854, div.codespacing_light_map_zoom_out_25854').show();
																		
									if(json_markers_data.length > 0 && show_infobox == 'true'){
										setTimeout(function(){
											cspm_draw_multiple_infoboxes(plugin_map, map_id, '<div class="cspm_infobox_container cspm_border_shadow cspm_infobox_multiple cspm_infobox_light_25854 cspm_type4" style="width:250px; height:50px;" data-map-id="light_25854" data-move-carousel="false" data-infobox-link-target="new_window"><div class="blue_cloud"></div><div class="cspm_arrow_down cspm_type4"></div></div>', infobox_type, 'no');														
										}, 200);
									}
								}
									
							});
							
						}
						
												
							/**
							 * Store the window width */
							 
							var windowWidth = $(window).width();
		
							$(window).resize(function(){
								
								/**
								 * Check window width has actually changed and it's not just iOS triggering a resize event on scroll */
								 
								if ($(window).width() != windowWidth) {
						
									/**
									 * Update the window width for next time */
									 
									windowWidth = $(window).width();
			
									setTimeout(function(){
										
										var latLng = new google.maps.LatLng (39.8814634, 20.706531700000028);							
										
										var map = plugin_map.gmap3("get");														
										
										if(typeof map.panTo === 'function')
											map.panTo(latLng);
											
										if(typeof map.setCenter === 'function')
											map.setCenter(latLng);
												
									}, 500);
									
								}
								
							});
							
												
												 
							$(plugin_map_placeholder+':visible').livequery(function(){
								if(_CSPM_MAP_RESIZED[map_id] <= 1){ /* 0 is for the first loading, 1 is when the user clicks the map tab */
									cspm_center_map_at_point(plugin_map, '25854', 39.8814634, 20.706531700000028, 'resize');
									_CSPM_MAP_RESIZED[map_id]++;
								}
								cspm_zoom_in_and_out(plugin_map);							
							});
						
											
										
				});
			
			</script> 
			
			{"id":25854,"date":"2018-03-21T01:10:54","date_gmt":"2018-03-20T22:10:54","guid":{"rendered":"http:\/\/www.touristikosodigos.com\/?p=98357"},"modified":"2018-12-03T02:01:02","modified_gmt":"2018-12-02T23:01:02","slug":"anoiksiatiki-apodrasi-se-mystiko-zagorochori","status":"publish","type":"post","link":"https:\/\/europe-greece.com\/el\/proorismoi-protaseis\/anoiksiatiki-apodrasi-se-mystiko-zagorochori\/","title":{"rendered":"\u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac \u03c3\u03c4\u03b1 \u0396\u03b1\u03b3\u03bf\u03c1\u03bf\u03c7\u03ce\u03c1\u03b9\u03b1"},"content":{"rendered":"<p>\u03a4\u03b1 \u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03bf \u03b3\u03bd\u03c9\u03c3\u03c4\u03cc \u03b1\u03c0\u03cc \u03c4\u03b1 46 \u03c7\u03c9\u03c1\u03b9\u03ac \u03c4\u03bf\u03c5 \u0396\u03b1\u03b3\u03bf\u03c1\u03af\u03bf\u03c5.<\/p>\n<p>\u0391\u03be\u03b9\u03bf\u03b8\u03ad\u03b1\u03c4\u03b1, \u03c4\u03b1\u00a0 \u03c3\u03c4\u03b5\u03bd\u03ac \u03ba\u03b1\u03bb\u03bd\u03c4\u03b5\u03c1\u03af\u03bc\u03b9\u03b1 \u03b1\u03bd\u03ac\u03bc\u03b5\u03c3\u03b1 \u03c3\u03c4\u03b1 \u03b1\u03c1\u03c7\u03bf\u03bd\u03c4\u03cc\u03c3\u03c0\u03b9\u03c4\u03b1 \u03b1\u03c0\u03cc \u03ac\u03c3\u03c0\u03c1\u03b7 \u03b6\u03b1\u03b3\u03bf\u03c1\u03af\u03c3\u03b9\u03b1 \u03c3\u03c4\u03bf\u03c5\u03c1\u03bd\u03b1\u03c1\u03cc\u03c0\u03b5\u03c4\u03c1\u03b1.<\/p>\n<p>\u03a6\u03c5\u03c3\u03b9\u03ba\u03ac \u03b1\u03be\u03b9\u03bf\u03b8\u03ad\u03b1\u03c4\u03b1 \u039f\u03b9 \u03c0\u03bb\u03b1\u03b3\u03b9\u03ad\u03c2 \u03bc\u03b5 \u03c6\u03c1\u03ac\u03be\u03bf\u03c5\u03c2, \u03c0\u03bf\u03c5\u03c1\u03bd\u03ac\u03c1\u03b9\u03b1, \u03ba\u03b1\u03c1\u03c5\u03b4\u03b9\u03ad\u03c2, \u03c3\u03c6\u03b5\u03bd\u03b4\u03ac\u03bc\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03b3\u03c1\u03b9\u03bf\u03ba\u03b5\u03c1\u03b1\u03c3\u03b9\u03ad\u03c2.<\/p>\n<p>\u0394\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ad\u03c2: \u0391\u03c0\u03cc \u03c4\u03b1 \u0386\u03bd\u03c9 \u03c3\u03c4\u03b1 \u03c0\u03b9\u03bf \u03bc\u03b9\u03ba\u03c1\u03ac \u039a\u03ac\u03c4\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac \u03b4\u03b9\u03b1\u03c3\u03c7\u03af\u03b6\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf\u03bd \u03b5\u03cd\u03c6\u03bf\u03c1\u03bf \u03c3\u03bf\u03c5\u03b4\u03b5\u03bd\u03b9\u03ce\u03c4\u03b9\u03ba\u03bf \u03ba\u03ac\u03bc\u03c0\u03bf \u03c0\u03bf\u03c5 \u03c7\u03c9\u03c1\u03af\u03b6\u03b5\u03b9 \u03c4\u03b1 \u03b4\u03cd\u03bf \u03c7\u03c9\u03c1\u03b9\u03ac.<\/p>\n<p>\u03a4\u03b1 \u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac \u03c3\u03c6\u03cd\u03b6\u03bf\u03c5\u03bd \u03b1\u03c0\u03cc \u03b6\u03c9\u03ae \u03cc\u03bb\u03bf \u03c4\u03bf \u03c7\u03c1\u03cc\u03bd\u03bf. \u039f\u03b9 \u03bd\u03ad\u03bf\u03b9\u00a0 \u03b5\u03c0\u03ad\u03c3\u03c4\u03c1\u03b5\u03c8\u03b1\u03bd \u03c3\u03c4\u03bf \u03c7\u03c9\u03c1\u03b9\u03cc, \u03b1\u03bd\u03b1\u03ba\u03b1\u03af\u03bd\u03b7\u03c3\u03b1\u03bd\u00a0 \u03c4\u03b1 \u03b5\u03c1\u03b5\u03b9\u03c0\u03c9\u03bc\u03ad\u03bd\u03b1 \u03b1\u03bb\u03bb\u03b1 \u03c0\u03b1\u03bd\u03ad\u03bc\u03bf\u03c1\u03c6\u03b1 \u03b1\u03c1\u03c7\u03bf\u03bd\u03c4\u03b9\u03ba\u03ac \u03c4\u03bf\u03c5 1870 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03ad\u03ba\u03b1\u03bd\u03b1\u03bd \u03be\u03b5\u03bd\u03ce\u03bd\u03b5\u03c2.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u0394\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u00a0<\/strong><br \/>\n<strong>Amaryllis Luxury Guest House\u00a0<\/strong>\u0393\u03b1\u03bb\u03bb\u03b9\u03ba\u03ae country \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b9\u03ba\u03ae \u03c3\u03b5 \u03b1\u03bd\u03b1\u03ba\u03b1\u03b9\u03bd\u03b9\u03c3\u03bc\u03ad\u03bd\u03b7 \u03bf\u03b9\u03ba\u03af\u03b1 \u03c4\u03bf\u03c5 1867 \u03bc\u03b5 \u03bf\u03ba\u03c4\u03ce \u03c1\u03bf\u03bc\u03b1\u03bd\u03c4\u03b9\u03ba\u03ac \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 \u03bc\u03b5 \u03b3\u03ae\u03b9\u03bd\u03b1 \u03c0\u03b1\u03c4\u03b9\u03bd\u03b1\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03b1 \u03c7\u03c1\u03ce\u03bc\u03b1\u03c4\u03b1, \u03b3\u03b1\u03bb\u03bb\u03b9\u03ba\u03ac \u03ad\u03c0\u03b9\u03c0\u03bb\u03b1, \u03ba\u03c1\u03b5\u03b2\u03ac\u03c4\u03b9\u03b1 \u03bc\u03b5 \u03c3\u03ba\u03b1\u03bb\u03b9\u03c3\u03c4\u03ac \u03ba\u03b5\u03c6\u03b1\u03bb\u03ac\u03c1\u03b9\u03b1, \u03c7\u03b5\u03b9\u03c1\u03bf\u03c0\u03bf\u03af\u03b7\u03c4\u03bf\u03c5\u03c2 \u03ba\u03b1\u03b8\u03c1\u03ad\u03c6\u03c4\u03b5\u03c2, \u03b6\u03c9\u03b3\u03c1\u03b1\u03c6\u03b9\u03ba\u03ad\u03c2 \u03bc\u03c0\u03bf\u03c1\u03bd\u03c4\u03bf\u03cd\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03b9\u03c4\u03b1\u03bb\u03b9\u03ba\u03ac \u03bc\u03ac\u03c1\u03bc\u03b1\u03c1\u03b1 \u03c3\u03c4\u03b1 \u03bc\u03c0\u03ac\u03bd\u03b9\u03b1 (\u03c4\u03b7\u03bb.: 26530 71132,\u00a0<a href=\"http:\/\/www.amaryllishouse.gr\/\" target=\"_blank\" rel=\"noopener\">www.amaryllishouse.gr<\/a>).<\/p>\n<p><strong>Primoula Country Hotel and Spa\u00a0<\/strong>\u03a3\u03c4\u03bf \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf \u03c4\u03bf\u03c5 \u03c7\u03c9\u03c1\u03b9\u03bf\u03cd \u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac, \u03ad\u03bd\u03b1 \u03be\u03b5\u03c7\u03b1\u03c3\u03bc\u03ad\u03bd\u03bf \u03b1\u03c1\u03c7\u03bf\u03bd\u03c4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 1870, \u03c0\u03bf\u03c5 \u03b1\u03bd\u03b1\u03c0\u03b1\u03bb\u03b1\u03b9\u03ce\u03b8\u03b7\u03ba\u03b5 \u03bc\u03b5 \u03c3\u03b5\u03b2\u03b1\u03c3\u03bc\u03cc \u03ba\u03b1\u03b9 \u03b5\u03be\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03b3\u03bf\u03cd\u03c3\u03c4\u03bf, \u03c6\u03b9\u03bb\u03bf\u03be\u03b5\u03bd\u03b5\u03af \u03c4\u03bf\u03bd \u03bc\u03b9\u03ba\u03c1\u03cc \u03ba\u03b1\u03b9 \u03b3\u03bf\u03b7\u03c4\u03b5\u03c5\u03c4\u03b9\u03ba\u03cc \u03be\u03b5\u03bd\u03ce\u03bd\u03b1 \u03a0\u03c1\u03af\u03bc\u03bf\u03c5\u03bb\u03b1.\u00a0 (\u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac, \u03c4\u03b7\u03bb.: 26530 71133,\u00a0<a href=\"http:\/\/www.primoula.gr\/\" target=\"_blank\" rel=\"noopener\">www.primoula.gr<\/a><em>,\u00a0<\/em>\u03ba\u03b5\u03bd\u03c4\u03c1\u03b9\u03ba\u03ae \u03c6\u03c9\u03c4\u03cc).<\/p>\n<p><strong>\u03a0\u03cd\u03c1\u03c1\u03b5\u03b9\u03bf\u03bd \u0392outique \u0397otel\u00a0<\/strong>\u03a3\u03c4\u03b1 \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 \u03c4\u03bf\u03c5 \u03c3\u03c5\u03bd\u03c5\u03c0\u03ac\u03c1\u03c7\u03bf\u03c5\u03bd \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b4\u03bf\u03c3\u03b9\u03b1\u03ba\u03ac \u03c3\u03c4\u03bf\u03b9\u03c7\u03b5\u03af\u03b1 \u03c4\u03b7\u03c2 \u03bd\u03c4\u03cc\u03c0\u03b9\u03b1\u03c2 \u03b1\u03b9\u03c3\u03b8\u03b7\u03c4\u03b9\u03ba\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03c1\u03ac\u03b4\u03bf\u03c3\u03b7\u03c2 \u03bc\u03b5 \u03bc\u03bf\u03bd\u03c4\u03ad\u03c1\u03bd\u03b5\u03c2 \u03c0\u03b9\u03bd\u03b5\u03bb\u03b9\u03ad\u03c2. \u0395\u03b4\u03ce \u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae \u03c3\u03c5\u03bd\u03b4\u03c5\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bc\u03b5 \u03b3\u03bb\u03c5\u03ba\u03ac \u03c4\u03bf\u03c5 \u03ba\u03bf\u03c5\u03c4\u03b1\u03bb\u03b9\u03bf\u03cd, \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 \u03bc\u03b5 \u03c0\u03b1\u03c1\u03ac\u03b8\u03c5\u03c1\u03b1 \u03c0\u03bf\u03c5 \u03ba\u03b1\u03b4\u03c1\u03ac\u03c1\u03bf\u03c5\u03bd \u03b5\u03bd\u03c4\u03c5\u03c0\u03c9\u03c3\u03b9\u03b1\u03ba\u03ac \u03c4\u03b7 \u03b3\u03cd\u03c1\u03c9 \u03c6\u03cd\u03c3\u03b7, \u03b5\u03bd\u03c4\u03c5\u03c0\u03c9\u03c3\u03b9\u03b1\u03ba\u03ac \u03c4\u03b1\u03b2\u03ac\u03bd\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03b4\u03c9\u03bc\u03ac\u03c4\u03b9\u03b1 \u03c0\u03bf\u03c5 \u03c4\u03bf \u03ba\u03b1\u03b8\u03ad\u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03ba\u03b1\u03b9 \u03ba\u03ac\u03c4\u03b9 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc. (\u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac, \u03c4\u03b7\u03bb.: 2653071141,\u00a0<a href=\"http:\/\/www.pirrion.gr\/\" target=\"_blank\" rel=\"noopener\">www.pirrion.gr<\/a>)<\/p>\n<p><strong>\u03a6\u03b1\u03b3\u03b7\u03c4\u03cc<\/strong><br \/>\n<strong>\u039c\u03bf\u03bd\u03bf\u03c0\u03ac\u03c4\u03b9\u03b1 Restaurant\u00a0<\/strong>\u03a4\u03bf \u03b5\u03c3\u03c4\u03b9\u03b1\u03c4\u03cc\u03c1\u03b9\u03bf \u03c4\u03bf\u03c5 \u03bf\u03bc\u03ce\u03bd\u03c5\u03bc\u03bf\u03c5 \u03be\u03b5\u03bd\u03ce\u03bd\u03b1 \u03c3\u03c4\u03b5\u03b3\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03c3\u03b5 \u03b4\u03b9\u03ce\u03c1\u03bf\u03c6\u03bf \u03b1\u03bd\u03b1\u03c3\u03c4\u03b7\u03bb\u03c9\u03bc\u03ad\u03bd\u03bf \u03b1\u03c1\u03c7\u03bf\u03bd\u03c4\u03b9\u03ba\u03cc \u03c4\u03bf\u03c5 19\u03bf\u03c5 \u03b1\u03b9\u03ce\u03bd\u03b1, \u03ba\u03cc\u03c3\u03bc\u03b7\u03bc\u03b1 \u03c4\u03b7\u03c2 \u03b7\u03c0\u03b5\u03b9\u03c1\u03ce\u03c4\u03b9\u03ba\u03b7\u03c2 \u03b1\u03c1\u03c7\u03b9\u03c4\u03b5\u03ba\u03c4\u03bf\u03bd\u03b9\u03ba\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03c3\u03b5\u03c1\u03b2\u03af\u03c1\u03b5\u03b9 \u03b5\u03ba\u03bb\u03b5\u03ba\u03c4\u03ae \u03b5\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u03ba\u03bf\u03c5\u03b6\u03af\u03bd\u03b1 \u03c3\u03c5\u03bd\u03bf\u03b4\u03b5\u03af\u03b1 \u03ba\u03c1\u03b1\u03c3\u03b9\u03ce\u03bd \u03ba\u03c5\u03c1\u03af\u03c9\u03c2 \u03b1\u03c0\u03cc \u03c4\u03b7 \u03b2\u03cc\u03c1\u03b5\u03b9\u03b1 \u0395\u03bb\u03bb\u03ac\u03b4\u03b1 (\u03c4\u03b7\u03bb.: 26530 71116, www.monopatiaresort.gr) .<\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/www.arttravel.gr\/arttravel-best_travel-ideas\/article\/18673\/anoixh-sto-mustiko-zagoroxori\">\u03a0\u03b7\u03b3\u03ae<\/a><\/p>\n<p>\u03a0\u03b7\u03b3\u03ae: <a href=\"http:\/\/www.touristikosodigos.com\/anoixiatiki-apodrasi-se-mystiko-zagorochori\/\" target=\"_blank\" rel=\"noopener\">touristikosodigos.com <\/a><div style=\"width:100%; height:300px; position:relative;\"><div class=\"codespacing_zoom_container\"><div class=\"codespacing_light_map_zoom_in_25854 cspm_zoom_in_control cspm_border_shadow cspm_border_top_radius\" title=\"Zoom in\"><img src=\"https:\/\/europe-greece.com\/el\/wp-content\/plugins\/codespacing-progress-map\/img\/addition-sign.png\" \/><\/div><div class=\"codespacing_light_map_zoom_out_25854 cspm_zoom_out_control cspm_border_shadow cspm_border_bottom_radius\" title=\"Zoom out\"><img src=\"https:\/\/europe-greece.com\/el\/wp-content\/plugins\/codespacing-progress-map\/img\/minus-sign.png\" \/><\/div><\/div><div id=\"codespacing_progress_map_light_25854\" style=\"width:100%; height:100%;\"><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u03a4\u03b1 \u0386\u03bd\u03c9 \u03a0\u03b5\u03b4\u03b9\u03bd\u03ac \u03b5\u03af\u03bd\u03b1\u03b9 \u03c4\u03bf \u03bb\u03b9\u03b3\u03cc\u03c4\u03b5\u03c1\u03bf \u03b3\u03bd\u03c9\u03c3\u03c4\u03cc \u03b1\u03c0\u03cc \u03c4\u03b1 46 \u03c7\u03c9\u03c1\u03b9\u03ac \u03c4\u03bf\u03c5 \u0396\u03b1\u03b3\u03bf\u03c1\u03af\u03bf\u03c5. \u0391\u03be\u03b9\u03bf\u03b8\u03ad\u03b1\u03c4\u03b1, \u03c4\u03b1\u00a0 \u03c3\u03c4\u03b5\u03bd\u03ac \u03ba\u03b1\u03bb\u03bd\u03c4\u03b5\u03c1\u03af\u03bc\u03b9\u03b1 \u03b1\u03bd\u03ac\u03bc\u03b5\u03c3\u03b1 \u03c3\u03c4\u03b1 \u03b1\u03c1\u03c7\u03bf\u03bd\u03c4\u03cc\u03c3\u03c0\u03b9\u03c4\u03b1<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[2690],"tags":[42,1630,3965,612],"_links":{"self":[{"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/posts\/25854"}],"collection":[{"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/comments?post=25854"}],"version-history":[{"count":0,"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/posts\/25854\/revisions"}],"wp:attachment":[{"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/media?parent=25854"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/categories?post=25854"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/europe-greece.com\/el\/wp-json\/wp\/v2\/tags?post=25854"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}