// Google Map - Places to See

function LoadMap() {
    
       
	if (GBrowserIsCompatible()) {
		
		// Display the map, with some controls and set the start location
		var map = new GMap(document.getElementById("map"));
		var longitude = -122.686921;
		var latitude = 45.521040;
		var point = new GPoint(longitude, latitude);
		map.addControl(new GSmallMapControl());
		map.centerAndZoom(point, 3);			
			
			
		// Load Markers
		
		// start location
		var point = new GPoint(longitude, latitude);
		var title_main = 'Hotel deLuxe';
		var address_main = '729 SW 15th Avenue';
		var city_main = 'Portland';
		var state_main = 'Oregon';
		var zip_main = '97205';				
		var html = 	"<div style='width: 13em;'><h2>" + title_main + "</h2><p>" + address_main + 
						"<br \/>" + city_main + ", " + state_main + " " + zip_main + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q=" + address_main + "+" + zip_main + "' target='_blank'>Get Directions<\/a><\/div>";				
		aLocations.push(createMarkerWithMsg(point, html, 'custom'));
		map.addOverlay(aLocations[aLocations.length-1]);
						
		
		// load markers for all attractions
		var point = new GPoint(-122.706407,	45.51984);
		var title = 'Portland Rose Garden';
		var address = '400 SW Kingston Avenue';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97201';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 1));
		map.addOverlay(aLocations[aLocations.length-1]);	

		var point = new GPoint(-122.706407,	45.51984);
		var title = 'Japanese Gardens';
		var address = '611 SW Kingston Avenue';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97201';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 2));
		map.addOverlay(aLocations[aLocations.length-1]);	
		
		
		var point = new GPoint(-122.672495,	45.525140);
		var title = 'Classical Chinese Gardens';
		var address = '239 NW Everett Street';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97209';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 3));
		map.addOverlay(aLocations[aLocations.length-1]);									
	
	
		var point = new GPoint(-122.671320,	45.523100);
		var title = 'Saturday Market';
		var address = 'W Burnside St &amp; SW 1st Ave';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97209';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 4));
		map.addOverlay(aLocations[aLocations.length-1]);				
		
		
		var point = new GPoint(-122.718808,	45.506940);
		var title = 'Oregon Zoo';
		var address = '4001 SW Canyon Road';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97221';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 5));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.682062,	45.516011);
		var title = 'Portland Art Museum';
		var address = '1219 SW Park Avenue';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97205';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 6));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.681180,	45.525820);
		var title = 'First Thursday';
		var address = 'NW Flanders St &amp; NW 10th Ave';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97209';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 7));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.683357,	45.511490);
		var title = 'Portland State University';
		var address = '1825 SW Broadway';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97207';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 8));
		map.addOverlay(aLocations[aLocations.length-1]);	
		
		
		var point = new GPoint(-122.663582,	45.506299);
		var title = 'Oregon Museum of Science and Industry';
		var address = '1945 SE Water Avenue';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97214';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 9));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		var point = new GPoint(-122.684842,	45.511185);
		var title = 'Portland Farmer\'s Market';
		var address = '1875 SW Park Avenue';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97201';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 10));
		map.addOverlay(aLocations[aLocations.length-1]);		
		
		
		var point = new GPoint(-122.680331,	45.521007);
		var title = 'Oregon Symphony';
		var address = '923 SW Washington Street';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97205';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 11));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.680454,	45.516983);
		var title = 'Arlene Schnitzer Concert Hall';
		var address = '1037 SW Broadway';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97205';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 12));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.667722,	45.532039);
		var title = 'Rose Quarter';
		var address = '1 N Center Ct';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97227';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 13));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.686670,	45.521889);
		var title = 'Artist Repertory Theatre';
		var address = '1516 SW Alder Street';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97205';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 14));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.690218,	45.522173);
		var title = 'PGE Park';
		var address = '1844 SW Morrison';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97205';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 15));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.667722,	45.532039);
		var title = 'Portland TrailBlazers';
		var address = '1 N Center Ct';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97227';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 16));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.667722,	45.532039);
		var title = 'Portland WinterHawks';
		var address = '1 N Center Ct';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97227';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 17));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-123.010447,	45.616532);
		var title = 'Pumpkin Ridge Golf Club';
		var address = '12930 Old Pumpkin Ridge Road';
		var city = 'North Plains';
		var state = 'Oregon';
		var zip = '97133';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 18));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-124.390701,	43.180884);
		var title = 'Bandon Dunes Golf Course';
		var address = '57744 Round Lake Road';
		var city = 'Bandon';
		var state = 'Oregon';
		var zip = '97411';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 19));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-121.587999,	45.529299);
		var title = 'Mt. Hood';
		var address = 'Highway 35 South';
		var city = 'Mount Hood';
		var state = 'Oregon';
		var zip = '97041';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 20));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-123.920020,	45.992965);
		var title = 'Oregon Coast';
		var address = '989 Broadway Street';
		var city = 'Seaside';
		var state = 'Oregon';
		var zip = '97138';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 21));
		map.addOverlay(aLocations[aLocations.length-1]);
		
		
		var point = new GPoint(-122.703191,	45.603368);
		var title = 'Heron Lakes Golf Course';
		var address = '3500 North Victory Blvd';
		var city = 'Portland';
		var state = 'Oregon';
		var zip = '97217';				
		var html = 	"<div style='width: 13em;'><h2>" + title + "</h2><p>" + address + 
						"<br \/>" + city + ", " + state + " " + zip + "<\/p><a href='http://maps.google.com/maps?f=q&hl=en&q="+ address_main + "+" + zip_main + "+to+" + address + "+" + zip + "' target='_blank'>Get Directions<\/a><\/div>";
		aLocations.push(createMarkerWithMsg(point, html, 22));
		map.addOverlay(aLocations[aLocations.length-1]);																																																																											
	
	  
	}

}