/*********************************************************************
 * Author: Jonathan Cook, Jonathan Cook Consulting jcook.org
 	     .--.                     
 *	    .--,`|                     
 *	    |  |.    ,---.     ,---.   
 *	    '--`_   /     \   /     \  
 *	    ,--,'| /    / '  /    / '  
 *	    |  | '.    ' /  .    ' /   
 *	    :  | |'   ; :__ '   ; :__  
 *	  __|  : ''   | '.'|'   | '.'| 
 *	.'__/\_: ||   :    :|   :    : 
 *	|   :    : \   \  /  \   \  /  
 *	 \   \  /   `----'    `----'   
 *	  `--`-'              
 * 
 * Ver: 1
 * Description: Goole Map written with the Google map api v.2. This 
 * 	map belongs to life Deck, www.lifedeck.com, very good
 * 	help came from the ideas at 
 * 	http://www.econym.demon.co.uk/googlemaps/
 * 	http://koti.mbnet.fi/ojalesa/exam/index.html
 * 	The map is intended to show off the location and quick image
 * 	of the job, so that people can visit the actual site. 
 * 
 * Methods:
 * 	makeMarker(point, html, addr)
 * 		parameters:
 * 			point - Latitude and Longitude version
 * 				of the address.
 * 			html - The Code that will be put in the
 * 				div overlay.
 * 			addr - The actual address of the place.
 *
 * 		description: Creates the actual markers on the map.
 *
 * Maintainer(s): Jonathan Cook  (9/24/07) -> Current
 * Info for maintainers:
 * 	To add extra markers, scroll to the bottom and make appropriate
 * 	call to the makeMarker() function and make sure that all three
 * 	parameters are correct. The address has to be in both address
 * 	and geocode form for everything to work properly.
 *
 *********************************************************************/
/* Global Variable definitions. */
	var point;
	var googleMap;
	
/* Creates the markers and css popup elements. */
	function makeMarker(pointer,html,addr) 
	{
		/* Clear the old marker and instantiate a new one.*/
        	var marker = new GMarker(pointer);
		GEvent.addListener(marker, "click", 
			function() 
			{
        			marker.openInfoWindowHtml('<br>'+
					html+ '<br>For directions, enter start address:'+
					'<form action="http://maps.google.com/maps"'+
					' method="get" target="_blank">'+'<input type="text" '+
					'SIZE=30 MAXLENGTH=180 name="saddr"'+
					' id="saddr" value="" /><br>'+'<INPUT '+
					'value="Get Directions" TYPE="SUBMIT">' +
           				'<input type="hidden" name="daddr" value="'+addr+'"/>');
        		}
		);
						
		googleMap.addOverlay(marker);
      }

/* This creates and displays the actual map. */
	googleMap = new GMap2(document.getElementById("googleMap"));
	googleMap.addControl(new GLargeMapControl());
	googleMap.addControl(new GMapTypeControl());
	googleMap.setCenter(new GLatLng(32.709229,-117.168404), 10);
	googleMap.enableScrollWheelZoom();

/* Allow scrolling with mouse wheel, but when on map do not allow page scroll. */	
	function wheelevent(e)
	{
		if (!e)
		{
			e = window.event;
		}
		if (e.preventDefault)
		{
			e.preventDefault();
		}
		e.returnValue = false;
	}
	GEvent.addDomListener(googleMap.getContainer(), "DOMMouseScroll", wheelevent);
	googleMap.getContainer().onmousewheel = wheelevent; 

/* Hide Controls when not on map. */
	googleMap.hideControls();

	// Show
	GEvent.addListener(googleMap, "mouseover", function(){
		googleMap.showControls();
	});

	// Hide
	GEvent.addListener(googleMap, "mouseout", function(){
		googleMap.hideControls(); 
	});

/* Add additional Markers to the map.*/
/*--------------------------Begin-----------------------------------------*/
	// Manchester Grand Hyatt 1 market Place, San Diego, CA 92101
	point = new GLatLng(32.709229,-117.168404);
	makeMarker(point,'<a href="http://manchestergrand.hyatt.com/hyatt/hotels/index.jsp">Manchester Grand Hyatt</a> <br> 1 Market Place, San'+
			' Diego, CA 92101 <br><img height="200" width="300"'+
			'src="images/map/grandHyatt.jpg"><br>',
			'1 market Place, San Diego, CA 92101');

	// Best Western Bayside Inn 555 West Ash Street San Diego, CA 92101
	point = new GLatLng(32.719879,-117.168566);
	makeMarker(point,'<a href="http://www.baysideinn.com/">Best Western Bayside Inn</a><br>Inn 555 West Ash Street '+
			'San Diego, CA 92101 <br><img height="200" width="300"'+
			'src="images/map/bestWestern.jpg"><br>',
			'555 West Ash Street San Diego, CA 92101');

	// Stone Brewing 1999 Citracado Parkway, Escondido, CA, 92029 
	point = new GLatLng(33.098358,-117.111618);	
	makeMarker(point,'<a href="http://www.stoneworldbistro.com/">Stone Brewing World Bistro and Gardens</a><br>1999 Citracado Parkway,'+
			' Escondido, CA 92029<br></p><img height="200" width="300" src="images/map/stone.jpg"><br>',
			'1999 Citracado Parkway, Escondido, CA 92029');

	// McCune Chrysler Jeep 1885 Autopark Place, Chula Vista, CA 91941
	point = new GLatLng(32.594185, -117.029373);
	makeMarker(point,'<a href="http://www.tonymccune.com/">McCune Chrysler Jeep</a><br>1885 Autopark Place, '+
			'Chula Vista, CA 91941<br><img height="200" '+
			'width="300"src="images/map/mcCune.jpg"><br>',
			'1885 Autopark Place, Chula Vista, CA 91941');

	// Keating Hotel 432 F Street, San Diego, CA 92101
	point = new GLatLng(32.713619,-117.161072);
	makeMarker(point,'<a href="http://www.thekeating.com/">Keating Hotel</a><br>432 F Street, San Diego, '+
			'CA 92101<br><img height="200" width="133"'+
			'src="images/map/keating.jpg"><br>',
			'432 F Street, San Diego, CA 92101');


	// Chopstix Too- Sushi Restaurant 4380 Kearny Mesa Road Suite 300, San Diego, CA 92111	
	point = new GLatLng(32.817223,-117.149643);
	makeMarker(point,'Chopstix Too Sushi & Teryiaki Restaurant<br>4380 Kearny'+
			' Mesa Road Suite 300, San Diego, CA 92111<br>'+
			'<img height="200" width="300"src="images/map/chopstix.jpg"><br>',
			'4380 Kearny Mesa Road Suite 300, San Diego, CA 92111');

	//Shadow Mountain Church- Solid Rock Cafe 2100 Greenfield Drive, El Cajon, CA 92019 	
	point = new GLatLng(32.8000896,-116.904778);
	makeMarker(point,'<a href="http://www.shadowmountain.org">Shadow Mountain Community Church</a><br/> Solid Rock Cafe<br> 2100 Greenfield Drive, '+
			'El Cajon, CA 92019<br><img height="200" width="155"'+
			'src="images/map/solidRock.jpg"><br>',
			' 2100 Greenfield Drive, El Cajon, CA 92019');

	// Normal Heights United Methodist Church 4650 Mansfield Street, San Diego, CA 92116
	point = new GLatLng(32.762344, -117.118347);
	makeMarker(point,'Normal Heights United Methodist Church<br>4650 Mansfield'+
			' Street, San Diego, CA 92116<br><img height="200" '+
			'width="133"src="images/map/normalHeights.jpg"><br>',
			'4650 Mansfield Street, San Diego, CA 92116');

	// Sauced Pizzaria & Bistro 2244 San Diego Avenue, San Diego, CA 92110
	point = new GLatLng(32.746353,-117.188957);
	makeMarker(point,'Sauced Pizzeria and Bistro<br>2244 San Diego Avenue,'+
			' San Diego, CA 92110<br><img height="200" width="300"'+
			'src="images/map/sauced.jpg"><br>',
			'2244 San Diego Avenue, San Diego, CA 92110');

	// Crudo- Sushi Restaurant 1953 India Street, San Diego, CA 92103
	point = new GLatLng(32.731586,-117.171356);
	makeMarker(point,'<a href="http://www.crudolittleitaly.com/restaurant.htm">Crudo Sushi Restaurant</a><br>1953 India Street, '+
			'San Diego, CA 92103<br><img height="200" width="300"'+
			'src="images/map/crudo.jpg"><br>',
			'1953 India Street, San Diego, CA 92103');
	
	// Island Prime Steak and Seafood 880 West Harbor Drive, San Diego, CA 92101
	point = new GLatLng(32.711422,-117.169167);
	makeMarker(point,'<a href="http://www.cohnrestaurants.com/cohn/cohnrestaurants/islandprime.php">Island Prime Metro Steaks and Seafood</a><br>880 West Harbor Drive,'+
			' San Diego, CA 92101<br><img height="200" width="300"'+
			'src="images/map/islandPrime.jpg"><br>',
			'880 West Harbor Drive, San Diego, CA 92101');

	// Home Depot Expo 7803 Othello Ave San Diego, CA 92111 
	point = new GLatLng(32.817123,-117.155853);
	makeMarker(point,'<a href="http://expo.com">Home Depot Expo</a><br>7803 Othello Ave San Diego, CA 92111'+
			'<br><img height="200" width="134"src="images/map/homeDepotExpo.jpg"><br>',
			'7803 Othello Ave San Diego, CA 92111');
			
	// USS Midway 910 North Harbor Drive, San Diego, CA 92101 
	point = new GLatLng(32.714655,-117.173223);
	makeMarker(point,'<a href="http://www.midway.org">USS Midway</a><br>910 North Harbor Drive, San Diego, CA 92101'+
			'<br><img height="200" width="133"src="images/map/midway.jpg"><br>',
			'910 North Harbor Drive, San Diego, CA 92101');
		
	// 	Life Deck Office 770 Gateway Center Drive, San Diego, CA 92102 
	point = new GLatLng(32.714150,-117.114859);
	makeMarker(point,'<a href="http://lifedeck.com">Life Deck</a><br>770 Gateway Center Drive, San Diego, CA 92102'+
			'<br><img height="200" width="133"src="images/map/lifeDeck.jpg"><br>',
			'770 Gateway Center Drive, San Diego, CA 92102');		

	// 	Coronado Island Marriott Resort 2000 2nd Street, Coronado, CA 92118 
	point = new GLatLng(32.694162,-117.166293);
	makeMarker(point,'<a href="http://www.marriott.com/hotels/travel/sanci-coronado-island-marriott-resort-and-spa/">Coronado Island Marriott Resort</a><br>2000 2nd Street, Coronado, CA 92118'+
			'<br><img height="300" width="200" src="images/map/coronadoMarriot.jpg"><br>',
			'2000 2nd Street, Coronado, CA 92118');		

	// 	Petrini's 601 West Ash Street, San Diego, CA 92101
	point = new GLatLng(32.720283,-117.168556);
	makeMarker(point,'Petrini&#39;s<br>601 West Ash Street, San Diego, CA 92101'+
			'<br><img height="200" width="150" src="images/map/petrini.jpg"><br>',
			'601 West Ash Street, San Diego, CA 92101');

	// 	San Diego Residence, 6839 Murray Park Drive, San Diego, CA 92119
	point = new GLatLng(32.792077,-117.048297);
	makeMarker(point,'San Diego Residence<br>6839 Murray Park Drive, San Diego, CA 92119'+
			'<br><img height="200" width="133" src="images/map/koury.jpg"><br>',
			'6839 Murray Park Drive, San Diego, CA 92119');

	// 	Carlsbad Inn, 3075 Carlsbad Blvd, Carlsbad, CA 92008 
	point = new GLatLng(33.156734,-117.350791);
	makeMarker(point,'<a href="http://www.carlsbadinn.com/">Carlsbad Inn Beach Resort</a><br>3075 Carlsbad Blvd, Carlsbad, CA 92008'+
			'<br><img height="200" width="133" src="images/map/carlsbadInn.jpg"><br>',
			'3075 Carlsbad Blvd, Carlsbad, CA 92008');
			
	// 	Filipis Pizza Grotto, 5353 Kearny Villa Road, San Diego, CA 92123 
	point = new GLatLng(32.844867,-117.127003);
	makeMarker(point,'<a href="http://www.realcheesepizza.com/">Filipis Pizza Grotto</a><br>5353 Kearny Villa Road, San Diego, CA 92123'+
			'<br><img height="200" width="149" src="images/map/filippis.jpg"><br>',
			'5353 Kearny Villa Road, San Diego, CA 92123');			

	// 	Drew Ford, 8970 La Mesa Blvd, La Mesa, CA 91941	
	point = new GLatLng(32.775440, -117.005446);
	makeMarker(point,'<a href="http://www.drewford.com/">Drew Ford</a><br>8970 La Mesa Blvd, La Mesa, CA 91941'+
			'<br><img height="200" width="133" src="images/map/drewFord.jpg"><br>',
			'8970 La Mesa Blvd, La Mesa, CA 91941');	
	
	// 	Drew Ford, 8970 La Mesa Blvd, La Mesa, CA 91941	
	point = new GLatLng(32.775440, -117.005445);
	makeMarker(point,'<a href="http://www.drewford.com/">Drew Ford</a><br>8970 La Mesa Blvd, La Mesa, CA 91941'+
			'<br><img height="200" width="300" src="images/map/drewFord2.jpg"><br>',
			'8970 La Mesa Blvd, La Mesa, CA 91941');	

	// 	The Wine Loft, 1911 Calle Barcelona #151, Carlsbad, CA 92009 
	point = new GLatLng(33.072052,-117.267294);
	makeMarker(point,'<a href="http://www.thewineloft-carlsbad.com/">The Wine Loft</a><br>1911 Calle Barcelona #151, Carlsbad, CA 92009'+
			'<br><img height="300" width="200" src="images/map/wineLoft.jpg"><br>',
			'1911 Calle Barcelona #151, Carlsbad, CA 92009');

	// 	Well Heeled Spa, 350 10th Avenue, Suite 101, San Diego CA
	point = new GLatLng(32.708932,-117.156004);
	makeMarker(point,'<a href="http://www.wellheeled.biz/">Well Heeled Spa</a><br>350 10th Avenue, Suite 101, San Diego CA'+
			'<br><img height="300" width="200" src="images/map/wellHeeled.jpg"><br>',
			'350 10th Avenue, Suite 101, San Diego CA');			
			
	// 	The Savannah Grill, 3773 Willow Glen Drive, El Cajon, CA 92109	
	point = new GLatLng(32.744385, -116.928982);
	makeMarker(point,'The Savannah Grill<br>773 Willow Glen Drive, El Cajon, CA 92109'+
			'<br><img height="150" width="200" src="images/map/savannah.jpg"><br>',
			'773 Willow Glen Drive, El Cajon, CA 92109');		
			
	// 	Ryan Brothers Coffee, 133 North Twin Oaks Valley Road San Diego, CA 92069	
	point = new GLatLng(33.139150, -117.163460);
	makeMarker(point,'Ryan Brothers Coffee<br>133 North Twin Oaks Valley Road San Diego, CA 92069'+
			'<br><img height="300" width="200" src="images/map/ryanBros.jpg"><br>',
			'133 North Twin Oaks Valley Road San Diego, CA 92069');

	// 	Corvette Diner, 2965 Historic Decator Road, San Diego, CA 92106	
	point = new GLatLng(32.741786, -117.209895);
	makeMarker(point,'<a href="http://www.cohnrestaurants.com/restaurants/corvettediner/">Corvette Diner</a>'+
			'<br> 2965 Historic Decator Road, San Diego, CA 92106'+
			'<br><img height="300" width="200" src="images/map/corvetteDiner.jpg"><br>',
			'2965 Historic Decator Road, San Diego, CA 92106');

	// 	San Diego Tennis and Racquet Club, 4848 Tecolote Road, San Diego, CA 92110	
	point = new GLatLng(32.776523, -117.199402);
	makeMarker(point,'<a href="http://www.sdtrc.com/">San Diego Tennis and Racquet Club</a><br> 4848 Tecolote Road, San Diego, CA 92110'+
			'<br><img height="300" width="200" src="images/map/sdTennis.jpg"><br>',
			'4848 Tecolote Road, San Diego, CA 92110');

	// 	Taylor Guitars, 1980 Gillespie Way,, El Cajon, CA 92020
	point = new GLatLng(32.824157, -116.983420);
	makeMarker(point,'<a href="http://www.taylorguitars.com/">Taylor Guitars</a><br> 1980 Gillespie Way,, El Cajon, CA 92020'+
			'<br><img height="200" width="300" src="images/map/taylorGuitars.jpg"><br>',
			'1980 Gillespie Way,, El Cajon, CA 92020');

	// 	South Bark Dog Wash, 2037 30th Street, San Diego CA 92104
	point = new GLatLng(32.727228, -117.129957);
	makeMarker(point,'<a href="http://www.southbark.com/">South Bark Dog Wash</a><br> 2037 30th Street, San Diego CA 92104'+
			'<br><img height="200" width="300" src="images/map/southBark.jpg"><br>',
			'2037 30th Street, San Diego CA 92104');

	// 	Private Residence, 6387 Dwane Ave, San Diego, CA 92120
	point = new GLatLng(32.787604, -117.0591);
	makeMarker(point,'Private Residence</a><br> 6387 Dwane Ave, San Diego, CA 92120'+
			'<br><img height="300" width="200" src="images/map/dwane.jpg"><br>',
			'6387 Dwane Ave, San Diego, CA 92120');

	// 	Private Residence, 6718 Casselberry Way, San Diego, CA 92120
	point = new GLatLng(32.797759, -117.048377);
	makeMarker(point,'Private Residence</a><br> 6718 Casselberry Way, San Diego, CA 92120'+
			'<br><img height="300" width="200" src="images/map/casselberry.jpg"><br>',
			'6718 Casselberry Way, San Diego, CA 92120');

	// 	Riverfront Rental Condominiums, 848 Camino De La Reina, San Diego, CA 92108
	point = new GLatLng(32.767447, -117.156733);
	makeMarker(point,'<a href="http://www.riverfrontrentals.com/">Riverfront Rental Condominiums</a><br> 848 Camino De La Reina, San Diego, CA 92108'+
			'<br><img height="300" width="200" src="images/map/riverfront.jpg"><br>',
			'848 Camino De La Reina, San Diego, CA 92108');

	// 	Comfort Suites, 631 Camino del Rio South, San Diego, CA 92108
	point = new GLatLng(32.763009, -117.159182);
	makeMarker(point,'<a href="http://www.choicehotels.com//">Comfort Suites</a><br> 631 Camino del Rio South, San Diego, CA 92108'+
			'<br><img height="300" width="200" src="images/map/comfortSuites.jpg"><br>',
			'631 Camino del Rio South, San Diego, CA 92108');	
			
	// 	Private Residence, 464 Prospect Street, La Jolla, CA 92037
	point = new GLatLng(32.842595, -117.27917);
	makeMarker(point,'Private Residence<br/> 464 Prospect Street, La Jolla, CA 92037'+
			'<br><img height="300" width="200" src="images/map/prospect.jpg"><br>',
			'464 Prospect Street, La Jolla, CA 92037');
			
	// 	American Medical Response 8808 Balboa Avenue San Diego CA 92111
	point = new GLatLng(32.821453, -117.13774);
	makeMarker(point,'<a href="http://www.amr.net/">American Medical Response</a><br/> 8808 Balboa Ave, San Diego, CA 92111'+
			'<br><img height="300" width="200" src="images/map/americanMedical.jpg"><br>',
			'8808 Balboa Avenue, San Diego, CA 92111');
			
	// 	Ametek Rotron 474 Raleigh Avenue,, El Cajon, CA 92020
	point = new GLatLng(32.799664, -116.974088);
	makeMarker(point,'<a href="http://www.ametek.com/">Ametek Rotron</a><br/> 474 Raleigh Avenue, El Cajon, CA 92020'+
			'<br><img height="300" width="200" src="images/map/ametekRotron.jpg"><br>',
			'474 Raleigh Avenue, El Cajon, CA 92020');			

	// 	Anchor Down 260 E Bradley Avenue, El Cajon, CA 92021
	point = new GLatLng(32.82024, -116.957769);
	makeMarker(point,'Anchor Down 260 E Bradley Avenue, El Cajon, CA 92021'+
			'<br><img height="300" width="200" src="images/map/anchorDown.jpg"><br>',
			'260 E Bradley Avenue, El Cajon, CA 92021');
						


// 	California Plaza 1001 B Avenue, Coronado, CA 92118 
point = new GLatLng(32.684544, -117.17737);
makeMarker(point,'California Plaza<br/> 1001 B Avenue, Coronado, CA 92118'+
		'<br><img height="300" width="200" src="images/map/californiaPlaza.jpg"><br>',
		'1001 B Avenue, Coronado, CA 92118 ');

// 	Chula Vista RV Resort 460 Sandpiper Way, San Diego, CA 91910
point = new GLatLng(32.627018, -117.105111);
makeMarker(point,'<a href="http://www.chulavistarv.com/">Chula Vista RV Resort</a><br/> 460 Sandpiper Way, San Diego, CA 91910'+
		'<br><img height="300" width="200" src="images/map/rvResort.jpg"><br>',
		'460 Sandpiper Way, San Diego, CA 91910');
		
// 	Coronado Cays Fire Station 101 Grand Caribe Causeway, Coronado, CA 92118
point = new GLatLng(32.622248, -117.135235);
makeMarker(point,'Coronado Cays Fire Station<br/> 101 Grand Caribe Causeway, Coronado, CA 92118'+
		'<br><img height="300" width="200" src="images/map/coronadoCays.jpg"><br>',
		'101 Grand Caribe Causeway, Coronado, CA 92118');
		
// 	Coronado Shores 1780 Avenida Del Mundo, Coronado, CA 92118
point = new GLatLng(32.67645, -117.173118);
makeMarker(point,'<a href="http://www.coronadoshores.org/">Coronado Shores</a><br/> 1780 Avenida Del Mundo, Coronado, CA 92118'+
		'<br><img height="300" width="200" src="images/map/coronadoShores.jpg"><br>',
		'1780 Avenida Del Mundo, Coronado, CA 92118');

// 	Courtyard by Marriott 717 South Highway 101, Solana Beach, CA 92075
point = new GLatLng(32.98286, -117.270346);
makeMarker(point,'<a href="http://pinnaclehotelsusa.com/collection/courtyard-by-marriott-solana-beach/">Courtyard by Marriott</a><br/> 717 South Highway 101, Solana Beach, CA 92075'+
		'<br><img height="300" width="200" src="images/map/courtyardMarriot.jpg"><br>',
		'717 South Highway 101, Solana Beach, CA 92075');

// 	Del Norte Medical 6121 Paseo Del Norte, Carlsbad, CA 92008
point = new GLatLng(33.118135, -117.318773);
makeMarker(point,'Del Norte Medical<br/> 6121 Paseo Del Norte, Carlsbad, CA 92008'+
		'<br><img height="300" width="200" src="images/map/delNorte.jpg"><br>',
		'6121 Paseo Del Norte, Carlsbad, CA 92008');
		
// 	Empress Hotel 7766 Fay Avenue, La Jolla, CA 92037
point = new GLatLng(32.844513, -117.275491);
makeMarker(point,'<a href="http://www.empress-hotel.com/">Empress Hotel</a><br/> 7766 Fay Avenue, La Jolla, CA 92037'+
		'<br><img height="300" width="200" src="images/map/empressHotel.jpg"><br>',
		'7766 Fay Avenue, La Jolla, CA 92037');

// 	Hamilton Meats 3515 Main Street, Chula Vista, CA 91911
point = new GLatLng(32.592823, -117.057567);
makeMarker(point,'Hamilton Meats<br/> 3515 Main Street, Chula Vista, CA 91911'+
		'<br><img height="300" width="200" src="images/map/hamiltonMeats.jpg"><br>',
		'3515 Main Street, Chula Vista, CA 91911');

// 	Hyatt Regency La Jolla at Aventine 3777 La Jolla Village Drive, San Diego, CA 92122
point = new GLatLng(32.870576, -117.225832);
makeMarker(point,'<a href="http://lajolla.hyatt.com">Hyatt Regency La Jolla at Aventine</a><br/>3777 La Jolla Village Drive, San Diego, CA 92122'+
		'<br><img height="300" width="200" src="images/map/hyattRegency.jpg"><br>',
		'3777 La Jolla Village Drive, San Diego, CA 92122');
		
// 	Kyxy Infinity Radio 8033 Linda Vista Road, San Diego, CA 92111
point = new GLatLng(32.807271, -117.154033);
makeMarker(point,'<a href="http://kyxy.radio.com/">Kyxy Infinity Radio</a><br/> 8033 Linda Vista Road, San Diego, CA 92111'+
		'<br><img height="300" width="200" src="images/map/infinityRadio.jpg"><br>',
		'8033 Linda Vista Road, San Diego, CA 92111');

// 	Lake Park Condo Association 5700 Baltimore Dr, San Diego, CA 91942
point = new GLatLng(32.783772, -117.035096);
makeMarker(point,'Lake Park Condo Association<br/> 5700 Baltimore Dr, San Diego, CA 91942'+
		'<br><img height="300" width="200" src="images/map/lakePark.jpg"><br>',
		'5700 Baltimore Dr, San Diego, CA 91942');

// 	Le Martinique Condos 801 C Avenue, Coronado, CA 92118
point = new GLatLng(32.687866, -117.176814);
makeMarker(point,'Le Martinique Condos<br/> 801 C Avenue Avenue, Coronado, CA 92118'+
		'<br><img height="300" width="200" src="images/map/leMartinique.jpg"><br>',
		'801 C Avenue, Coronado, CA 92118');
		
// 	Manchester Grand Hyatt 1 Market Place, San Diego, CA 92101
point = new GLatLng(32.709331, -117.168448);
makeMarker(point,'<a href="http://manchestergrand.hyatt.com">Manchester Grand Hyatt</a><br/> 1 Market Place, San Diego, CA 92101'+
		'<br><img height="300" width="200" src="images/map/manchester.jpg"><br>',
		'1 Market Place, San Diego, CA 92101');

// 	Marbella Apts 2504 Marron Rd, Carlsbad, CA 92069
point = new GLatLng(33.177915, -117.324438);
makeMarker(point,'Marbella Apts<br/> 2504 Marron Rd, Carlsbad, CA 92069'+
		'<br><img height="300" width="200" src="images/map/marbella.jpg"><br>',
		'2504 Marron Rd, Carlsbad, CA 92069');

// 	Marriott Hotel 4240 La Jolla Village Drive, La Jolla, CA 92037
point = new GLatLng(32.872897, -117.2163);
makeMarker(point,'<a href="http://www.marriott.com/hotels/travel/sanlj-san-diego-marriott-la-jolla/"Marriott Hotel</a><br/> 4240 La Jolla Village Drive, La Jolla, CA 92037'+
		'<br><img height="200" width="300" src="images/map/marriottHotel.jpg"><br>',
		'4240 La Jolla Village Drive, La Jolla, CA 92037');
		
// 	Midway Baptist Church 2460 Palm Avenue, San Diego, CA 92154
point = new GLatLng(32.585268, -117.080439);
makeMarker(point,'<a href="http://www.midwaysd.com/">Midway Baptist Church</a><br/> 2460 Palm Avenue, San Diego, CA 92154'+
		'<br><img height="300" width="200" src="images/map/midwayBaptist.jpg"><br>',
		'2460 Palm Avenue, San Diego, CA 92154');

// 	Prospect Center 1020 Prospect Street, La Jolla, CA 92037
point = new GLatLng(32.847955, -117.27478);
makeMarker(point,'Prospect Center<br/> 1020 Prospect Street, La Jolla, CA 92037'+
		'<br><img height="300" width="200" src="images/map/prospectCenter.jpg"><br>',
		'1020 Prospect Street, La Jolla, CA 92037');

// 	Sandpiper 2420 Torrey Pines Road, La Jolla, CA 92037
point = new GLatLng(32.851303, -117.250057);
makeMarker(point,'Sandpiper<br/> 2420 Torrey Pines Road, La Jolla, CA 92037'+
		'<br><img height="300" width="200" src="images/map/sandpiper.jpg"><br>',
		'2420 Torrey Pines Road, La Jolla, CA 92037');
		
// 	Security Business Bank 5901 Priestly Dr, Carlsbad, CA 92008
point = new GLatLng(33.134407, -117.276317);
makeMarker(point,'<a href="http://www.securitybusinessbank.com/">Security Business Bank</a><br/> 5901 Priestly Dr, Carlsbad, CA 92008'+
		'<br><img height="300" width="200" src="images/map/securityBusiness.jpg"><br>',
		'5901 Priestly Dr, Carlsbad, CA 92008');

// 	Solana Circle 640 Solana Circle West, Solana Beach, CA 92075
point = new GLatLng(32.985193, -117.266552);
makeMarker(point,'Solana Circle<br/> 640 Solana Circle West, Solana Beach, CA 92075'+
		'<br><img height="300" width="200" src="images/map/solanaCircle.jpg"><br>',
		'640 Solana Circle West, Solana Beach, CA 92075');

// 	The Animal Hospital of La Jolla 7601 Draper Avenue, La Jolla, CA 92037
point = new GLatLng(32.84151, -117.276463);
makeMarker(point,'The Animal Hospital of La Jolla<br/> 7601 Draper Avenue, La Jolla, CA 92037'+
		'<br><img height="200" width="300" src="images/map/animalHospital.jpg"><br>',
		'7601 Draper Avenue, La Jolla, CA 92037');
		
// 	Sand Pebbles Resort 535 South Highway 101, Solana Beach, CA 92075
point = new GLatLng(32.984757, -117.270707);
makeMarker(point,'Sand Pebbles Resort<br/> 535 South Highway 101, Solana Beach, CA 92075'+
		'<br><img height="300" width="200" src="images/map/sandPebbles.jpg"><br>',
		'535 South Highway 101, Solana Beach, CA 92075');

// 	The Parkway 450 Fletcher Parkway, El Cajon, CA 92020
point = new GLatLng(32.808684, -116.966679);
makeMarker(point,'The Parkway<br/> 450 Fletcher Parkway, El Cajon, CA 92020'+
		'<br><img height="300" width="200" src="images/map/parkway.jpg"><br>',
		'450 Fletcher Parkway, El Cajon, CA 92020');

/***** All points should be of this form ...
	// 
	point = new GLatLng();
	makeMarker(point,'NAME<br>ADDRESS<br><img height="150" width="250"src="logo.png"><br>',
			'ADDRESS');
******/
/*--------------------------End-----------------------------------------*/