﻿// Here is the display data for the "Explore Regions" view of the interactive map.
var gmap_data = {
	"bay_area" : {
		title:"San Francisco Bay Area",
		body:"The San Francisco Bay Area has so much to explore, including the arts and culture of San Francisco, Silicon Valley's innovations, Marin's Headlands, Napa's vineyards, and Berkeley's free spirit.",
		left:"40",
		top:"319",
		url_section:"bay_area_uk"
	},
	"shasta_cascade" : {
		title:"Shasta Cascade",
		body:"The Shasta Cascade region is an outdoor enthusiast's paradise year round with every kind of recreation on Mounts Shasta and Lassen. In addition, you'll find arts, music, museums, and other urban amenities.",
		left:"134",
		top:"119",
		url_section: "shasta_cascade_uk"
	},
	"north_coast" : {
		title:"North Coast",
		body:"Find yourself amid the nature preserves, world class wineries, old growth redwood forests and rugged trails of California's North Coast, and you'll also discover artist enclaves, fine dining and music festivals.",
		left:"40",
		top:"224",
		url_section: "north_coast_uk"
	},
	"central_valley" : {
		title:"Central Valley",
		body:"The Central Valley's growing cities, including Bakersfield, Fresno and Stockton, offer art and history museums, symphony concerts, speedway racing, country music, and a Japanese garden.",
		left:"217",
		top:"383",
		url_section: "central_valley_uk"
	},
	"gold_country" : {
		title:"Gold Country",
		body:"In the Gold Country, you'll enjoy fishing, rafting and kayaking, find reminders of the Gold Rush around Auburn, Nevada City, and Angel's Camp, or discover more urban diversions in state capitol Sacramento.",
		left:"211",
		top:"258",
		url_section: "gold_country_uk"
	},
	"high_sierra" : {
		title:"High Sierra",
		body:"Home to Yosemite, Sequoia, Kings National Parks, Lake Tahoe and Mammoth Lakes recreation areas, the High Sierra is filled with breath-taking mountains, lakes, and rivers.",
		left:"297",
		top:"307",
		url_section: "high_sierra_uk"
	},
	"central_coast" : {
		title:"Central Coast",
		body:"The Central Coast is the perfect balance between urban and rural. From Monterey and Carmel through Big Sur and Santa Barbara, you'll find inspiration in wildlife refuges, vineyards, and beaches.",
		left:"147",
		top:"438",
		url_section: "central_coast_uk"
	},
	"desert" : {
		title:"Deserts",
		body:"The Deserts region offers higher temperatures, hot springs, art galleries in Palm Desert, exploration of Joshua Tree National Park, views of the Salton Sea, and luxury in Palm Springs.",
		left:"386",
		top:"449",
		url_section: "desert_uk"
	},
	"los_angeles" : {
		title:"Los Angeles",
		body:"The question in Los Angeles is never what to do, but where to begin. The county is home to many famous attractions in a relatively concentrated space. Your choices include amusement parks, architectural landmarks, art museums and galleries, beaches, parks, hiking and shopping, to name a few.",
		left:"262",
		top:"504",
		url_section: "los_angeles_uk"
	},
	"orange_county" : {
		title:"Orange County",
		body:"Theme parks (including Disneyland), outdoor shopping complexes, and fine restaurants in Anaheim, Costa Mesa and quintessential beach towns along the coast take advantage of the great weather.",
		left:"260",
		top:"549",
		url_section: "orange_county_uk"
	},
	"inland_empire" : {
		title:"Inland Empire",
		body:"Outdoor enthusiasts will love Big Bear Lake, skiing in the San Jacinto Mountains, or escaping to the San Bernardino National Forest. Former agricultural towns to visit include Ontario, Riverside, and San Bernardino.",
		left:"358",
		top:"523",
		url_section: "inland_empire_uk"
	},
	"san_diego" : {
		title:"San Diego",
		body:"70 miles of coastline and reliably sunny weather in San Diego, home to museums, the San Diego Zoo, theme parks, famous golf courses, great food, shopping and nightlife in the historic downtown quarter.",
		left:"333",
		top:"583",
		url_section: "san_diego_uk"
	}
};