var map;
var gdir;
	function PlaneIcon() {
	}
	PlaneIcon.prototype = new GControl();
	PlaneIcon.prototype.initialize = function(map) {
	var container = document.createElement("div");
	this.setButtonStyle_(container);
	var img=document.createElement("IMG");
	img.src="../images/icon.png";
	if(window.ActiveXObject){
		img.attachEvent('onclick',function(){setDirections("One Southgate Ave Southbank VIC 3006, Australia", "Melbourne Airport", "en")});
	}else{
		img.addEventListener('click',function(){setDirections("One Southgate Ave Southbank VIC 3006, Australia", "Melbourne Airport", "en")}, false);
	 }
	container.appendChild(img);
	 map.getContainer().appendChild(container);
	 return container;
	 }
	 PlaneIcon.prototype.getDefaultPosition = function() {
		 return new GControlPosition(G_ANCHOR_TOP_LEFT, new GSize(225, 0));
	 }
	 PlaneIcon.prototype.setButtonStyle_ = function(button) {  
	 button.style.backgroundColor = "transparent"; 
	 button.style.textAlign = "center";
	 button.style.cursor = "pointer";
	 button.style.border = "0";
	 }
	  function load() {
	 if (GBrowserIsCompatible()) {
	 map = new GMap2(document.getElementById("content"));
	 gdir = new GDirections(map, document.getElementById("directions"));
	 GEvent.addListener(gdir, "load", onGDirectionsLoad);
	 GEvent.addListener(gdir, "error", handleErrors);
	 map.addControl(new GSmallMapControl());
	 map.addControl(new GMapTypeControl());
	 map.setCenter(new GLatLng(-37.82045275064379, 144.96570467948913),14);
	 var hotelicon = new GIcon(G_DEFAULT_ICON);
	 hotelicon.image = "../images/langham_logo.png";
	 iOptions = { icon:hotelicon};
	 var aIcon = new GIcon(G_DEFAULT_ICON);
	 aIcon.image = "../images/a_icon.png";
	 aOptions = { icon:aIcon};
	 var bIcon = new GIcon(G_DEFAULT_ICON);
	 bIcon.image = "../images/b_icon.png";
	 bOptions = { icon:bIcon};
	 var cIcon = new GIcon(G_DEFAULT_ICON);
	 cIcon.image = "../images/c_icon.png";
	 cOptions = { icon:cIcon};
	 var dIcon = new GIcon(G_DEFAULT_ICON);
	 dIcon.image = "../images/d_icon.png";
	 dOptions = { icon:dIcon};
	 var eIcon = new GIcon(G_DEFAULT_ICON);
	 eIcon.image = "../images/e_icon.png";
	 eOptions = { icon:eIcon};
	 var fIcon = new GIcon(G_DEFAULT_ICON);
	 fIcon.image = "../images/f_icon.png";
	 fOptions = { icon:fIcon};
	 var gIcon = new GIcon(G_DEFAULT_ICON);
	 gIcon.image = "../images/g_icon.png";
	 gOptions = { icon:gIcon};
	 var hIcon = new GIcon(G_DEFAULT_ICON);
	 hIcon.image = "../images/h_icon.png";
	 hOptions = { icon:hIcon};
	 var transportationIcon = new GIcon(G_DEFAULT_ICON);
	 transportationIcon.image = "../images/transportation_icon.png";
	 markerOptionsTransportation = { icon:transportationIcon };
	 var point = new GLatLng(-37.82045275064379, 144.96570467948913);
	 map.addOverlay(createMarker(point, iOptions,0));
	 var point1 = new GLatLng(-38.68054123378874, 143.39170932769775);
map.addOverlay(createMarker(point1, dOptions,1));

	 var point2 = new GLatLng(-37.65105998951961, 145.52213162183762);
map.addOverlay(createMarker(point2, dOptions,2));

	 var point3 = new GLatLng(-37.819248217838044, 144.96226742863655);
map.addOverlay(createMarker(point3, dOptions,3));

	 var point4 = new GLatLng(-37.831500270374875, 144.8928438127041);
map.addOverlay(createMarker(point4, bOptions,4));

	 var point5 = new GLatLng(-37.86873704527628, 144.97610561549664);
map.addOverlay(createMarker(point5, bOptions,5));

	 var point6 = new GLatLng(-37.81961583019793, 144.9842119216919);
map.addOverlay(createMarker(point6, bOptions,6));

	 var point7 = new GLatLng(-37.80455069916446, 144.97281655669212);
map.addOverlay(createMarker(point7, bOptions,7));

	 var point8 = new GLatLng(-37.82247297393514, 144.9697756022215);
map.addOverlay(createMarker(point8, bOptions,8));

	 var point9 = new GLatLng(-37.81030630441855, 144.97003376483917);
map.addOverlay(createMarker(point9, bOptions,9));

	 var point10 = new GLatLng(-37.81030630441855, 144.97003376483917);
map.addOverlay(createMarker(point10, bOptions,10));

	 var point11 = new GLatLng(-37.790996977834155, 144.86731320619583);
map.addOverlay(createMarker(point11, cOptions,11));

	 var point12 = new GLatLng(-37.888483268481934, 145.08177056908607);
map.addOverlay(createMarker(point12, cOptions,12));

	 var point13 = new GLatLng(-37.85548312730372, 145.02051427960396);
map.addOverlay(createMarker(point13, cOptions,13));

	 var point14 = new GLatLng(-37.84075522742679, 144.99537728726864);
map.addOverlay(createMarker(point14, cOptions,14));

	 var point15 = new GLatLng(-37.81622037838951, 144.96407993137836);
map.addOverlay(createMarker(point15, cOptions,15));

	 var point16 = new GLatLng(-37.817195063845055, 144.96453121304512);
map.addOverlay(createMarker(point16, cOptions,16));

	 var point17 = new GLatLng(-37.80687598802641, 144.95874233543873);
map.addOverlay(createMarker(point17, cOptions,17));

	 var point18 = new GLatLng(-37.82017730951936, 144.96511727571487);
map.addOverlay(createMarker(point18, eOptions,18));

	 var point19 = new GLatLng(-37.86666144728711, 144.97399270534515);
map.addOverlay(createMarker(point19, eOptions,19));

	 var point20 = new GLatLng(-37.811985644453856, 144.96668368577957);
map.addOverlay(createMarker(point20, eOptions,20));

	 var point21 = new GLatLng(-37.805606068323456, 144.9661049991846);
map.addOverlay(createMarker(point21, eOptions,21));

	 var point22 = new GLatLng(-37.8205088981315, 144.96568121016025);
map.addOverlay(createMarker(point22, eOptions,22));

	 var point23 = new GLatLng(-37.82053273431619, 144.9655792862177);
map.addOverlay(createMarker(point23, eOptions,23));

	 var point24 = new GLatLng(-37.80386936347349, 144.9716766178608);
map.addOverlay(createMarker(point24, aOptions,24));

	 var point25 = new GLatLng(-33.833890432778155, 150.9116055071354);
map.addOverlay(createMarker(point25, aOptions,25));

	 var point26 = new GLatLng(-37.808409186970636, 144.96560879051685);
map.addOverlay(createMarker(point26, aOptions,26));

	 var point27 = new GLatLng(-37.82110480043964, 144.95820589363575);
map.addOverlay(createMarker(point27, aOptions,27));

	 var point28 = new GLatLng(-37.816011666896266, 144.97239276766777);
map.addOverlay(createMarker(point28, aOptions,28));

	 var point29 = new GLatLng(-37.93052875615194, 144.67754557728767);
map.addOverlay(createMarker(point29, aOptions,29));

	 var point30 = new GLatLng(-37.78535062650487, 144.95323978364468);
map.addOverlay(createMarker(point30, aOptions,30));

	 var point31 = new GLatLng(-37.821330977211694, 144.96469885110855);
map.addOverlay(createMarker(point31, aOptions,31));

	 var pointDefault = new GLatLng(-37.82045275064379, 144.96570467948913);

	 var mark = new GMarker(pointDefault,iOptions);
	 map.addOverlay(mark);
	 mark.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:300px\"><table border=\"0\"><tr><td><b>The Langham, Melbourne‎<br>Address: One Southgate Ave Southbank VIC 3006, Australia<br>Tel: (61) (3) 8696 8888</b></td><td><img src=\"../images/hotel_tlhkg.jpg\"></td></tr></table></div>");
	 map.addOverlay(createMarker(pointDefault, iOptions,0));
	 map.addControl(new PlaneIcon());

	 }
	 }
 function createMarker(point, number,index) {
	 var marker = new GMarker(point,number);

	 switch (index)
	 {

case 0:	 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>The Langham, Melbourne‎<br>Address: One Southgate Ave Southbank VIC 3006, Australia<br>Tel: ((61) (3) 8696 8888</b></td><td><img src=\"../images/hotel_tlhkg.jpg\"></td></tr></table></div>");		 });
		 break; 

		 case 1:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>The Great Ocean Road</b><br> Address: One Southgate Ave Southbank VIC 3006, Australia<br>Phone: (61) (3) 8696 8888</td></tr></table></div>");
	 });
	 break;

		 case 2:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Winery Tours</b><br> With over 55 wineries in the Yarra Valley region visit the birthplace of the Victorian wine industry and sample Australia’s finest pinot noir and sparkling wines.</td></tr></table></div>");
	 });
	 break;

		 case 3:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melbourne River Cruises</b><br> No visit to Melbourne would be complete without an award-winning cruise on the Yarra River. Enjoy fantastic views, informative commentary and complimentary tea and coffee in the comfort of a Melbourne River Cruiser.  This ferry service departs daily and allows you to explore a wonderful array of cafes, restaurants, galleries and spectacular water views.</td></tr></table></div>");
	 });
	 break;

		 case 4:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Scienceworks</b><br> With such a stunning range of themed exhibitions and interactive scientific displays</td></tr></table></div>");
	 });
	 break;

		 case 5:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melbourne’s Luna Park</b><br> Soak up the spectacular carnival atmosphere at St Kilda’s Luna Park. </td></tr></table></div>");
	 });
	 break;

		 case 6:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melbourne Cricket Ground</b><br> For the true Melbourne sporting experience</td></tr></table></div>");
	 });
	 break;

		 case 7:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melbourne Museum</b><br> A broad-based State museum with a national and international focus, Melbourne Museum's exhibitions and events cover the natural and physical sciences as well as social history and cultures.</td></tr></table></div>");
	 });
	 break;

		 case 8:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>National Gallery of Victoria</b><br> Since the NGV opened in St Kilda Road in 1968,</td></tr></table></div>");
	 });
	 break;

		 case 9:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>The Arts Centre</b><br> The Arts Centre occupies a prime location in the heart of Melbourne's leisure and entertainment precinct and is home to Australia's premier performing arts companies. The Arts Centre consists of the Theatre Building, Hamer Hall and the Sidney Myer Music Bowl. The Centre is open daily with nightly shows, daily guided tours, free gallery spaces, a Sunday art and craft market and a restaurant and cafe.</td></tr></table></div>");
	 });
	 break;

		 case 10:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Regent Theatre</b><br> Dozens of theatrical productions are staged each week in Melbourne, ranging from mainstream musicals to experimental works. Catch a musical blockbuster at the beautifully-restored Regent Theatre on Collins St.</td></tr></table></div>");
	 });
	 break;

		 case 11:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Brunswick St</b><br> Inner suburban Fitzroy is home to Melbourne’s bohemian culture. </td></tr></table></div>");
	 });
	 break;

		 case 12:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Chadstone</b><br> Chadstone Shopping Centre is renowned as Melbourne's</td></tr></table></div>");
	 });
	 break;

		 case 13:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>High St, Armadale</b><br> High St, Armadale features a unique concentration of speciality boutiques, gourmet cafes and Australia’s best antique stores.</td></tr></table></div>");
	 });
	 break;

		 case 14:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Chapel St, South Yarra</b><br> This precinct has propelled a large number of young designers to international acclaim and is home to Melbourne’s cutting edge fashion and designer gift wear stores, much loved by locals and tourists alike.</td></tr></table></div>");
	 });
	 break;

		 case 15:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Collins St</b><br> Collins Street is notable as Melbourne's most prestigious address, with some of the country's finest Victorian era buildings and designer boutique shops such as Louis Vuitton, Prada and Hermes.</td></tr></table></div>");
	 });
	 break;

		 case 16:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Flinders Lane</b><br> Home to some of Australia’s best independent designers producing and selling eccentric to exquisite fashion and accessories, Flinders Lane is also the city’s key commercial gallery precinct and houses Australia’s densest concentration of commercial galleries. There are a number of galleries that specialise in indigenous art, as well as Craft Victoria, a gallery that showcases the work of the state’s finest craftspeople.</td></tr></table></div>");
	 });
	 break;

		 case 17:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Queen Victoria Markets</b><br> Queen Victoria Markets</b><br />The Queen Victoria Market is a historic landmark, a tourist attraction and an institution for Melbournians.   Shoppers can find everything from fruit and vegetables to local and imported gourmet foods, fashion and general merchandise. The market is open 5 days per week, with Sunday taking on a carnival atmosphere as a variety of entertainers delight the crowds.</td></tr></table></div>");
	 });
	 break;

		 case 18:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Southbank Promenade</b><br> Southbank Promenade</b><br />Southgate is home to twenty of Melbourne's favourite restaurants, bars and cafés.   Enjoy a sumptuous meal at Seagrass, an award winning seafood restaurant, or a quick lunch at the newly renovated Riverside Food Court or watch the city skyline light up over a glass of wine at Bear Brass cafe.</td></tr></table></div>");
	 });
	 break;

		 case 19:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Stokehouse St Kilda</b><br> Set right on St Kilda beach with palm trees framing the view, this contemporary restaurant housed in a beautifully restored 1920s beach shack is a culinary and social landmark.</td></tr></table></div>");
	 });
	 break;

		 case 20:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Chinatown</b><br> Extending along Little Bourke Street, Chinatown is one of the city’s most popular venues for dining and entertainment. Enjoy the gourmet delicacies of Neil Perry’s Rockpool restaurant or the many Yum Cha delights at Shark Fin.</td></tr></table></div>");
	 });
	 break;

		 case 21:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Lygon St</b><br> Lygon Street has the biggest selection of Italian restaurants and cafes anywhere </td></tr></table></div>");
	 });
	 break;

		 case 22:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>The Langham’s Signature Afternoon Tea</b><br> Traditional Afternoon Tea is served daily in the ARIA Bar & Lounge for your pleasure. Enjoy a fabulous three-tiered platter of sandwiches, scones, cakes and delicacies served with a range of exotic teas and fine coffees.</td></tr></table></div>");
	 });
	 break;

		 case 23:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melba restaurant</b><br> Melba restaurant, The Langham’s award winning interactive restaurant with views of the Yarra River and Melbourne city skyline is open daily for breakfast, lunch and dinner, Monday to Sunday. The Melba experience includes dynamic cooking stations where you can engage with our skilled chefs and enjoy diverse culinary themes including a Tandoori Oven, Turbo Wok section, Rotisserie, Seafood Ice Blocks and Floating Desserts.</td></tr></table></div>");
	 });
	 break;

		 case 24:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>IMAX Theatre Melbourne</b><br> The IMAX Theatre Melbourne is home to the world’s largest 3D cinema screen — eight storey’s high. With films in 2D and incredibly life-like 3D you'll want to see and experience IMAX again and again.</td></tr></table></div>");
	 });
	 break;

		 case 25:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Southern Star Observation Wheel</b><br> The Southern Star Observation Wheel is over 120 metres high and takes its name from the seven-pointed Federation star which appears on Australia's national flag. With 21 cabins, passengers can take in the spectacular views over Melbourne, as the wheel slowly rotates. Each air conditioned cabin can hold up to 20 people.</td></tr></table></div>");
	 });
	 break;

		 case 26:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Old Melbourne Goal</b><br> Step back in time and walk the road to the gallows in a 19th century prison </td></tr></table></div>");
	 });
	 break;

		 case 27:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melbourne Aquarium</b><br> Located on the banks of the Yarra River, Melbourne Aquarium is home to over 10,000 aquatic animals and is the world’s foremost exhibit of the Southern Ocean. The journey takes takes you over four thrilling and interactive levels including a 2.2 million litre oceanarium, daily feeds and presentations,and a virtual reality simulator ride.</td></tr></table></div>");
	 });
	 break;

		 case 28:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>The Giant Sky Wheel</b><br> The Sky Wheel is the largest travelling ferris wheel in the Southern Hemisphere. Located adjacent to Federation Square, it offers incredible views of Melbourne skyline and a spectacular light show in the evenings.</td></tr></table></div>");
	 });
	 break;

		 case 29:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Werribee Open Range Zoo</b><br> Only 30 minutes from Melbourne, Werribee Open Range Zoo is full of amazing animals living in a wide, open savannah. Discover grazing rhinos, giraffes and zebras, see cheeky monkeys and cheetahs at play and get close to a pride of lions.</td></tr></table></div>");
	 });
	 break;

		 case 30:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Melbourne Zoo</b><br> The award-winning Melbourne Zoo has more than 300 species of animals from all over the world. See Australia’s unique wildlife and stroll amid the lush tropical surrounds of the Asian and African Rainforests.</td></tr></table></div>");
	 });
	 break;

		 case 31:
		 GEvent.addListener(marker, "click", function() {
marker.openInfoWindowHtml("<div style=\"font:Arial, Helvetica, sans-serif;font-size:10px;color:#3F454F;text-autospace : ideograph-alpha;width:350px\"><table border=\"0\"><tr><td><b>Eureka Tower Sky Deck</b><br> The Eureka Tower offers awe inspiring views from the highest viewing platform in the Southern Hemisphere. Skydeck 88 can give you the worlds only “Edge Experience” – a switchable glass cube which slides out from the building with you inside!</td></tr></table></div>");
	 });
	 break;

	 default : 
	 break;
 }
	 return marker;
}
	 function setDirections(fromAddress, toAddress, locale) {
	 if(fromAddress=="The Langham, Melbourne‎")
	 fromAddress = "One Southgate Ave Southbank VIC 3006, Australia";
	 if(toAddress=="")return;	 gdir.load("from: " + fromAddress + " Australia to: " + toAddress + " Australia",{locale:"en"});
	 }

	 function handleErrors(){
	 if (gdir.getStatus().code == G_GEO_UNKNOWN_ADDRESS)
alert("No corresponding geographic location could be found for one of the specified addresses. This may be due to the fact that the address is relatively new, or it may be incorrect.\nError code: " + gdir.getStatus().code);
	 else if (gdir.getStatus().code == G_GEO_SERVER_ERROR)
	 alert("A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known.\n Error code: " + gdir.getStatus().code);
	 else if (gdir.getStatus().code == G_GEO_MISSING_QUERY)
	 alert("The HTTP q parameter was either missing or had no value. For geocoder requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input.\n Error code: " + gdir.getStatus().code);
	 else if (gdir.getStatus().code == G_GEO_BAD_KEY)
	 alert("The given key is either invalid or does not match the domain for which it was given. \n Error code: " + gdir.getStatus().code);
	 else if (gdir.getStatus().code == G_GEO_BAD_REQUEST)
	 alert("A directions request could not be successfully parsed.\n Error code: " + gdir.getStatus().code);
	 else alert("An unknown error occurred.");
}
function onGDirectionsLoad(){
 }