			
			<script type="text/javascript">
			
				jQuery(document).ready(function($){ 
					
					/**
					 * init plugin map */
					 
					var plugin_map_placeholder = 'div#codespacing_progress_map_light_2585';
					var plugin_map = $(plugin_map_placeholder);
					
					/**
					 * Load Map options */
					 
					var map_options = cspm_load_map_options('initial', true, "45.3126158,7.394845199999963", 10);
					
					/**
					 * 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: {
								style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,
								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_2585';
					
					//var infobox_div = $('div.cspm_infobox_container[data-map-id='+map_id+']');				
					
					var show_infobox = 'true';
					var infobox_type = 'cspm_type2';
					var infobox_display_event = 'onclick';
					
					_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_infoboxes[map_id] = []; //@since 3.9
					
																					
								/**
								 * Create the pin object */
								 						 
							    var marker_object = cspm_new_pin_object(map_id, {"post_id":"2585","post_categories":"","coordinates":{"lat":"45.3126158","lng":"7.394845199999963"},"icon":{"url":"https:\/\/turismovallidilanzo.it\/wp-content\/uploads\/2014\/11\/marker.png","size":"28x35"},"is_child":"no","media":[]});
								json_markers_data.push(marker_object); 						
						var hide_modal =  false;  // @since 3.5
						
						/**
						 * Create the map */
						 
						plugin_map.gmap3({	
								  
							map:{
								options: map_options,
								onces: {
									tilesloaded: function(){
										
										plugin_map.gmap3({ 
											marker:{
												values: json_markers_data,																			
												events:{
													mouseover: function(marker, event, elements){

														/**
														 * Display the single infobox
														 * @since 3.9 */
	
														if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onhover')
															cspm_draw_single_infobox(plugin_map, map_id, marker, {"type":"cspm_type2","display_event":"onclick","link_target":"same_window","remove_on_mouseout":"false"});
														
														/**
														 * Show a message to the user to inform them that ...
														 * ... they can open the the post medial modal if they ...
														 * ... click on the marker.
														 *
														 * @since 3.5 */
	
														if(!hide_modal && typeof marker.media !== 'undefined' && marker.media.format != 'standard' && marker.media.format != '')
															cspm_open_media_message(marker.media, map_id);
													
													},
													mouseout: function(marker, event, elements){
														
														/**
														 * Hide the post media message
														 * @since 3.5 */
	
														if(!hide_modal && typeof marker.media !== 'undefined' && marker.media.format != 'standard' && marker.media.format != '')
															cspm_close_media_message(map_id);
														
													},
													click: function(marker, event, elements){

														/**
														 * Display the single infobox
														 * @since 3.9 */
	
														if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onclick')
															cspm_draw_single_infobox(plugin_map, map_id, marker, {"type":"cspm_type2","display_event":"onclick","link_target":"same_window","remove_on_mouseout":"false"});
														
														/**
														 * Open the post/location media modal
														 * @since 3.5 */

														if(!hide_modal && typeof marker.media !== 'undefined' && marker.media.format != 'standard')
															cspm_open_media_modal(marker.media, map_id);
														
													}
												}
											},
										});
										
																				
											$('div.cspm_zoom_in_2585, div.cspm_zoom_out_2585').show(); 										
										if(json_markers_data.length > 0 && show_infobox == 'true' && infobox_display_event == 'onload'){
											cspm_draw_multiple_infoboxes(plugin_map, map_id, {"type":"cspm_type2","display_event":"onclick","link_target":"same_window","remove_on_mouseout":"false"}); //@updated 3.9
										}

									}
									
								}						
							},
							
							 
																styledmaptype:{
									id: "custom_style",
									options:{
										name: "Vintage",
										alt: "Show Vintage"
									},
									styles: [{"stylers":[{"visibility":"off"}]},{"featureType":"water","stylers":[{"visibility":"on"},{"color":"#2f343b"}]},{"featureType":"landscape","stylers":[{"visibility":"on"},{"color":"#703030"}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"visibility":"on"},{"color":"#2f343b"},{"weight":1}]}]								}
														
						});								
							
						/**
						 * Call zoom-in function */
						 
						cspm_zoom_in('2585', $('div.cspm_zoom_in_2585'), plugin_map);
					
						/**
						 * Call zoom-out function */
						 
						cspm_zoom_out('2585', $('div.cspm_zoom_out_2585'), 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.cspm_zoom_in_2585, div.cspm_zoom_out_2585').hide();
																		
								}else{
									
									/**
									 * Show the Zoom cotrol after the map load */
									 
																			$('div.cspm_zoom_in_2585, div.cspm_zoom_out_2585').show();
									
								}
									
							});
							
						}
						
												
							/**
							 * 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 (45.3126158, 7.394845199999963);							
										
										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, '2585', 45.3126158, 7.394845199999963, 'resize');
									_CSPM_MAP_RESIZED[map_id]++;
								}
								cspm_zoom_in_and_out(plugin_map);							
							});
						
											
										
				});
			
			</script> 
			
			{"id":2585,"date":"2014-11-10T12:23:07","date_gmt":"2014-11-10T11:23:07","guid":{"rendered":"http:\/\/turismovallidilanzo.it\/?page_id=2585"},"modified":"2018-09-24T10:52:08","modified_gmt":"2018-09-24T09:52:08","slug":"consortium","status":"publish","type":"page","link":"https:\/\/turismovallidilanzo.it\/en\/consortium\/","title":{"rendered":"Consortium"},"content":{"rendered":"<p>At the moment the Consorzio Operatori Turistici Valli di Lanzo groups\u00a0different businesses (hotels, restaurants, agritourisms, farms, tourist and sport services operators). The common goal is to develop the Lanzo Ceronda Casternone Valleys tourist offer, to improve the reception quality and increase the territory use, in full compliance of the Valleys cultural identities and naturalist resources.<\/p>\n<p>The Consortium is a nonprofit group the purpose of which is the promotion, development and coordination of its Members.<br \/>\nThe Consortium activity is addressed to the study, planning and fulfillment of interventions in the tourist field.\u00a0 We believe that our own ventures may bring new attention to the Lanzo Valleys and a growth of local tourist flow. This is true particularly if we act in synergy with public and private associations such as Metropolitan City of Turin, Regione Piemonte, Unione Montana Valli di Lanzo Ceronda Casternone, Unione Montana Alpi Graie, the territory Town Halls and GAL Valli di Lanzo Ceronda Casternone.<\/p>\n<p>The Consortium is available to organize holiday packages focused on various types of users\u2019 needs and interests, giving particular attention to accessibility problems.<br \/>\nThe trademark Naturando, of which the Consorzio Operatori Turistici Valli di Lanzo is the legal owner, labels all our holiday packages.<\/p>\n<p>&nbsp;<\/p>\n<h3><strong>Consorzio Operatori Turistici Valli di Lanzo<\/strong><\/h3>\n<p>Frazione F\u00e8, 2<br \/>\n10070 Ceres (TO)<br \/>\nMobile +39\u00a0389 83 79 177<br \/>\ne-mail: <a href=\"mailto:segreteria@turismovallidilanzo.it\">segreteria@turismovallidilanzo.it<\/a><\/p>\n<p>&nbsp;<\/p>\n<div style=\"height: 500px; width: 100%;\"><div style=\"width:100%; height:500px; position:relative;\"><div class=\"cspm_zoom_container\"><div class=\"cspm_zoom_in_2585 cspm_map_btn cspm_zoom_in_control cspm_bg_rgb_hover cspm_border_shadow cspm_border_top_radius\" title=\"Zoom in\"><img class=\"cspm_svg cspm_svg_white\" src=\"https:\/\/turismovallidilanzo.it\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/addition-sign.svg\" \/><\/div><div class=\"cspm_zoom_out_2585 cspm_map_btn cspm_zoom_out_control cspm_bg_rgb_hover cspm_border_shadow cspm_border_bottom_radius\" title=\"Zoom out\"><img class=\"cspm_svg cspm_svg_white\" src=\"https:\/\/turismovallidilanzo.it\/wp-content\/plugins\/codespacing-progress-map\/img\/svg\/minus-sign.svg\" \/><\/div><\/div><div id=\"codespacing_progress_map_light_2585\" style=\"width:100%; height:100%;\"><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>At the moment the Consorzio Operatori Turistici Valli di Lanzo groups\u00a0different businesses (hotels, restaurants, agritourisms, farms, tourist and sport services operators). The common goal is to develop the Lanzo Ceronda Casternone Valleys tourist offer, to improve the reception quality and increase the territory use, in full compliance of the Valleys cultural identities and naturalist resources. [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":3066,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v16.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/turismovallidilanzo.it\/en\/consortium\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Consortium - Turismo nelle Valli di Lanzo\" \/>\n<meta property=\"og:description\" content=\"At the moment the Consorzio Operatori Turistici Valli di Lanzo groups\u00a0different businesses (hotels, restaurants, agritourisms, farms, tourist and sport services operators). The common goal is to develop the Lanzo Ceronda Casternone Valleys tourist offer, to improve the reception quality and increase the territory use, in full compliance of the Valleys cultural identities and naturalist resources. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/turismovallidilanzo.it\/en\/consortium\/\" \/>\n<meta property=\"og:site_name\" content=\"Turismo nelle Valli di Lanzo\" \/>\n<meta property=\"article:modified_time\" content=\"2018-09-24T09:52:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/turismovallidilanzo.it\/wp-content\/uploads\/2014\/10\/logo_consorzio.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1140\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/turismovallidilanzo.it\/#website\",\"url\":\"https:\/\/turismovallidilanzo.it\/\",\"name\":\"Turismo nelle Valli di Lanzo\",\"description\":\"Official portal of the Valli di Lanzo\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":\"https:\/\/turismovallidilanzo.it\/?s={search_term_string}\",\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/turismovallidilanzo.it\/en\/consortium\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/turismovallidilanzo.it\/wp-content\/uploads\/2014\/10\/logo_consorzio.jpg\",\"contentUrl\":\"https:\/\/turismovallidilanzo.it\/wp-content\/uploads\/2014\/10\/logo_consorzio.jpg\",\"width\":1140,\"height\":300},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/turismovallidilanzo.it\/en\/consortium\/#webpage\",\"url\":\"https:\/\/turismovallidilanzo.it\/en\/consortium\/\",\"name\":\"Consortium - Turismo nelle Valli di Lanzo\",\"isPartOf\":{\"@id\":\"https:\/\/turismovallidilanzo.it\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/turismovallidilanzo.it\/en\/consortium\/#primaryimage\"},\"datePublished\":\"2014-11-10T11:23:07+00:00\",\"dateModified\":\"2018-09-24T09:52:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/turismovallidilanzo.it\/en\/consortium\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/turismovallidilanzo.it\/en\/consortium\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/turismovallidilanzo.it\/en\/consortium\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/turismovallidilanzo.it\/en\/home-2\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Consortium\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","_links":{"self":[{"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/pages\/2585\/"}],"collection":[{"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/pages\/"}],"about":[{"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/types\/page\/"}],"author":[{"embeddable":true,"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/users\/4\/"}],"replies":[{"embeddable":true,"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/comments\/?post=2585"}],"version-history":[{"count":1,"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/pages\/2585\/revisions\/"}],"predecessor-version":[{"id":5261,"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/pages\/2585\/revisions\/5261\/"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/media\/3066\/"}],"wp:attachment":[{"href":"https:\/\/turismovallidilanzo.it\/en\/wp-json\/wp\/v2\/media\/?parent=2585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}