var numberval=0;var map;var detailList=new Array;var markerList=new Array;var checkeditems=new Array;var venuemarker;var markersArray=[];var MY_MAPTYPE_ID="Map";var mapMinZoom=12;var mapMaxZoom=19;var zoomLevel=15;var mapBounds=new google.maps.LatLngBounds(new google.maps.LatLng(-33.8599244632,151.046487599),new google.maps.LatLng(-33.8200263926,151.083827167)); function initialise(){var myOptions={zoom:zoomLevel,maxZoom:mapMaxZoom,zoomControl:true,zoomControlOptions:{style:google.maps.ZoomControlStyle.LARGE},center:myLatLng,mapTypeControlOptions:{mapTypeIds:[MY_MAPTYPE_ID,google.maps.MapTypeId.SATELLITE]},mapTypeId:MY_MAPTYPE_ID};map=new google.maps.Map($("#map-canvas")[0],myOptions);var style=[{featureType:"all",elementType:"all",stylers:[{hue:"#ffffff"},{saturation:-100},{lightness:60}]}];var styledMapOptions={name:"Map"};var styledMapType=new google.maps.StyledMapType(style, styledMapOptions);map.mapTypes.set(MY_MAPTYPE_ID,styledMapType);if(markertype&&markertype!=""){var markergroup=marker_container["m-"+markertype];$.each(markergroup,function(){if($(this)[0]==markerid){var image=$(this)[5];if($(this)[2]&&$(this)[3]){var lat_long=new google.maps.LatLng($(this)[2],$(this)[3]);venuemarker=new google.maps.Marker({position:lat_long,map:map,icon:image,title:$(this)[1]});var info_window=new google.maps.InfoWindow({content:$(this)[6]});var opts=new Array;opts["latlng"]=venuemarker.getPosition(); opts["map"]=map;opts["thishtml"]=$(this)[6];var infoBox=new InfoBox(opts);map.setCenter(venuemarker.getPosition());google.maps.event.addListener(venuemarker,"click",function(){var infoBox=new InfoBox(opts);map.setCenter(venuemarker.getPosition())})}}})}} function addResetButton(){var resetDiv=$("
");resetDiv.css({"height":"19px","width":"19px","position":"absolute","top":"35px","left":"35px","z-index":"10000","cursor":"pointer"});$("#map-canvas").append(resetDiv);resetDiv.click(function(){map.setCenter(myLatLng);map.setZoom(zoomLevel)})}function createIcons(){for(var n=0;n<91;n++){n=n>9?n:"0"+n;var icon="http://google-maps-icons.googlecode.com/files/red"+n+".png";icons.push(icon)}} function showMarkers(group_name){if(marker_container[group_name]){currently_displayed[group_name]=new Array;$.each(marker_container[group_name],function(){var image=$(this)[5];if($(this)[2]&&$(this)[3]){var lat_long=new google.maps.LatLng($(this)[2],$(this)[3]);var zindex=1;if(group_name=="pparking")zindex=100;var marker=new google.maps.Marker({position:lat_long,map:map,icon:image,title:$(this)[1],zIndex:zindex});currently_displayed[group_name].push(marker);checkeditems.push(group_name);var info_window= new google.maps.InfoWindow({content:$(this)[6]});var opts=new Array;opts["latlng"]=marker.getPosition();opts["map"]=map;opts["thishtml"]=$(this)[6];google.maps.event.addListener(marker,"click",function(){var infoBox=new InfoBox(opts);map.setCenter(marker.getPosition())})}})}} function showOneMarker(latitude,longitude,markertitle,image,maptitle){var lat_long=new google.maps.LatLng(latitude,longitude);var marker=new google.maps.Marker({position:lat_long,map:maptitle,icon:image,title:markertitle});maptitle.setCenter(marker.getPosition());markersArray.push(marker)} function showAlphaMarkers(group_name){if(marker_container[group_name]){currently_displayed[group_name]=new Array;$.each(marker_container[group_name],function(){numberval++;var image=icons[numberval];if($(this)[2]&&$(this)[3]){var lat_long=new google.maps.LatLng($(this)[2],$(this)[3]);var marker=new google.maps.Marker({position:lat_long,map:map,icon:image,title:$(this)[1],title2:$(this)[0]});currently_displayed[group_name].push(marker);checkeditems.push(group_name);var info_window=new google.maps.InfoWindow({content:$(this)[6]}); var opts=new Array;opts["latlng"]=marker.getPosition();opts["map"]=map;opts["thishtml"]=$(this)[6];google.maps.event.addListener(marker,"click",function(){var infoBox=new InfoBox(opts);map.setCenter(marker.getPosition())});var thisitem="
"+numberval+""+$(this)[6]+"
";var markerDetails=$("#marker-details");if(markerDetails.length)$("#marker-details").append(thisitem)}})}} function showAlphaMarkersSort(){$("#marker-details").html("");numberval=0;for(group_name in currently_displayed)hideMarkers(group_name);var markerList=new Array;$(".marker-list").parent().children("h3").each(function(){var newItem=new Object;newItem.name=$(this).html();newItem.categories=new Array;$("a.visible-marker",$(this).parent()).each(function(){newItem.categories.push({id:$(this).attr("id"),name:$(this).html()})});markerList.push(newItem)});$.each(markerList,function(i){var outputHTML="

"+ markerList[i]["name"]+"

";if(markerList[i].categories.length>0)$("#marker-details").append(outputHTML);$.each(markerList[i].categories,function(j){var outputHTML="

"+markerList[i].categories[j].name+"

";$("#marker-details").append(outputHTML);showAlphaMarkers(markerList[i].categories[j].id)})})} function hideMarkers(group_name){var markerDetails=$("#marker-details");if(currently_displayed[group_name]){$.each(currently_displayed[group_name],function(item){currently_displayed[group_name][item].setMap(null);if(markerDetails.length){$("#"+currently_displayed[group_name][item].title2,markerDetails).remove();if(!$("#marker-details > div").length)numberval=0}});delete currently_displayed[group_name]}var tempCheckedItems=[];for(var z=0;z";if(show_more=="yes"&&more_url!="")returndiv+='More info »';returndiv+=image;returndiv+="

"+description+"

";if(show_directions=="yes"&&assetid!=""||show_events=="yes")returndiv+='
';if(show_directions== "yes"&&assetid!="")returndiv+='» Driving Directions';if(show_events=="yes")returndiv+='» Events at this venue';if(show_directions=="yes"&&assetid!=""||show_events=="yes")returndiv+="
";returndiv+="";return returndiv} function showOverlay(){var maptiler=new google.maps.ImageMapType({getTileUrl:function(coord,zoom){var proj=map.getProjection();var tileSize=256/Math.pow(2,zoom);var tileBounds=new google.maps.LatLngBounds(proj.fromPointToLatLng(new google.maps.Point(coord.x*tileSize,(coord.y+1)*tileSize)),proj.fromPointToLatLng(new google.maps.Point((coord.x+1)*tileSize,coord.y*tileSize)));if(mapBounds.intersects(tileBounds)&&zoom>=mapMinZoom&&zoom<=mapMaxZoom)return"/__data/sop_map_modified/"+zoom+"/"+coord.x+"/"+ (Math.pow(2,zoom)-coord.y-1)+".png";else return"/__data/sop_map_modified/none.png"},tileSize:new google.maps.Size(256,256),isPng:true});map.overlayMapTypes.insertAt(0,maptiler)}InfoBox.prototype=new google.maps.OverlayView;InfoBox.prototype.remove=function(){if(this.div_){this.div_.parentNode.removeChild(this.div_);this.div_=null}}; InfoBox.prototype.draw=function(){this.createElement();if(!this.div_)return;var pixPosition=this.getProjection().fromLatLngToDivPixel(this.latlng_);if(!pixPosition)return;this.div_.style.left=pixPosition.x+this.offsetHorizontal_+"px";this.div_.style.top=pixPosition.y+this.offsetVertical_+"px";this.div_.style.display="block";this.div_.innerHTML_=this.innerHTML_}; InfoBox.prototype.createElement=function(){var panes=this.getPanes();var div=this.div_;if(!div){div=this.div_=document.createElement("div");div.style.border="1px solid #BBBBBB";div.style.background="#fff";div.setAttribute("class","popupdiv");var contentDiv=document.createElement("div");contentDiv.style.padding="0 10px 10px";contentDiv.innerHTML=this.innerHTML_;contentDiv.setAttribute("class","innerpopup");var topDiv=document.createElement("div");topDiv.style.textAlign="right";var closeImg=document.createElement("img"); closeImg.style.width="32px";closeImg.style.height="32px";closeImg.style.border="none";closeImg.style.cursor="pointer";closeImg.src="http://gmaps-samples.googlecode.com/svn/trunk/images/closebigger.gif";topDiv.appendChild(closeImg);function removeInfoBox(ib){return function(){ib.setMap(null)}}google.maps.event.addDomListener(closeImg,"click",removeInfoBox(this));div.appendChild(topDiv);div.appendChild(contentDiv);div.style.display="none";panes.floatPane.appendChild(div)}else if(div.parentNode!=panes.floatPane){div.parentNode.removeChild(div); panes.floatPane.appendChild(div)}else;};//-- LISTINGS DATA assets printed: 133 marker_container['m-333174'] = [ ['380674', 'Armory Wharf Cafe', '-33.82517', '151.06374', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Armory Wharf Cafe', 'no', '', 'cafe', 'A fully licensed contemporary café offering fresh seasonal fare and al fresco dining at Blaxland Riverside Park.', 'no', '380674', 'no', 'Armory+Wharf+Cafe')], ['385094', 'Allphones Arena', '-33.84454', '151.06254', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Allphones Arena', 'no', '', 'cafe', 'Extensive dining choices at the Boulevarde Café, the Club Café and Bar, or the Club Gill. Event days/nights only.', 'no', '385094', 'no', 'Allphones+Arena')], ['385096', 'Bacar Restaurant', '-33.848799', '151.067888', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Bacar Restaurant', 'no', '', 'Restaurants', 'Sophisticated dining at the Pullman, with international cuisine.', 'no', '385096', 'no', 'Bacar+Restaurant')], ['385097', 'Boulevard Brasserie and Bar', '-33.84798', '151.06769', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Boulevard Brasserie and Bar', 'no', '', 'Restaurants', 'Modern Australian cuisine at the Notovel, fully licensed for breakfast & dinner.', 'no', '385097', 'no', 'Boulevard+Brasserie+and+Bar')], ['385099', 'Hi Thai', '-33.84686', '151.06988', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Hi Thai', 'no', '', 'Restaurants', 'Fully-licensed, with authenic and aromatic Thai dishes to tempt the tastebuds.', 'no', '385099', 'no', 'Hi+Thai')], ['385100', 'Kokoro', '-33.84543', '151.07134', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Kokoro', 'no', '', 'Restaurants', 'A sushi train bringing you endless choices of fresh Japanese favourites.', 'no', '385100', 'no', 'Kokoro')], ['385101', 'Lotus Story', '-33.8462', '151.07168', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Lotus Story', 'no', '', 'Restaurants', 'Fresh, healthy & tasty Vietnamese cuisine.', 'no', '385101', 'no', 'Lotus+Story')], ['385102', 'Piccolo Roma', '-33.8468', '151.071091', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Piccolo Roma', 'no', '', 'Restaurants', 'Fresh and flavoursome pasta, modern pizza and other Italian favourites, desserts & coffee.', 'no', '385102', 'no', 'Piccolo+Roma')], ['385111', 'Ribs & Rumps', '-33.84677', '151.07007', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Ribs & Rumps', 'no', '', 'Restaurants', 'The finest steaks, mixed grills and mammoth portions to satisfy the biggest hunger.', 'no', '385111', 'no', 'Ribs+%26amp%3B+Rumps')], ['385112', 'Aquatic Centre Cafe Aqua', '-33.85045', '151.06752', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Aquatic Centre Cafe Aqua', 'no', '', 'cafe', 'Snacks, meals, coffee and drinks to enjoy in the café or leisure garden.', 'no', '385112', 'no', 'Aquatic+Centre+Cafe+Aqua')], ['385113', 'Gloria Jeans', '-33.8479', '151.067185', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Gloria Jeans', 'no', '', 'cafe', 'Wonderful fresh coffee classics, famous flavoured specialities and cold drinks.', 'no', '385113', 'no', 'Gloria+Jeans')], ['385114', 'Golf Centre Fairway Cafe', '-33.85262', '151.0716', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Golf Centre Fairway Cafe', 'no', '', 'cafe', 'Coffee, drinks, snakcs and light meals with delicious weekend breakfasts too.', 'no', '385114', 'no', 'Golf+Centre+Fairway+Cafe')], ['385115', 'The Lounge Cafe', '-33.84667', '151.06783', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('The Lounge Cafe', 'yes', 'http://www.sydneyolympicpark.com.au/stay_eat_shop/cafes', 'cafe', 'Gourmet pies, premium coffee & other fresh café specialties.', 'yes', '385115', 'no', 'The+Lounge+Cafe')], ['385116', 'Lilies on the Park Cafe', '-33.85121', '151.07904', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Lilies on the Park Cafe', 'no', '', 'cafe', 'Enjoy breakfast, morning & afternoon tea or lunch in a parkside café restaurant.', 'yes', '385116', 'no', 'Lilies+on+the+Park+Cafe')], ['385117', 'Monster Cafe', '-33.84476', '151.06558', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Monster Cafe', 'no', '', 'Fast Food', 'Food & drinks to keep your energy levels pumping.', 'no', '385117', 'no', 'Monster+Cafe')], ['385118', 'Muffin Break', '-33.848402', '151.067764', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Muffin Break', 'no', '', 'Fast Food', 'All your favourites baked fresh instore daily: muffins, scones, wraps, pies & more.', 'no', '385118', 'no', 'Muffin+Break')], ['385150', 'Pablo & Rusty\'s Espresso Bar', '-33.84606', '151.07108', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Pablo & Rusty\'s Espresso Bar', 'no', '', 'cafe', 'Specialty coffee, smoothies, gourmet sandwiches and pies.', 'no', '385150', 'no', 'Pablo+%26amp%3B+Rusty%27s+Espresso+Bar')], ['385151', 'Quad Cafe', '-33.8461', '151.0744', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Quad Cafe', 'no', '', 'cafe', 'Terrific seasonal salads, sandwiches, hot food, drinks & coffee.', 'no', '385151', 'no', 'Quad+Cafe')], ['385153', 'Raw Expresso Bar and Cafe', '-33.84709', '151.06929', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Raw Expresso Bar and Cafe', 'no', '', 'cafe', 'Gourmet sandwiches, salads, hot meals, drinks & coffee.', 'no', '385153', 'no', 'Raw+Expresso+Bar+and+Cafe')], ['385154', 'Sports Centre Cafe Valenti', '-33.85353', '151.0699', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Sports Centre Cafe Valenti', 'no', '', 'cafe', 'Hot food, sandwiches, coffee & cold drinks.', 'no', '385154', 'no', 'Sports+Centre+Cafe+Valenti')], ['385155', 'Urban Cafe & Takeaway', '-33.84668', '151.07124', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Urban Cafe & Takeaway', 'no', '', 'cafe', 'Fresh café specialties for breakfast, meals, drinks and great coffee.', 'no', '385155', 'no', 'Urban+Cafe+%26amp%3B+Takeaway')], ['385156', 'The Brewery', '-33.84775', '151.0675', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('The Brewery', 'no', '', 'Bar', 'Contemporary bar with specialty beers, bistro, gaming & entertainment.', 'no', '385156', 'no', 'The+Brewery')], ['385158', 'Food Alert', '-33.847006', '151.069487', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Food Alert', 'no', '', 'Fast Food', 'Take-away fast food with great tasting kebabs, burgers, gozleme, salads and coffee.', 'no', '385158', 'no', 'Food+Alert')], ['385159', 'Sushi & Rice', '-33.8469', '151.06975', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Sushi & Rice', 'no', '', 'Fast Food', 'Freshly-made and tasty Japanese specialties to delight.', 'no', '385159', 'no', 'Sushi+%26amp%3B+Rice')], ['385160', 'Subway', '-33.84799', '151.06719', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Subway', 'no', '', 'Fast Food', 'Huge range of freshly made-to-order sandwiches, salads, wraps and cookies.', 'no', '385160', 'no', 'Subway')], ['385161', 'Xibit', '-33.84977', '151.0621', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Xibit', 'no', '', 'Fast Food', 'Fresh food to go.', 'no', '385161', 'no', 'Xibit')], ['385162', 'Ripe', '-33.84697', '151.07062', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Ripe', 'no', '', 'Fast Food', 'Freshly made salads, juices & smoothies.', 'no', '385162', 'no', 'Ripe')], ['385169', 'McDonalds', '-33.848067', '151.067247', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('McDonalds', 'no', '', 'Fast Food', 'World-famous fries and burgers plus new healthy choice items too.', 'no', '385169', 'no', 'McDonalds')], ['385872', 'Eora Cafe', '-33.845429', '151.071347', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Eora Cafe', 'no', '', 'Fast Food', 'Fast and tasy Portuguese style burgers and chicken, drinks and famous Illy coffee.', 'no', '385872', 'no', 'Eora+Cafe')], ['467691', 'Cold Rock Ice Creamery', '-33.84768', '151.06774', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337569/eating-marker.png', getInfoWindow('Cold Rock Ice Creamery', 'no', '', 'Fast Food', 'Choose your favourite ice cream and mix ins and watch us smash it on our unique \'Cold Rock\' - over 3000 flavour', 'no', '467691', 'no', 'Cold+Rock+Ice+Creamery')] ];marker_container['m-333175'] = [ ['347065', 'Example Heritage Marker', '-33.84404', '151.07446', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0007/337570/heritage-marker.png', getInfoWindow('Example Heritage Marker', 'no', '', '', 'Phasellus quis massa magna. Nam quis diam diam, quis rhoncus nulla. Vivamus eros purus, pulvinar eget commodo non.', 'no', '347065', 'no', 'Example+Heritage+Marker')] ];marker_container['m-333184'] = [ ['347070', 'Hockey Centre', '-33.85496', '151.06742', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Hockey Centre', 'no', '', 'Venue', 'Sydney Olympic Park Hockey Centre is a world class training and competition venue for players of all levels', 'yes', '347070', 'yes', 'Hockey+Centre')], ['347071', 'Athletic Centre', '-33.85051', '151.0645', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Athletic Centre', 'yes', 'http://www.sydneyolympicpark.com.au/conferences_and_functions/our_venues/aquatic_centre', 'Venue', 'Sydney Olympic Park Athletic Centre is ready for action and can accommodate a wide range of track and field and other sports.', 'yes', '347071', 'yes', 'Athletic+Centre')], ['347072', 'Aquatic Centre', '-33.85045', '151.06752', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Aquatic Centre', 'no', 'http://www.sydneyolympicpark.com.au/conferences_and_functions/our_venues/aquatic_centre', 'Venue', 'Sydney Olympic Park Aquatic Centre is a world class venue which has everything from international swim meets to weekly learn to swim classes', 'yes', '347072', 'yes', 'Aquatic+Centre')], ['347073', 'Sports Hall', '-33.84449', '151.06497', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Sports Hall', 'yes', 'http://www.sydneyolympicpark.com.au/conferences_and_functions/our_venues/sports_centre', 'Venue', 'Sydney Olympic Park Sports Halls are comprised of two large indoor halls of over 3000 square metres each.', 'yes', '347073', 'yes', 'Sports+Hall')], ['347074', 'ANZ Stadium', '-33.84712', '151.0633', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('ANZ Stadium', 'yes', '', 'Venue', 'ANZ Stadium is Sydney\'s largest stadium. During the 2000 Games the seating capacity was 110,000, the largest in Olympic history.', 'yes', '347074', 'yes', 'ANZ+Stadium')], ['347075', 'Allphones Arena (formerly Acer Arena)', '-33.84454', '151.06254', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Allphones Arena (formerly Acer Arena)', 'yes', 'http://www.sydneyolympicpark.com.au/conferences_and_functions/our_venues/Allphones_Arena', 'Venue', 'Allphones Arena is currently ranked Top 10 in the world and Australia\'s #1 arena. Discover its events and function facilities.', 'yes', '347075', 'yes', 'Allphones+Arena+%28formerly+Acer+Arena%29')], ['373767', 'Golf Centre', '-33.85262', '151.0716', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Golf Centre', 'no', '', 'Venue', 'Sydney Olympic Park Golf Centre caters for all your golfing needs in the one convenient location.', 'yes', '373767', 'no', 'Golf+Centre')], ['373769', 'Sports Centre', '-33.85353', '151.0699', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Sports Centre', 'no', '', 'Venue', 'Sydney Olympic Park Sports Centre is more than a venue - it\'s an experience!', 'yes', '373769', 'yes', 'Sports+Centre')], ['373770', 'Sydney Showground', '-33.84323', '151.06752', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Sydney Showground', 'no', '', 'Venue', 'Sydney Showground is Australia\'s most versatile sporting and exhibition complex', 'yes', '373770', 'no', 'Sydney+Showground')], ['373771', 'Tennis Centre', '-33.85484', '151.0712', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Tennis Centre', 'no', '', 'Venue', 'Sydney Olympic Park Tennis Centre is a world-class venue available for the local community and state, national and international tournaments', 'yes', '373771', 'yes', 'Tennis+Centre')], ['373777', 'Monster Skatepark', '-33.84476', '151.06558', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Monster Skatepark', 'no', '', 'Venue', 'Monster Skatepark caters for the needs of riders of all skill levels and riding tastes. Parking available at P1 or on street', 'yes', '373777', 'yes', 'Monster+Skatepark')], ['373778', 'WatervieW in Bicentennial Park', '-33.85128', '151.07827', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('WatervieW in Bicentennial Park', 'no', '', 'Venue', 'WatervieW an event venue inspired by nature.', 'yes', '373778', 'no', 'WatervieW+in+Bicentennial+Park')], ['373779', 'Monster Mountain X', '-33.83512', '151.07000', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Monster Mountain X', 'no', '', 'Venue', 'Monster Mountain X facility is a world-class 4 X facility comprising 250 metres of meandering downhill dirt jumps and turns', 'yes', '373779', 'yes', 'Monster+Mountain+X')], ['373780', 'Monster BMX', '-33.83518', '151.06969', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Monster BMX', 'no', '', 'Venue', 'Monster BMX Track is designed for freestylers and racers, from beginners to pros.', 'yes', '373780', 'no', 'Monster+BMX')], ['384059', 'Education Centre, Bicentennial Park', '-33.84580', '151.07957', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Education Centre, Bicentennial Park', 'no', '', '', 'We facilitate world class education in sport, health, the arts and environmental sustainability in a uniquely diverse environment.', 'yes', '384059', 'no', 'Education+Centre%2C+Bicentennial+Park')], ['384060', 'AusGrid Education Centre, Newington Armory', '-33.83261', '151.06564', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('AusGrid Education Centre, Newington Armory', 'no', '', '', 'Sydney Olympic Park Authority, in partnership with Ausgrid, delivers renewable energy education programs at the historic Newington Armory.', 'yes', '384060', 'no', 'AusGrid+Education+Centre%2C+Newington+Armory')], ['384062', 'Education Centre Annex, Bicentennial Park', '-33.8468', '151.07571', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Education Centre Annex, Bicentennial Park', 'no', '', '', 'We facilitate world class education in sport, health, the arts and environmental sustainability in a uniquely diverse environment.', 'yes', '384062', 'no', 'Education+Centre+Annex%2C+Bicentennial+Park')], ['395492', 'Archery Centre', '-33.83384', '151.07325', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Archery Centre', 'no', '', '', 'Sydney Olympic Park Archery Centre is an international first-class archery centre.', 'yes', '395492', 'no', 'Archery+Centre')], ['395504', 'Newington Armory', '-33.82539', '151.0643', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Newington Armory', 'no', '', 'Venue', 'Newington Armory is a special place, formerly the Royal Australian Naval Armament Depot (RANAD), it features over 100 heritage buildings.', 'no', '395504', 'yes', 'Newington+Armory')], ['410817', 'Armory Gallery', '-33.82626', '151.06622', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Armory Gallery', 'yes', '', 'Venue', 'This extraordinary heritage building has the longest uninterrupted wall space of any gallery in Australia.', 'yes', '410817', 'yes', 'Armory+Gallery')], ['410818', 'Armory Theatre', '-33.82822', '151.06398', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Armory Theatre', 'no', '', 'Venue', 'A multi-purpose performance space perfect for small-scale theatre, concerts, seminars, conferences, community meetings & workshops.', 'yes', '410818', 'no', 'Armory+Theatre')], ['411379', 'Birds Australia Discovery Centre', '-33.82993', '151.06499', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Birds Australia Discovery Centre', 'no', '', 'Venue', '', 'yes', '411379', 'no', 'Birds+Australia+Discovery+Centre')], ['411422', 'Armory Amphitheatre', '-33.82796', '151.06407', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('Armory Amphitheatre', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture/venues', 'Venue', 'A shaded outdoor stage area measuring 12m x 10m, making it large enough for a 60-piece orchestra.', 'yes', '411422', 'yes', 'Armory+Amphitheatre')], ['495675', 'SKODA Stadium', '-33.843', '151.0685', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('SKODA Stadium', 'no', '', 'Venue', 'SKODA Stadium is home to the GWS Giants', 'yes', '495675', 'no', 'SKODA+Stadium')] ];marker_container['m-333171'] = [ ['348510', 'Brickpit Ring', '-33.83925', '151.0718', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Brickpit Ring', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', '', 'The Ring Walk is an elevated circular walkway that allows visitors to access and view the Brickpit from above while preserving the habitat.', 'yes', '348510', 'no', 'Brickpit+Ring')], ['384010', 'Chiron', '-33.84441303', '151.06630833', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Chiron', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'A centaur, half-man and half-horse sculpture.', 'no', '384010', 'no', 'Chiron')], ['384011', 'Feathers & Skies', '-33.84684938', '151.06182403', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Feathers & Skies', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'Located on the eastern entrance of the Stadium, consisting of 96 large images of feathers depicting the diverse range of Australian birdlife', 'no', '384011', 'no', 'Feathers+%26amp%3B+Skies')], ['384012', 'Games Memories', '-33.84773414', '151.06585200', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Games Memories', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'A V-shaped forest of 480 poles capturing many of the elements that made the Sydney 2000 Olympic Games special', 'no', '384012', 'no', 'Games+Memories')], ['384013', 'Lost & Found', '-33.84477736', '151.06250117', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Lost & Found', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'Located inside Allphones Arena is a contemporary interpretation of tradional terrazzo paving & features broken-line drawings of athletes', 'no', '384013', 'no', 'Lost+%26amp%3B+Found')], ['384014', 'Munich Memorial', '-33.84386308', '151.06324839', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Munich Memorial', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'Honouring the 11 Israeli athletes and officials who lost their lives during the Games of the XX Olympiad in Munich 1972.', 'no', '384014', 'no', 'Munich+Memorial')], ['384015', 'Northern Water Feature', '-33.84201719', '151.06211205', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Northern Water Feature', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'An impressive 10 metre high fountain that cascades water down granite terraces to the man-made wetland at the edge of Haslam\'s Creek.', 'no', '384015', 'no', 'Northern+Water+Feature')], ['384016', 'Osmosis', '-33.84169021', '151.06208534', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Osmosis', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'Walk along Haslam\'s Pier as the artwork gradually becomes manifest through the metal grating of the floor surface.', 'no', '384016', 'no', 'Osmosis')], ['384017', 'ANZ Stadium Glass Panels', '-33.84684938', '151.06182403', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('ANZ Stadium Glass Panels', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'Patterned glass panels located at the four entrances of the Stadium are inspired by the venues original logo - concentric circles..', 'no', '384017', 'no', 'ANZ+Stadium+Glass+Panels')], ['384020', 'Discobolus', '-33.84708494', '151.07024434', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Discobolus', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'A sculptural landscape that links Sydney Olympic Park to the Olympic Games in Ancient Greece and celebrates the Greek origins', 'no', '384020', 'no', 'Discobolus')], ['384021', 'In the Shadows', '-33.85435102', '151.07191016', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('In the Shadows', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', '21 vertical transparent wands respresenting scientific measuring instruments which stand at various heights within Boundary Creek.', 'no', '384021', 'no', 'In+the+Shadows')], ['384022', 'Rivers of Light and Path of Champions', '-33.85041275', '151.06798648', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Rivers of Light and Path of Champions', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'Celebrating the achievements of Australia\'s sporting men and women in major Olympic sporting disciplines.', 'no', '384022', 'no', 'Rivers+of+Light+and+Path+of+Champions')], ['384023', 'Foundation Stone', '-33.84938064', '151.06703492', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Foundation Stone', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'A sandstone rock that was procured for its size and visual balance.', 'no', '384023', 'no', 'Foundation+Stone')], ['394889', 'Athletics Centre Mural', '-33.85000543', '151.06360884', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337566/art-marker.png', getInfoWindow('Athletics Centre Mural', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/arts_and_culture', 'Art', 'The mural consists of figurative images of athletes engaged in running, shot put, discus, javelin, pole vault, long jump and high jump.', 'yes', '394889', 'no', 'Athletics+Centre+Mural')] ];marker_container['m-333185'] = [ ['377779', 'Cathy Freeman Park', '-33.84611', '151.06639', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Cathy Freeman Park', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Located in the town centre, Cathy Freeman Park is a 10,000 square metre park with trees, playgrounds and the Olympic Cauldron fountain.', 'no', '377779', 'no', 'Cathy+Freeman+Park')], ['377783', 'Wentworth Common', '-33.83770', '151.0738', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Wentworth Common', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'A large open recreational space suitable for functions, picnics, active recreation, sports and special events for up to 200 people.', 'yes', '377783', 'no', 'Wentworth+Common')], ['386481', 'Arc of Pines', '-33.85228', '151.07652', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Arc of Pines', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Beautiful large pine trees border this secluded area overlooking Lake Belvedere. Perfect for wedding ceremonies and photography.', 'yes', '386481', 'no', 'Arc+of+Pines')], ['386482', 'Badu Shade Sail', '-33.84717', '151.07932', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Badu Shade Sail', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'Large furnished shade sail. Close to BBQs, boules court and amenities. Suitable for jumping castles and marquees.', 'yes', '386482', 'no', 'Badu+Shade+Sail')], ['386483', 'Education Centre Shade Sail', '-33.84588', '151.07922', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Education Centre Shade Sail', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'Secluded site for larger functions. Close to amenities and parking. Suitable for jumping castles and marquees.', 'yes', '386483', 'no', 'Education+Centre+Shade+Sail')], ['386484', 'Egret Pavilion', '-33.84656', '151.08132', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Egret Pavilion', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'Furnished pavilion close to playgrounds, BBQ, 1/2 basketball court and accessible toilets. Suitable for jumping castles and marquees.', 'yes', '386484', 'no', 'Egret+Pavilion')], ['386485', 'Heron Pavilion', '-33.84629', '151.08123', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Heron Pavilion', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'Furnished pavilion close to playgrounds, BBQ, 1/2 basketball court and accessible toilets. Suitable for jumping castles and marquees.', 'yes', '386485', 'no', 'Heron+Pavilion')], ['386486', 'Hill Pavilion', '-33.84924', '151.07664', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Hill Pavilion', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'A large furnished picnic shelter with picturesque views of Bicentennial Park and Lake Belvedere. Suitable for jumping castles and marquees.', 'yes', '386486', 'no', 'Hill+Pavilion')], ['386487', 'Lake Pavilion', '-33.85108', '151.07742', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Lake Pavilion', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'Initimate picnic shelter overlooking Lake Belvedere and waterbirds. Close to BBQs, café and toilets. Recommended for small social gatherings', 'yes', '386487', 'no', 'Lake+Pavilion')], ['386488', 'Peace Monument', '-33.84805', '151.07676', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Peace Monument', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Large grassed area suitable for community and corporate events. Suitable for jumping castles and marquees.', 'yes', '386488', 'no', 'Peace+Monument')], ['386489', 'Sundial Amphitheatre', '-33.8465', '151.07848', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Sundial Amphitheatre', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Large grassed area suitable for community and corporate events. Suitable for jumping castles and marquees.', 'yes', '386489', 'no', 'Sundial+Amphitheatre')], ['386490', 'The Belvedere', '-33.8506', '151.07572', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('The Belvedere', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Venue', 'Secluded evelated platform with waterviews and birdlife. Recommended for wedding photography only. Call 02 9714 7524 to make a booking.', 'yes', '386490', 'no', 'The+Belvedere')], ['386491', 'The Jetty', '-33.85152', '151.07714', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('The Jetty', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Venue', 'Stepped timber jetty on Lake Belevedere. Recommended for wedding photography and small wedding ceremeonies.', 'yes', '386491', 'no', 'The+Jetty')], ['386492', 'The Treillage', '-33.84798', '151.07908', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0006/337578/venues-marker.png', getInfoWindow('The Treillage', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', '', 'Open space at the base of the Park\'s main Observation Tower. Recommended for wedding ceremonies & photography.', 'yes', '386492', 'no', 'The+Treillage')], ['386493', 'Wentworth Common - Banquet Tables', '-33.83791', '151.07404', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0009/383958/picnic-shelters-marker.png', getInfoWindow('Wentworth Common - Banquet Tables', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Picnic Shelter', 'Furnished picnic shelter near a large oval. Close to amenities, children\'s playground, viewing platform of Homebush Bay and shipwrecks.', 'yes', '386493', 'no', 'Wentworth+Common+-+Banquet+Tables')] ];marker_container['m-333182'] = [ ['390850', 'All About Hair, Skin & Beauty', '-33.84629', '151.0714', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('All About Hair, Skin & Beauty', 'no', '', 'Shop', 'All about Hair Skin & Beauty is a salon which offers a full range of service at their salon at Sydney Olympic Park.', 'yes', '390850', 'no', 'All+About+Hair%2C+Skin+%26amp%3B+Beauty')], ['390856', 'Commonwealth Bank', '-33.84657', '151.07064', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Commonwealth Bank', 'yes', '', 'Shop', 'Commonwealth Bank of Australia. Branch location at Sydney Olympic Park', 'yes', '390856', 'no', 'Commonwealth+Bank')], ['390857', 'City Convenience Store', '-33.84692', '151.0697', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('City Convenience Store', 'yes', '', 'Shop', 'Convenience store with internet access.', 'yes', '390857', 'no', 'City+Convenience+Store')], ['390859', 'Sweetpea Child Care', '-33.84547', '151.0746', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Sweetpea Child Care', 'no', '', 'Shop', 'Child care for children aged 3 months to 5 years', 'yes', '390859', 'no', 'Sweetpea+Child+Care')], ['390860', 'Lulu Flowers & Gifts', '-33.84624', '151.07152', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Lulu Flowers & Gifts', 'yes', '', 'Shop', 'Lulu Flora will help create floral designs. They offer gift ideas for every important occasion and host Floral Art & Design classes.', 'yes', '390860', 'no', 'Lulu+Flowers+%26amp%3B+Gifts')], ['390861', 'Hip & Knee Clinic', '-33.8456', '151.0709', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Hip & Knee Clinic', 'yes', '', 'Shop', 'Orthopaedic physicians and surgeons co-located with radiology and physiotherapy services', 'yes', '390861', 'no', 'Hip+%26amp%3B+Knee+Clinic')], ['390862', 'Pike\'s Pharmacy', '-33.84557', '151.07102', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Pike\'s Pharmacy', 'yes', '', 'Pharmacy', 'Pharmacy with Doctor', 'yes', '390862', 'no', 'Pike%27s+Pharmacy')], ['390863', 'Stadium Newsagent', '-33.84688', '151.06978', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Stadium Newsagent', 'yes', '', 'Shop', 'Newsagency, magazines, and gifts', 'yes', '390863', 'no', 'Stadium+Newsagent')], ['390864', 'Ticketek', '-33.8505', '151.06752', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Ticketek', 'yes', '', 'Ticketek', 'Tickets and information for all types of music concerts, sports events, and leisure', 'yes', '390864', 'no', 'Ticketek')], ['390865', 'Trackside Convenience Store', '-33.85016', '151.0623', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Trackside Convenience Store', 'yes', '', 'Shop', 'Convenience store with internet access.', 'no', '390865', 'no', 'Trackside+Convenience+Store')], ['390866', 'Boulevard News', '-33.84802', '151.06753', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Boulevard News', 'yes', '', 'Shop', 'Newsagency, magazines, and gifts', 'yes', '390866', 'no', 'Boulevard+News')], ['393274', 'Red Dry Cleaners', '-33.84655', '151.07184', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Red Dry Cleaners', 'yes', '', 'Shop', 'Dry Cleaners - open 24/7', 'yes', '393274', 'no', 'Red+Dry+Cleaners')], ['490446', 'Pharmacy @ Sydney Olympic Park', '-33.84905', '151.06801', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337576/shops-servicer-marker.png', getInfoWindow('Pharmacy @ Sydney Olympic Park', 'yes', '', 'Pharmacy', 'Pharmacy with email/fax prescription service available', 'yes', '490446', 'no', 'Pharmacy+%40+Sydney+Olympic+Park')] ];marker_container['m-333178'] = [ ['395509', 'BBQ 1', '-33.85222637', '151.07786846', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 1', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395509', 'no', 'BBQ+1')], ['395510', 'BBQ 2', '-33.85222637', '151.07787927', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 2', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395510', 'no', 'BBQ+2')], ['395511', 'BBQ 3', '-33.85220239', '151.07787384', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 3', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395511', 'no', 'BBQ+3')], ['395512', 'BBQ 4', '-33.85219301', '151.07787383', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 4', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395512', 'no', 'BBQ+4')], ['395513', 'BBQ 5', '-33.85183592', '151.07829266', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 5', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395513', 'no', 'BBQ+5')], ['395516', 'BBQ 7', '-33.85181265', '151.07829837', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 7', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395516', 'no', 'BBQ+7')], ['395517', 'BBQ 8', '-33.85180309', '151.07829836', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 8', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395517', 'no', 'BBQ+8')], ['395518', 'BBQ 9', '-33.85089493', '151.07819456', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 9', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395518', 'no', 'BBQ+9')], ['395519', 'BBQ 10', '-33.85088547', '151.07819455', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 10', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395519', 'no', 'BBQ+10')], ['395520', 'BBQ 11', '-33.85086203', '151.07818577', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 11', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395520', 'no', 'BBQ+11')], ['395522', 'BBQ 13', '-33.85065619', '151.07990074', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 13', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395522', 'no', 'BBQ+13')], ['395523', 'BBQ 14', '-33.85064980', '151.07989316', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 14', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395523', 'no', 'BBQ+14')], ['395524', 'BBQ 15', '-33.85062043', '151.07985716', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 15', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395524', 'no', 'BBQ+15')], ['395527', 'BBQ 18', '-33.84722', '151.08118', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 18', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395527', 'no', 'BBQ+18')], ['395530', 'BBQ 21', '-33.8470268', '151.0818549', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 21', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395530', 'no', 'BBQ+21')], ['395531', 'BBQ 22', '-33.8470354', '151.0818583', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 22', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395531', 'no', 'BBQ+22')], ['395532', 'BBQ 23', '-33.8470166', '151.0818932', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 23', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395532', 'no', 'BBQ+23')], ['395533', 'BBQ 24', '-33.8470251', '151.0818966', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 24', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395533', 'no', 'BBQ+24')], ['395534', 'BBQ 25', '-33.8466523', '151.0817739', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 25', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395534', 'no', 'BBQ+25')], ['395535', 'BBQ 26', '-33.8466506', '151.0817956', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 26', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395535', 'no', 'BBQ+26')], ['395536', 'BBQ 27', '-33.8466489', '151.0818171', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 27', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395536', 'no', 'BBQ+27')], ['395541', 'BBQ 36', '-33.8250137', '151.0622208', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 36', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395541', 'no', 'BBQ+36')], ['395542', 'BBQ 42', '-33.8250521', '151.0630613', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 42', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395542', 'no', 'BBQ+42')], ['395543', 'BBQ 50', '-33.8276249', '151.0595237', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 50', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395543', 'no', 'BBQ+50')], ['395544', 'BBQ 53', '-33.8275593', '151.0603582', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/383959/barbecue-marker.png', getInfoWindow('BBQ 53', 'no', '', 'Barbecue', 'Free BBQs for park visitors.', 'no', '395544', 'no', 'BBQ+53')] ];marker_container['m-333179'] = [ ['377780', 'Jacaranda Square', '-33.84591', '151.07121', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Jacaranda Square', 'no', '', 'Parks', 'Located in the town centre, Jacaranda Square is a grassed meeting area close to cafés and restaurants.', 'yes', '377780', 'no', 'Jacaranda+Square')], ['377781', 'Blaxland Riverside Park', '-33.82587', '151.06179', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Blaxland Riverside Park', 'no', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Riverfront destination with 20 hectares of open turfed space and mega play space. Suitable for larger events with marquees and amusements.', 'yes', '377781', 'no', 'Blaxland+Riverside+Park')], ['377782', 'Newington Armory', '-33.82527', '151.06421', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Newington Armory', 'no', '', 'Parks', 'Formerly the Royal Australian Naval Armament Depot (RANAD), it features over 100 heritage buildings of various ages and types.', 'yes', '377782', 'no', 'Newington+Armory')], ['377785', 'Woo-la-ra', '-33.82701', '151.07238', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Woo-la-ra', 'no', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Of aboriginal origin, meaning \'look-out place\', Woo-la-ra is the principal gateway to the parklands and is 22 hectares in size', 'no', '377785', 'no', 'Woo-la-ra')], ['380651', 'Bicentennial Park', '-33.8526', '151.0766', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Bicentennial Park', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Parks', 'Bicentennial Park, open everyday, has a great playground area, picnic shelters, barbecues, toilets, bike & walking paths & cafe.', 'yes', '380651', 'no', 'Bicentennial+Park')], ['380689', 'Bicentennial Park - Concord West Playground', '-33.84755', '151.0820', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337574/parks-marker.png', getInfoWindow('Bicentennial Park - Concord West Playground', 'no', '', 'Playground', 'Open everyday, has a great playground area, picnic shelters, barbecues, toilets, bike & walking paths.', 'yes', '380689', 'no', 'Bicentennial+Park+-+Concord+West+Playground')], ['395567', 'Archery Park', '-33.83362', '151.0724', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/397180/park-marker.png', getInfoWindow('Archery Park', 'no', '', 'Parks', 'Play in the park overlooking the Archery Range or sit under the umbrellas and enjoy a picnic.', 'yes', '395567', 'no', 'Archery+Park')], ['397760', 'Blaxland Riverside Park Playground', '-33.82587', '151.06179', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337574/parks-marker.png', getInfoWindow('Blaxland Riverside Park Playground', 'no', '', 'Playground', 'The playground is purposely designed for children of all ages and their families. It will be progressively opened from April 2011.', 'yes', '397760', 'no', 'Blaxland+Riverside+Park+Playground')], ['397763', 'Cathy Freeman Park Playground', '-33.84511', '151.06593', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337574/parks-marker.png', getInfoWindow('Cathy Freeman Park Playground', 'no', '', 'Playground', 'Cathy Freeman Park is a large grassed park with huge shady trees, playgrounds next to the Olympic Cauldron fountain.', 'yes', '397763', 'no', 'Cathy+Freeman+Park+Playground')], ['399465', 'Wentworth Common Playground', '-33.83667', '151.0740', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337574/parks-marker.png', getInfoWindow('Wentworth Common Playground', 'no', '', 'Parks', 'Explore the adventure playground that features a flying fox, enormous sandpit, slide, climbing frame, swings & shade shelters.', 'yes', '399465', 'no', 'Wentworth+Common+Playground')], ['422855', 'Cathy Freeman Park', '-33.84643', '151.0665', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337574/parks-marker.png', getInfoWindow('Cathy Freeman Park', 'yes', 'http://www.sydneyolympicpark.com.au/whats_on/parks/outdoor_spaces_for_hire', 'Playground', 'Cathy Freeman Park is a large grassed park with huge shady trees, playgrounds next to the Olympic Cauldron fountain.', 'yes', '422855', 'no', 'Cathy+Freeman+Park')] ];//-- LISTINGS DATA assets printed: 63 marker_container['m-333170'] = [ ['378426', 'Pullman', '-33.84871', '151.06794', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337565/accommodation-marker.png', getInfoWindow('Pullman', 'yes', 'http://www.sydneyolympicpark.com.au/stay_eat_shop/accommodation', 'Accommodation', 'Pullman at Sydney Olympic Park is a unique 5-star hotel with 212 rooms.', 'yes', '378426', 'no', 'Pullman')],['378427', 'Novotel', '-33.84798', '151.06769', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337565/accommodation-marker.png', getInfoWindow('Novotel', 'yes', 'http://www.sydneyolympicpark.com.au/stay_eat_shop/accommodation', 'Accommodation', 'Novotel at Sydney Olympic Park is a 4-star hotel with 177 rooms.', 'yes', '378427', 'no', 'Novotel')],['378428', 'Ibis', '-33.84832', '151.06772', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337565/accommodation-marker.png', getInfoWindow('Ibis', 'yes', 'http://www.sydneyolympicpark.com.au/stay_eat_shop/accommodation', 'Accommodation', 'Ibis Hotel at Sydney Olympic Park is a 3-star hotel with 144 rooms.', 'yes', '378428', 'no', 'Ibis')],['378429', 'Formule1', '-33.84976', '151.06206', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337565/accommodation-marker.png', getInfoWindow('Formule1', 'yes', 'http://www.sydneyolympicpark.com.au/stay_eat_shop/accommodation', 'Accommodation', 'Formule1 at Sydney Olympic Park is a 2-star hotel with 98 rooms.', 'yes', '378429', 'no', 'Formule1')],['378430', 'Lodge', '-33.82905', '151.0611', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0011/337565/accommodation-marker.png', getInfoWindow('Lodge', 'yes', 'http://www.sydneyolympicpark.com.au/stay_eat_shop/accommodation', 'Accommodation', 'Sydney Olympic Park Lodge is a 98-bed facility managed by the YMCA, ideal for schools or special interest groups', 'no', '378430', 'no', 'Lodge')] ];marker_container['m-333176'] = [ ['347111', 'Visitor Centre', '-33.84775', '151.06853', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0008/337571/information-marker.png', getInfoWindow('Visitor Centre', 'no', '', 'Information', 'Open 7 days a week from 9am-5pm except Xmas Day. Our friendly and knowledgable staff can help plan your day.', 'no', '347111', 'no', 'Visitor+Centre')],['380735', 'Information Booth', '-33.82556', '151.06438', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0008/337571/information-marker.png', getInfoWindow('Information Booth', 'no', '', '', 'Open Saturday and Sunday from 10am-4pm except Xmas Day. Our friendly and knowledgable staff can help plan your day.', 'no', '380735', 'no', 'Information+Booth')] ];marker_container['m-333180'] = [ ['347113', 'Olympic Park Train Station', '-33.84608', '151.0707', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337575/public-transport-marker.png', getInfoWindow('Olympic Park Train Station', 'no', '', 'Train and track announcements', 'Regular daily trains from Lidcombe Station & limited direct services from Central. High frequency services operate during major events.', 'no', '347113', 'no', 'Olympic+Park+Train+Station')],['397753', 'Park St Bus Stop', '-33.845714', '151.0718', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337575/public-transport-marker.png', getInfoWindow('Park St Bus Stop', 'no', '', 'Bus stop', 'Bus Stop. For full bus timetables, please visit www.131500.com.au', 'no', '397753', 'no', 'Park+St+Bus+Stop')],['397754', 'Sydney Olympic Park Wharf Bus Stop', '-33.8262', '151.07875', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337575/public-transport-marker.png', getInfoWindow('Sydney Olympic Park Wharf Bus Stop', 'no', '', 'Bus stop', 'Bus Stop. For full bus timetables, please visit www.131500.com.au', 'no', '397754', 'no', 'Sydney+Olympic+Park+Wharf+Bus+Stop')],['397755', 'Sydney Olympic Park Wharf', '-33.82233', '151.07882', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0003/337575/public-transport-marker.png', getInfoWindow('Sydney Olympic Park Wharf', 'no', '', 'Ferry Wharf', 'Located on the Parrmatta River Service. Visit 131500.com.au for full timetables', 'no', '397755', 'no', 'Sydney+Olympic+Park+Wharf')] ];marker_container['m-334286'] = [ ['390821', 'Taxi Rank', '-33.84829', '151.0686', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/347810/taxi-markers.png', getInfoWindow('Taxi Rank', 'no', '', 'Taxi Rank', 'Herb Elliott Av near Pullman. For Major events: ANZ Stadium - Herb Elliott Av near Park St; Allphones Arena, Kevin Coombes Av', 'no', '390821', 'no', 'Taxi+Rank')] ];marker_container['m-333183'] = [ ['347115', 'Cathy Freeman Park Toilets', '-33.84674', '151.0662', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Cathy Freeman Park Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '347115', 'no', 'Cathy+Freeman+Park+Toilets')],['347494', 'Dawn Fraser Avenue Toilets', '-33.84933', '151.0624', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Dawn Fraser Avenue Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '347494', 'no', 'Dawn+Fraser+Avenue+Toilets')],['380719', 'P4 Toilets', '-33.85465', '151.0663', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('P4 Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '380719', 'no', 'P4+Toilets')],['380722', 'Bicentennial Park Toilets', '-33.85099', '151.0787', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Bicentennial Park Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '380722', 'no', 'Bicentennial+Park+Toilets')],['380728', 'Bicentennial Park - Concord West Toilets', '-33.84575', '151.07982', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Bicentennial Park - Concord West Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '380728', 'no', 'Bicentennial+Park+-+Concord+West+Toilets')],['380729', 'Education Centre Toilets', '-33.84572', '151.0798', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Education Centre Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '380729', 'no', 'Education+Centre+Toilets')],['380730', 'Sydney Olympic Park Wharf Toilets', '-33.8225', '151.0790', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Sydney Olympic Park Wharf Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '380730', 'no', 'Sydney+Olympic+Park+Wharf+Toilets')],['380732', 'Newington Armory Toilets - Building 9', '-33.82741', '151.06231', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Newington Armory Toilets - Building 9', 'no', '', 'Toilets', 'Toilets are conveniently located throughout Newington Armory and are accessible from Blaxland Riverside Park.', 'no', '380732', 'no', 'Newington+Armory+Toilets+-+Building+9')],['380733', 'Newington Armory Toilets - Building 148', '-33.82563', '151.06428', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Newington Armory Toilets - Building 148', 'no', '', 'Toilets', 'Toilets are conveniently located throughout Newington Armory.', 'no', '380733', 'no', 'Newington+Armory+Toilets+-+Building+148')],['380734', 'Newington Armory Toilets - Building 129', '-33.82904', '151.06439', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Newington Armory Toilets - Building 129', 'no', '', 'Toilets', 'Toilets are conveniently located throughout Newington Armory.', 'no', '380734', 'no', 'Newington+Armory+Toilets+-+Building+129')],['384063', 'Newington Armory Toilets - Building 126', '-33.82821', '151.06306', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Newington Armory Toilets - Building 126', 'no', '', 'Toilets', 'Toilets are conveniently located throughout Newington Armory.', 'no', '384063', 'no', 'Newington+Armory+Toilets+-+Building+126')],['384064', 'Newington Armory Toilets - Building 18', '-33.82611', '151.066717', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Newington Armory Toilets - Building 18', 'no', '', 'Toilets', 'Toilets are conveniently located throughout Newington Armory and at the Armory Gallery.', 'no', '384064', 'no', 'Newington+Armory+Toilets+-+Building+18')],['397746', 'Blaxland Riverside Park Toilets', '-33.8251', '151.0622', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0005/337577/toilets-marker.png', getInfoWindow('Blaxland Riverside Park Toilets', 'no', '', 'Toilets', 'Toilets are conveniently located throughout the Park and in all venues. They are fully accessible and most include baby change facilities.', 'no', '397746', 'no', 'Blaxland+Riverside+Park+Toilets')] ];marker_container['m-392669'] = [ ['347846', 'P10a', '-33.85262', '151.07817', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10a', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '2 hr free parking weekdays and all day parking on weekends. Additional parking available at P3.', 'no', '347846', 'no', 'P10a')],['380682', 'P10b', '-33.85163', '151.07925', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10b', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '2 hr free parking weekdays and all day parking on weekends. Additional parking available at P3.', 'no', '380682', 'no', 'P10b')],['380683', 'P10c', '-33.85062', '151.08039', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10c', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '2 hr free parking weekdays and all day parking on weekends. Additional parking available at P3.', 'no', '380683', 'no', 'P10c')],['380684', 'P10d', '-33.85016', '151.07672', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10d', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '2 hr free parking weekdays and all day parking on weekends. Additional parking available at P3.', 'no', '380684', 'no', 'P10d')],['380685', 'P10e', '-33.84998', '151.07588', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10e', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '2 hr free parking weekdays and all day parking on weekends. Additional parking available at P3.', 'no', '380685', 'no', 'P10e')],['380686', 'P10f', '-33.84739', '151.0764', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10f', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '2 hr free parking weekdays and all day parking on weekends. Additional parking available at P3.', 'yes', '380686', 'no', 'P10f')],['380687', 'P10g', '-33.84755', '151.0820', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P10g', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', '', 'This is some text for the description...', 'no', '380687', 'no', 'P10g')] ];marker_container['m-333172'] = [ ['347108', 'Commonwealth Bank - ATM', '-33.84661', '151.07049', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/example_atm_marker_1', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Commonwealth Bank - ATM', 'no', '', 'ATM', 'Located outside the Commonwealth Bank branch', 'no', '347108', 'no', 'Commonwealth+Bank+-+ATM')],['390867', 'Non-major bank - ATM', '-33.84782', '151.06726', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/n_on-major_bank_-_atm', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Non-major bank - ATM', 'no', '', 'ATM', 'Located inside The Brewery.', 'no', '390867', 'no', 'Non-major+bank+-+ATM')],['392468', 'Non-major bank - ATM', '-33.84803', '151.06752', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/n_on-major_bank_-_atm2', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Non-major bank - ATM', 'no', '', 'ATM', 'Located inside the Novotel, near Boulevard News', 'no', '392468', 'no', 'Non-major+bank+-+ATM')],['392469', 'Non-major bank - ATM', '-33.84542', '151.07139', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/n_on-major_bank_-_atm3', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Non-major bank - ATM', 'no', '', 'ATM', 'Located inside Eora Cafe. Accessible during cafe opening hours only.', 'no', '392469', 'no', 'Non-major+bank+-+ATM')],['392470', 'Westpac bank - ATM', '-33.85053', '151.06752', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/westpac_bank_-_atm', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Westpac bank - ATM', 'no', '', 'ATM', 'Located inside the Aquatic Centre, next to Cafe Aqua', 'no', '392470', 'no', 'Westpac+bank+-+ATM')],['392471', 'Westpac bank - ATM', '-33.8463', '151.0676', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/westpac_bank_-_atm2', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Westpac bank - ATM', 'no', '', 'ATM', 'Located on Showground Road, near the Lounge Cafe', 'no', '392471', 'no', 'Westpac+bank+-+ATM')],['392472', 'ANZ bank - ATM', '-33.84739', '151.06474', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/anz_bank_-_atm', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('ANZ bank - ATM', 'no', '', 'ATM', 'Located inside ANZ Stadium. Just through Gate C. Accessible during Stadium opening hours only.', 'no', '392472', 'no', 'ANZ+bank+-+ATM')],['402226', 'Commonwealth Bank - ATM', '-33.84661', '151.07049', 'http://sopadev.clients.squiz.net/temp_trash/event_google_markers/tranport,_parking_and_facilities/atms/example_atm_marker_2', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0004/337567/atm-marker.png', getInfoWindow('Commonwealth Bank - ATM', 'no', '', 'ATM', 'Located near the stairs past the Commonwealth Bank branch', 'no', '402226', 'no', 'Commonwealth+Bank+-+ATM')] ];marker_container['m-333181'] = [ ['347112', 'P1', '-33.84515', '151.0607', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P1', 'no', '', 'Parking', 'P1 Car Parking has a capacity of 3,300 car spaces with 179 accessible parking spaces.', 'no', '347112', 'no', 'P1')],['347122', 'P2', '-33.85203', '151.06808', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P2', 'yes', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P2 car park is the closest carpark for the Aquatic Centre and Ahtletic Centre', 'no', '347122', 'no', 'P2')],['348511', 'P3a', '-33.8526', '151.0710', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P3a', 'yes', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Parking available for $4 per hour or $20 per day. P3a car park is the closest car park for the Golf Centre.', 'no', '348511', 'no', 'P3a')],['373772', 'P3', '-33.85108', '151.07128', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P3', 'yes', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P3 Car Parking has a capacity of 1,438 car spaces with 46 accessible parking spaces. Entry is via Sarah Durak Avenue', 'no', '373772', 'no', 'P3')],['373773', 'P4', '-33.854568', '151.065865', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P4', 'yes', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Parking available for $4 per hour or $20 per day. P4 car park is the closest carpark for the Hockey Centre', 'no', '373773', 'no', 'P4')],['373774', 'P5a', '-33.83643', '151.06363', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P5a', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Entry for P5a, P5b and P5c is via Hill Road. Parking is available for $4 per hour or $20 per day', 'no', '373774', 'no', 'P5a')],['373775', 'P6', '-33.8454', '151.07164', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P6', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P6 Car Parking has a capacity of 638 car spaces with 28 accessible parking spaces. Entry is via Murray Rose Avenue', 'no', '373775', 'no', 'P6')],['373776', 'P8', '-33.847', '151.07092', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P8', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P8 Car Parking has a capacity of 212 car spaces. Parking is available for $4 per hour or $20 per day. Entry is via Herb Elliott Avenue', 'no', '373776', 'no', 'P8')],['380672', 'Blaxland Riverside Park', '-33.8271', '151.0612', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Blaxland Riverside Park', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Free parking available. Additional parking available in P5.', 'yes', '380672', 'no', 'Blaxland+Riverside+Park')],['380676', 'Brickpit', '-33.83892', '151.0720', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Brickpit', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '4 hours free parking', 'no', '380676', 'no', 'Brickpit')],['380677', 'Archery Centre Parking', '-33.83344', '151.07442', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Archery Centre Parking', 'yes', 'http://www.sopa.nsw.gov.au/for_business/parking', '', 'Free parking for Centre patrons only. Entry via Bennelong Road', 'no', '380677', 'no', 'Archery+Centre+Parking')],['380678', 'P7', '-33.85386', '151.07116', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P7', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P7 Car Park is available for Sport Centre patrons subject to availability. Event parking is available at P3.', 'no', '380678', 'no', 'P7')],['380679', 'P6a', '-33.84268', '151.07014', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P6a', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P6a Car Parking has a capacity of 61 car spaces. Parking is available for $4 per hour or $20 per day.', 'no', '380679', 'no', 'P6a')],['380680', 'P6d', '-33.84626', '151.07283', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P6d', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P6d Car Parking has a capacity of 93 car spaces. Parking is available for $4 per hour or $20 per day. Entry is via Parkview Drive', 'no', '380680', 'no', 'P6d')],['380681', 'P6e', '-33.84596', '151.07013', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P6e', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P6e Car Parking has a capacity of 100 car spaces. Parking is available for $4 per hour or $20 per day. Entry is via Murray Rose Avenue', 'no', '380681', 'no', 'P6e')],['380688', 'Woo-la-ra', '-33.83019', '151.0716', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Woo-la-ra', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '4 hours free parking', 'yes', '380688', 'no', 'Woo-la-ra')],['380693', 'Wentworth Common', '-33.83852', '151.0733', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Wentworth Common', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', '4 hours free parking', 'no', '380693', 'no', 'Wentworth+Common')],['386470', 'Golf Centre Car Park', '-33.85310', '151.07084', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Golf Centre Car Park', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Parking available for golf centre patrons olny', 'no', '386470', 'no', 'Golf+Centre+Car+Park')],['386472', 'Pullman Hotel Car Park', '-33.84871', '151.06794', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Pullman Hotel Car Park', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Valet parking for Pullman hotel guests only.', 'no', '386472', 'no', 'Pullman+Hotel+Car+Park')],['386473', 'P5b', '-33.83402', '151.06762', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P5b', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Entry for P5a, P5b and P5c is via Hill Road. Parking is available for $4 per hour or $20 per day', 'no', '386473', 'no', 'P5b')],['386474', 'P5c', '-33.83402', '151.06762', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P5c', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Entry for P5a, P5b and P5c is via Hill Road. Parking is available for $4 per hour or $20 per day', 'no', '386474', 'no', 'P5c')],['386475', 'Formule 1 Car Park', '-33.84965', '151.062', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('Formule 1 Car Park', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'Parking available for guests. Additional parking available in P2 or P1.', 'no', '386475', 'no', 'Formule+1+Car+Park')],['392473', 'P6h', '-33.84839', '151.06838', '', 'http://www.sydneyolympicpark.com.au/__data/assets/image/0010/337573/parking-marker.png', getInfoWindow('P6h', 'no', 'http://www.sopa.nsw.gov.au/for_business/parking', 'Parking', 'P6h Car Parking has a capacity of 112 car spaces. Parking is available for $4 per hour or $20 per day. Entry is via Herb Elliott Avenue', 'no', '392473', 'no', 'P6h')] ];