document.write(''); var oldDiv = null; var div = null; var aeOL=[];function addEvent(o,n,f,l){var a='addEventListener',h='on'+n,b='',s='';if(o[a]&&!l)return o[a](n,f,false);o._c|=0;if(o[h]){b='_f'+o._c++;o[b]=o[h]}s='_f'+o._c++;o[s]=f;o[h]=function(e){e=e||window.event;var r=true;if(b)r=o[b]&&o[b](e)!=false&&r;r=o[s]&&o[s](e)!=false&&r;return r};aeOL[aeOL.length]={o:o,h:h}}; var map = null; var geocoder = null; var bounds = null; var oTimer = null; var aBounds = new Array(); var aContent = new Array(); var size = null; var totalBounds = 0; var totalBoundsAdded = 0; var totalBoundsAddedSuccessfully = 0; var icon; var boundsRemaining = 0; function initMap() { if (GBrowserIsCompatible()) { oldDiv = document.getElementById('divMap'); div = oldDiv.cloneNode(false); div.style.visibility = 'hidden'; oldDiv.style.overflow = 'hidden'; oldDiv.appendChild(div); var mapOptions = {mapTypes:new Array(G_NORMAL_MAP, G_HYBRID_MAP)}; map = new GMap2(div, mapOptions); size = map.getSize(); bounds = new GLatLngBounds(); geocoder = new GClientGeocoder(); //map.enableScrollWheelZoom(); map.enableContinuousZoom(); // Initialise Map map.setCenter(new GLatLng(0, 0), 0); icon = new GIcon(); icon.image = '/images/pin_wine.png'; icon.iconSize = new GSize(27, 27); icon.iconAnchor = new GPoint(13, 27); icon.infoWindowAnchor = new GPoint(13, 27); icon = G_DEFAULT_ICON; } else { if (document.getElementById('spanProgress')) document.getElementById('spanProgress').innerHTML = 'Your browser isn\'t compatible with Google Maps.'; } } var queue = new Array(); function queueAddress(address, customerName, description, customerId, latitude, longitude) { queue[queue.length] = new Array(address, customerName, description, customerId, latitude, longitude); totalBounds ++; } var tQueue; var itemsProcessing = 0; function checkQueue() { tQueue = window.setInterval('if (queue.length == 0) {window.clearInterval(tQueue)} else if (totalBounds - (queue.length + totalBoundsAdded) < 20) {addAddress(queue[0][0], queue[0][1], queue[0][2], queue[0][3], queue[0][4], queue[0][5]); queue.splice(0, 1);}', 10); } function addAddress(address, customerName, description, customerId, latitude, longitude, noIncrement) { if (geocoder) { if (latitude != null && longitude != null) { addMarker(new GLatLng(latitude, longitude), address, customerName, description, customerId); } else { geocoder.getLatLng ( address, function (point) { if (!point) { geocoder.getLocations ( address, function (placemark) { if (placemark) { if (placemark.Status.code == G_GEO_SUCCESS) addAddress(placemark.name, customerName, description, customerId, latitude, longitude, true); else { totalBoundsAdded ++; if (document.getElementById('spanProgress')) document.getElementById('spanProgress').innerHTML = parseInt(((totalBoundsAdded > totalBounds ? totalBounds : totalBoundsAdded) / totalBounds) * 100) + '% Completed'; } } else { totalBoundsAdded ++; if (document.getElementById('spanProgress')) document.getElementById('spanProgress').innerHTML = parseInt(((totalBoundsAdded > totalBounds ? totalBounds : totalBoundsAdded) / totalBounds) * 100) + '% Completed'; } } ) } else { ScriptLoader.LoadFile('/mapping/addGeographics.asp?CustomerID=' + customerId + '&Latitude=' + point.lat() + '&Longitude=' + point.lng()); addMarker(point, address, customerName, description, customerId, latitude, longitude); } } ); } } } function addMarker(point, address, customerName, description, customerId) { var markerOptions = {title:new String(customerName), icon:icon}; var marker = new GMarker(point, markerOptions); var content = ''; content += '
'; content += ' ' + customerName + ''; content += '
'; content += '

' + description + '

'; content += '

' + address + '

'; content += '

'; content += ' Show Operator Details'; content += ' Zoom In'; content += '

'; content += '
'; var infoWindowOptions = {maxWidth:new Number(size.width * 0.67)}; marker.bindInfoWindowHtml(content, infoWindowOptions); map.addOverlay(marker); // Extend bounds to include this point bounds.extend(point); totalBoundsAdded ++; totalBoundsAddedSuccessfully ++; if (document.getElementById('spanProgress')) document.getElementById('spanProgress').innerHTML = parseInt(((totalBoundsAdded > totalBounds ? totalBounds : totalBoundsAdded) / totalBounds) * 100) + '% Completed'; } function zoomTo(x, y) { map.setZoom(14); } function setZoom() { if (totalBounds > 0 && totalBoundsAddedSuccessfully == 0) { if (document.getElementById('spanProgress')) document.getElementById('spanProgress').innerHTML = 'The specified location(s) could not be found.'; if (document.getElementById('imgProgress')) document.getElementById('imgProgress').style.display = 'none'; } else { var size = map.getSize(); var zoomLevel = map.getBoundsZoomLevel(bounds); if (zoomLevel > 15) zoomLevel = 15; var center = bounds.getCenter(); map.setCenter(center, zoomLevel); if (size.height > 270) map.addControl(new GLargeMapControl()); else if (size.height > 100) map.addControl(new GSmallMapControl()); if (size.height > 270) map.addControl(new GMapTypeControl(), new GControlPosition(G_ANCHOR_TOP_RIGHT, new GSize(10, 10))); if (size.height > 270) map.addControl(new GOverviewMapControl()); map.savePosition(); oldDiv.parentNode.replaceChild(div, oldDiv); div.style.visibility = 'visible'; } } function drawPins() { initMap(); queueAddress('2 Channybearup rd, channybearup WA 6260, AUSTRALIA', 'Kangaroo Creek Chalet', 'Chalets have one king size bed, twin person spa, bathrobes with linen supplied. Fully equipped kitchen, gas log fire, tv/dvd, ', 36918); queueAddress('20 Widdeson Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Karri Forest Motel ', 'Comfortable clean accomodation.With on-site licensed retaurant. Parking at your door. BBQ and pool area. Set in lovely cottage ', 11536, -34.4466844, 116.0414922); queueAddress('Lot 12 Hopgarden Road Phone (08) 9776 2018', 'Karri Valley Chalets', 'Award winning luxury eco-tourism self-contained accommodation, in a unique setting, backing onto Beedelup National Park. Watch ', 7884); queueAddress('Hopgarden Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Karri Valley Estate Golf Course and Cafe\'', 'Pitch`n putt 9 hole course. Just $10.00 per person including buggies, clubs, balls. Mention this add and have two rounds for th', 16061, -34.444633, 116.0349); queueAddress('Lot 16 Hopgarden Road, Beedelup WA 6260, Australia WA 6260 Australia', 'Karri Valley Hideaway Cottages', 'Six cottages hidden away in a beautiful forest and parkland setting. Four of the cottages are treetop style with an elevated b', 16059, -34.4147093, 115.849447); queueAddress(' Vasse Highway WA 6260 Australia', 'Karri Valley Resort', 'Whether it is a family Holiday, rejuvenating or having a honeymoon, Karri Valley Resort offers a range of accommodation styles ', 14472, -34.061847, 115.770012); queueAddress('3628 Cutting Road, Manjimup WA 6258, Australia WA 6258 Australia', 'Kin Kin Retreat', 'Unique jarrah chalets situated on the Warren River and set amongst 250 acres of bush land and State Forest.\n\n ', 28406, -34.243007, 116.144747); queueAddress('Old Vasse Road and Pemberton Northcliffe Road, Pemberton WA 6260, Australia WA 6260 australia', 'King Trout Restaurant and Marron Farm', 'Opening Hours\n\n9.30am - 5.00pm Seven Days a week\n\n(closed Thursday during school term)\n\n\n\nRestaurant available for group bookin', 16071, -34.481479, 116.014751); queueAddress('74 Chopping St WA 6258 Australia', 'Kingsley Motel & Cabernet Restaurant - MANJIMUP', 'The Kingsley Motel is a quality three star property surrounded by acres of grassed areas with large shady trees creating a back', 16073, -34.252534, 116.135689); queueAddress('Browns Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Lavender and Berry Farm Chalets, Gift Shoppe and Cafe', 'Set in the grounds of the Lavender and Berry Farm and alongside the Gloucester National Park are four rammed earth chalets. Eac', 16078, -34.433238, 116.066669); queueAddress('9162 Vasse Hwy, Eastbrook WA 6260, Australia WA 6260 Australia', 'Lost Lake Wines', 'Established in 1990 in the picturesque valley; Lost Lake Wines is owned and operated by the Masters Family who moved to the are', 16079, -34.410692, 116.110978); queueAddress('388 Old Vasse Rd, Warren National Park, Pemberton WA 6260 www.marima.com.au ', 'Marima Cottages', '<br>Come and enjoy waking up in your own private spa chalet within a tranquil Karri forest in the Warren National Park, Pembert', 7851); queueAddress('101 Double Bridge Road, Northcliffe WA 6262, Australia WA 6262 Australia', 'Meerup Springs Farmstay - Northcliffe', ' Our beautifully appointed fully self-contained cabins all have cosy log fires for those cold winter nights, a fully equipped k', 8058, -34.6604792, 116.1001682); queueAddress('Corner Ellis and Guppy Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Old Picture Theatre Holiday Apartments', 'Admire the original polished jarrah floor boards, stained glass doors, jarrah wash stands, timber dados, period skirting boards', 8107, -34.44556, 116.0357); queueAddress('Vasse HIghway, Eastbrook WA 6260, Australia WA 6260 Australia', 'Olde Eastbrook', '', 17230, -34.411014, 116.11005); queueAddress('66 Brockman Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Best Western Hotel', 'Our modern motel rooms have queen or king size beds, ensuites, television, tea/coffee making facilities, a small bar fridge, re', 7868, -34.44472, 116.03548); queueAddress('5049 Channybearup Rd, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Blue Loft Cottages', 'Only 12km from Pemberton lies 100 acres of Paradise, bought by its owners for the love of its peace, tranquility and inspiring ', 9353, -34.3956068, 116.0657435); queueAddress('Channybearup Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Blue Loft Wines', 'Wander in to our small but unique rammed earth and timber cellar sales to sample our award winning wine, free of charge. Enjoy ', 16110, -34.37757, 116.069289); queueAddress('1 Roberts Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Breakaway Cottages', 'Our 2 bedroom Karri Cottages and 3 bedroom Farmhouse are built in the style of Pembertons traditional Mill houses and offer wel', 16194, -34.4814909, 116.014002); queueAddress(' Swimming Pool Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Camp School', 'Minimum numbers 20 people. <p>\n\n\n\nWe provide full catering\n\n\n\nThe whole camp experience is an integrated approach using the Phi', 16112, -34.443995, 116.030823); queueAddress('Cnr stirling pump Road and swimming pool road, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Caravan Park', 'We have a range of quality accommodation to suit your needs,that is comfortable and affordable.\n\n\n\nSpacious and shady sites sui', 11700, -34.445658, 116.028457); queueAddress('48 Brockman St, Pemberton , Western Australia, Australia WA 6260 Australia', 'Pemberton Discovery Tours', ' <p>\n\nSee something unique and do something different for we all know; the best is off the highway!\n\n</p>\n\n<P><b>The Pemberton ', 15577, -34.44556, 116.03405); queueAddress('7486 Vasse Highway, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Farm Chalets', ' Pemberton Farm Chalets is a place to get away from the hustle and bustle of city life , and get back to nature at this idyllic', 7946, -34.4378702, 116.0475962); queueAddress('cnr Stirling Pump, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Forest Stay', ' A village of six timber cottages, Pemberton Forest Stay is suitable for families, groups, couples and individuals. Its histori', 8088, -34.446315, 116.026544); queueAddress('Cnr Heartbreak Trail and Old Vasse Rd, Pemberton WA 6260, Australia WA 6260 Australia', 'Pemberton Hiking and Canoeing', 'Pemberton\'s diverse geography enriches the area with a variety of river, lake and estuary systems that are great to explore by ', 16114, -34.444633, 116.0349); queueAddress('8194 Old Vasse Rd, Warren national park WA 6260, Australia WA 6260 Australia', 'Pemberton Wine Centre', ' Pemberton\'s Cellar Door <p><br>\n\nA visit to the Pemberton Wine Centre is a truly unique experience. Set in the heart of Warren', 16118, -34.493237, 115.966294); queueAddress('Lot 119, Vasse Highway Pemberton WA 6260, AUSTRALIA WA 6260 Australia', 'Petit Valley Estate ', ' Petit Valley Estate is a unique holiday destination. This two storey English Tudor style home has 4 bedrooms, 1 King Room with', 44808, -34.44021, 116.038069); queueAddress('Pump Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Pump Hill Farm Cottages', 'We are only one kilometre from Pemberton (a short stroll through the forest) which offers an excellent variety of restaurants, ', 14470, -34.4458055, 116.028027); queueAddress(' Riverway Road Northcliffe WA 6262 Australia', 'Riverway Chalets - Northcliffe', 'Chalets are set in 100 acres of lush farm land and forest Facilities. Chalets are private and self contained with: private bat', 16128, -34.670817, 116.145015); queueAddress('1 Ellis Sttreet, Pemberton WA 6260, Australia WA 6260 Australia', 'Sadies Restaurant & Function Centre', 'The Function Centre provides a professional and welcoming environment for all special occasions. Large parties, weddings and co', 16131, -34.44835, 116.03852); queueAddress(' Vasse Hwy Pemberton WA 6260 Australia', 'Salitage Winery', 'The Salitage Vineyards are planted on elevated ironstone gravelly soils and together with the cool and even temperatures during', 16133, -34.4378702, 116.0475962); queueAddress('18 Brockman Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Shamrock Restaurant and Apartments', 'Enjoy the friendly atmosphere of this former old boarding house, while feasting on delicious home-style cooking. The Shamrock B', 16136, -34.4472529, 116.0305103); queueAddress('Channybearup Rd, Pemberton WA 6260, Australia WA 6260 Australia', 'Silkwood Wines', 'At Silkwood wines we believe great wine can only come from healthy vines grown in good soil with the right climate. This critic', 16138, -34.406944, 116.062506); queueAddress('20 Widdeson St, Pemberton WA 6260, Australia WA 6260 Australia', 'Silver Birch Restaurant', 'The Chef prepares local produce such as Marron, Trout, Beef and Lamb and offers the best cuisine in the Pemberton area at affor', 16139, -34.446694, 116.041476); queueAddress(' WA 6258 Australia', 'Smithbrook Wines Pty Ltd', '', 35286, -34.319067, 116.303251); queueAddress('Cnr South Western Highway & Telephone Road, Pemberton WA 6260, Australia WA 6258 Australia', 'Stonebarn - Pemberton', 'Located in the heart of Western Australia’s epicurean region, our in-house chef will provide you with the perfect opportunity t', 41971, -34.444633, 116.0349); queueAddress('Lot 10 Jamieson Street, Pemberton WA 6260, Australia WA 6260 Australia', 'The Peter Kovacsy Studio', 'Peter draws inspiration for his latest work from observations concerning the phenomena of light on Australian landscape and the', 16146, -34.442681, 116.04322); queueAddress('Conte Rd Pemberton WA 6260 Australia', 'The Warren Vineyard, Winestay - Bed & Breakfast', 'Phone direct 0897761115 for special deals.\n\nIn 1985 the Warren Vineyard was established -one of the first planted in the Pember', 16148, -34.462756, 116.023613); queueAddress('Seven Day Road, Manjimup WA 6258, Australia WA 6258 Australia', 'The Wine and Truffle Co', 'Along with our gourmet truffles we produce premium wines which have won many prestigious awards and accolades throughout Austr', 16524, -34.263586, 116.127073); queueAddress('Packer Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Treen Ridge Vineyard Accommodation.', ' Purpose built vineyard accommodation consisting of three bedrooms all with their own ensuite. The two queen rooms have spa bat', 7779, -34.444633, 116.0349); queueAddress('12928 Vasse Highway, Pemberton WA 6260, Australia WA 6260 Australia', 'Treenbrook Cottages', 'Treenbrook Cottages are set in 12 acres of farmland bounded by forest, only 5kms from Pemberton and close to all major local at', 8190, -34.437683, 116.048037); queueAddress('224 Dickensen Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Vintners Cottage', '1bedroom, 50 CHANNELS OF OF FOXTEL, Breakfast basket, 4.5 star.\n\n<p>Vintners Cottage, situated in the timber town of Pemberton ', 33591, -34.451606, 116.034009); queueAddress('Corner Vasse Highway South Western Highway, Middlesex WA 6258, Australia WA 6258 Australia', 'Warren Grange Farmstay and Bed & Breakfast', 'Warren Grange B&B has been operating since 1996.There are 3 bedrooms. The Queen is a large room with queen bed and a beautiful ', 16168, -34.357975, 116.161012); queueAddress('Pemberton Northcliffe Rd, Pemberton WA 6260, Australia WA 6260 Australia', 'Warren River Cottages', 'Our rustic rammed earth country -style cottages are totally surrounded by the majestic karri forest by the Warren River, bring', 8796, -34.481479, 116.014751); queueAddress('262 Karri Hill Road, Crowea WA 6262, Australia WA 6262 Australia', 'Watermark Kilns - Northcliffe', ' \n\n We are a farm of over 100 acres. We grow marron and Dexter Cattle. Our permaculture garden is', 16172, -34.5530352, 116.1807203); queueAddress('Lot 2 Kemp Rd, Pemberton WA 6260, Australia WA 6260 Australia', 'Wood Smoke Estate and Jarrah Jacks Brewery', 'Situated only 3 klms out of Pemberton (enroute to Big Brook Dam) Wood Smoke Estate is an ideal vineyard to visit.\n\n\n\nTake time ', 16176, -34.42889, 116.02563); queueAddress('Jones Street, Walpole, Western Australia WA 6398 Australia', 'WOW Wilderness EcoCruises', 'Join one of the WOW Wilderness eco-interpreters for an informative 2 1/2 hour cruise into the beautiful and unique waterways of', 18394, -34.977735, 116.727371); queueAddress('12 Wellburn Place, Pemberton WA 6260, Australia PH: 08 9776 0418 WA 6260 Australia', 'A Splendid Wren Pemberton Bed and Breakfast Retrea', 'Nestled amongst a forest of Jarrah, Marri and Karri trees, 3km from Pemberton township, is the peace and tranquility of A Splen', 12620, -34.4426118, 116.0634547); queueAddress('Toll place, Albany, Western Australia, 6330 Australia WA 6331 Australia', 'ALBANY DOLPHIN AND WHALE CRUISES / SILVERSTAR CRUISES', '<p>In all probability the most stable vessel of its size operating in W.A.<p> Family friendly and child safe.<p> Spacious club ', 10364, -35.030574, 117.886305); queueAddress('Hopgarden rd, Pemberton', 'Beedelup House Cottages', 'Beedelup Cottages have 4 unique styles of accommodation, being Timber, Limestone, Stone and Tudor Styles. All cottage are uniq', 15963); queueAddress('14 Wheatley Coast Road, Northcliffe WA 6262, Australia WA 6262 Australia', 'Bibbulmun Break Motel (Northcliffe)', 'Luxury accommodation with ensuite and complimentary continental breakfast. Spacious and spotless, comfort for our guests is our', 15965, -34.63228, 116.1238); queueAddress('489 Stirling Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Big Brook Cottages and B and B', 'Big Brook Retreat consist of 2 two bedroom cottages without spas and 2 one bedroom cottages with spas. Spoil yourself in these ', 13171, -34.438398, 116.007873); queueAddress('979 Middleton Road, Northcliffe WA 6262, Australia WA 6262 Australia', 'Caringal in the Karri Cottage', ' The cottage is fully self contained sleeping up to six people, containing two queen sized beds and two single beds. Caringal ', 48869, -34.612668, 116.153431); queueAddress(' WA 6000 Australia', 'City Waters', ' ', 51960, -31.95959, 115.86711); queueAddress(' Wheately Coast Road, Upper Warren, WA 6258 WA 6258 Australia', 'Clover Cottage Country Retreat', ' The spacious limestone cottages offer an ideal romantic get away or can comfortably accommodate up to six people. Each cottage', 51210, -34.372536, 116.282188); queueAddress('Lot 222 Dickensen St, Pemberton WA 6260, Australia WA 6260 Australia', 'Coffee Connection', 'Pemberton\'s best kept secret!<p> Home cooked meals and sweet treats set in a tranquil garden setting adjacent to the Fine Woodc', 15987, -34.451606, 116.034009); queueAddress('29159 South Western Highway, Middlesex WA 6258, Australia WA 6258 Australia', 'Diamond Forest Cottages', 'Treat yourself to a forest getaway any time of the year. Diamond Forest Cottages is a great central location midway between Pem', 16025, -34.321147, 116.125815); queueAddress('Lot 12155 Channybearup road, Pemberton WA 6260, AUSTRALIA West 6260 Australia', 'Diamond Tree Farm Stay', 'A superbly appointed self-contained house in sensational surroundings. The house and verandah overlook a beautiful lake, lush p', 41308, -34.37757, 116.069289); queueAddress('Storry Road, Peerabeelup, WA 6260 WA 6260 Australia', 'Donnelly Lakes Chalets', 'Escape to your secluded, superbly appointed lakeside chalet. You will appreciate our attention to detail ensuring your comfort', 14471, -34.346524, 115.762396); queueAddress('31 Brockman Street, Pemberton WA 6260, Australia WA 6258 Australia', 'Donnelly River Cruises', 'Enjoy a relaxed cruise from the Karri to the Coast. After a courtesy pick up, you will be escorted into the beautiful DEntrecas', 16197, -34.4460579, 116.0325126); queueAddress('Lot 11 Brockman St, Pemberton WA 6260, Australia WA 6260 Australia', 'Eucalyptus House', 'Large, open plan living/kitchen/dining area, split level with bedrooms and second living area. \n\n\n\nExtensive and creative woodw', 16034, -34.441785, 116.043371); queueAddress('Lot 223 Dickensen Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Fine Woodcraft Gallery', 'Appreciate… the unique hand-crafted works of over 290 Western Australian artisans covering many art forms – furniture, painting', 16038, -34.451606, 116.034009); queueAddress(' Wa 6260 Australia', 'Flamebird Wines', ' Just five minutes drive from Pemberton you will be welcomed into our tasting area to sample our fine wines which are produced ', 47620, -34.48112, 116.000621); queueAddress('Seven Day Rd, Manjimup WA 6258, Australia WA 6258 Australia', 'Fontys Pool', '', 16040, -34.26509, 116.124454); queueAddress('Pump Hill Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Forest Fresh Marron-Pemberton Aquaculture ', 'Visit a marron processing centre, Watch a 5 minute video,touch and photograph live marron, Marron souvenirs, live marron and je', 16195, -34.441676, 116.037556); queueAddress('13626 Vasse Highway, Pemberton WA 6260, Australia WA 6260 Australia', 'Forest Lodge Resort', 'The Studio Motel Units and Guest rooms are ideal for the perfect escape with your partner, or for your family getaway a spaciou', 8036, -34.4378702, 116.0475962); queueAddress('Lot 2720 Glauders Road, Pemberton WA 6260, Australia WA 6159 Australia', 'Glauders Cottage', 'Up to 8 guests can soak up the luxury accommodation with all mod cons, including 2 double bedrooms and a bunk room which sleeps', 16048, -34.487835, 116.026818); queueAddress('Lot 25 Browns Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Glenhaven Bed and Breakfast', 'Be spoiled with delicious cooked breakfasts and afternoon teas (home baked scones and muffins) and enjoy the luxury of your own', 12704, -34.434217, 116.066997); queueAddress('1 Ellis Street, Pemberton WA 6260, Australia WA 6260 Australia', 'Gloucester Motel', 'We are family owned and provide renovated and refurnished budget style accommodation and family rooms, all the way though to lu', 7824, -34.4478857, 116.0376426); queueAddress('Corner Fox Road and Vasse Highway, Pemberton WA 6260, Australia WA 6260 Australia', 'Gold n Grape Gallery', 'The gallery has a resident jeweller as well as displaying works by Western Australias leading artists in a range of different m', 16054, -34.419431, 116.08773); queueAddress('Lot 300 Hawke Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Hawke Brook Chalets', 'Discover this secret gem cradled in the majestic karri forest of the Warren National Park. Set on 42 acres of private property ', 15367, -34.444633, 116.0349); queueAddress('13 Lefroy Street, Pemberton WA 6260, Australia WA 6230 Australia', 'Helens House', 'Relax and soak up the forest views while cooking up a storm on the BBQ on the front verandah. Enjoy feeling close to nature wit', 16057, -34.4474, 116.03669); queueAddress('Mullineaux Road, Pemberton WA 6260, Australia WA 6260 Australia', 'Hidden River Estate', 'There is something for all at Hidden River Estate. Enjoy a free wine tasting from their range of boutique hand crafted wines. O', 16058, -34.42402, 116.032605); checkQueue(); oTimer = window.setInterval('if (totalBoundsAdded >= totalBounds) {setZoom(); window.clearInterval(oTimer)}', 10); }; document.write(''); addEvent (window, 'load', new Function('drawPins()')); addEvent (window, 'unload', new Function('GUnload()'));