widget.data.addresses.push	({
				"name"		: "SiteLab International Inc.", 
				"locationName"	: "Corporate Office", 
				"streetAddress"	: "2223 Avenida de la Playa", 
				"city"		: "La Jolla", 
				"state"		: "CA", 
				"zip"		: "92037",
				"phone"		: "858-456-4720",
				"icon"		: "/pngs/sitelab-logo-trans.png",
				"iconShadow"	: "",
				"photo" 	: "/jpgs/la_jolla.jpg",
				"description"	: ""
				});

widget.data.mapLogo = 			"/gifs/SLI_logo_rgb outline.png";	// main logo; fixed to map frame
widget.data.balloonTemplateUrl =	"/Interactive_Web_Agency/Contact_Sitelab_Agency/sitelab_map_widget_template.html";		// template HTML for the info balloon & mapInfo section (rollovers)

widget.map.showMainLogo = 		true;
widget.map.showBalloonEvent =		"click";				// when to show info balloon; use: load, click, never
widget.map.showZoomControls = true;




