var iconData = {
	'marker-event': { width: 32, height: 28 },
	'marker-event_shadow': { width: 32, height: 28 },
	'marker-house': { width: 26, height: 23 },
	'marker-house_shadow': { width: 38, height: 23 },
	'marker-headquarters': { width: 32, height: 32 },
	'marker-headquarters_shadow': { width: 59, height: 32 }
};

var officeLayer = [
	{ // Way out view
		'zoom': [0, 9],
		'places': [
			{
				'name': 'Shop Local San Francisco',
				'desc': "You can't do it from way up there!",
				'icon': ['marker-headquarters', 'marker-headquarters_shadow'],
				'posn': [37.775196, -122.419204]
			},
		]
	},
/*
	{ // Neighborhoods
		'zoom': [10, 12],
		'places': [
{ 'name': 'Bayview', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.735935269, -122.3876094] },
{ 'name': 'Castro', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.764540455, -122.4255466] },
{ 'name': 'Divisadero Corridor', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.776210094, -122.4383783] },
{ 'name': 'Fisherman&#039;s Wharf - Pier 39', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.807207106, -122.4179506] },
{ 'name': 'Hayes Valley', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.773564233, -122.4239587] },
{ 'name': 'Inner Richmond', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.782926, -122.466059] },
{ 'name': 'Japantown', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.786385602, -122.4312114] },
{ 'name': 'Lower Haight', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.769357797, -122.4297523] },
{ 'name': 'Noe Valley', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.75141, -122.431855] },
{ 'name': 'South of Market (SoMa)', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.780348303, -122.3908710] },
{ 'name': 'Tenderloin', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.783740105, -122.4138736] },
{ 'name': 'The Mission', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.759179946, -122.4171352] },
{ 'name': 'Union Square', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.788318790, -122.4067497] },
{ 'name': 'Union Street', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.796763176, -122.4338293] },
{ 'name': 'Upper Fillmore', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.786962172, -122.4276494] },
{ 'name': 'Visitacion Valley', 'icon': ['marker-house', 'marker-house_shadow'], 'posn': [37.712870016, -122.4054622] }
		]
	},
*/
	{ // Events
		'zoom': [14, 17],
		'places': [

		]
	}
];
