var locations_data = { locations: [
	{
		simpleContent: "<h4>Whitewater Hotel</h4><p>Lakeland Village, Newby Bridge<br />England LA12 8PX, UK<br />Tel: +44 (0)1539 531133<br />Fax: +44 (0)1539 531881<br /><br /><br /><br /><br /><br /></p>",
		//maximizedContent: "directions.html",
		maximizedContent: "",
		latitude: 54.25631,
		longitude: -2.98976,
		zoom:  16,
		icon: "wp-content/themes/wh09/img/icon/whitewater.gif"
	},
	{
		simpleContent: "<h4>Manchester</h4><p>Manchester Airport<br /><br /><br /><br /></p>",
		maximizedContent: "",
		latitude: 53.36442,
		longitude: -2.275186,
		zoom: 9,
		icon: "wp-content/themes/wh09/img/icon/airport.gif"
	}
]};

jQuery(document).ready(function(){
	jQuery("#gmaps_container").gmaps({
		data: locations_data,
		infopanel: jQuery("#gmaps_info").get(0),
		relativepath: "http://www.whitewater-hotel.co.uk/"
	});
});
