/* * Copyright (c) 2005-2006 Andriy Bidochko. * http://www.mapbuilder.net * * The script has been generated by MapBuilder.net service and released to the customer under * The GNU General Public License (GPL), which can be found at: http://www.opensource.org/licenses/gpl-license.php * * This program is free software; you can redistribute it and/or modify it under the terms of the * GNU General Public License as published by the Free Software Foundation; * either version 2 of the License, or any later version. * * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ //That function will return the element of the array returned by map.getMapTypes() that identifies the current map function getCurrentMapTypeNumber(oMap){ var type=-1; for(var ix=0;ix 2.64 * marker.setTooltip(oOptions.label); * marker.setOpacity((oOptions.opasity ? oOptions.opasity : 100)); */ } else { var marker = new GMarker(point, icon); } GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml(html); }); return marker; } // Zoom map to. Used from InfoWindow function ZoomMapTo(num) { // Get current zoom level var currentZoom = map.getZoom(); // Re-center map newzoom = (currentZoom > 17) ? 17 : ((currentZoom == 0) ? 0 : (currentZoom + 1)); //V2-V1 compatability map.setCenter(aLocations[num][3], newzoom); } // Function is called when sidebar item is clicked or we are dealing with group boxes. function myInfoWindowHtml(num) { // Map rendering with open info window is very slow. Lets center map first. map.setCenter(aLocations[num][3]); // Use markeropenInfoWindowHtml(html) aLocations[num][0].openInfoWindowHtml(aLocations[num][2]); } /* Side Bar */ // Creates a locations list and put it into side bar function createSideBar() { var oUL = document.createElement("ul"); // write links into document. for (var i=0; i[+] Directions: To here - From here
Start address
" } GetGoogleMapsAPIVersion = function() { var v = 0; var scripts = document.getElementsByTagName("SCRIPT") for (var i=0; i" + GetDirectionForm(0); + ""; // Define Marker options = {opasity: 100, label:"Bel Alton Motel"}; InfoHTML = "
Bel Alton Motel

9295 Crain Hwy, Bel Alton, Maryland 20611
301-934-9505

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[0] = new Array(marker, "Bel Alton Motel", InfoHTML, point); point = new GLatLng(38.521954, -76.981574); footerHtml = "
" + GetDirectionForm(1); + "
"; // Define Marker options = {opasity: 100, label:"Best Western - La Plata"}; InfoHTML = "
Best Western - La Plata

6900 Crain Highway, 
La Plata, Maryland 20646
301-934-4900 local, 1-877-356-4900 toll-free
Website

73 rooms, 8 suites; outdoor pool (seasonal), small business center, internet access, fitness area; breakfast

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[1] = new Array(marker, "Best Western - La Plata", InfoHTML, point); point = new GLatLng(38.504925, -76.781536); footerHtml = "
" + GetDirectionForm(2); + "
"; // Define Marker options = {opasity: 100, label:"Brictoria Cottage Bed and Breakfast"}; InfoHTML = "
Brictoria Cottage Bed and Breakfast

A Bed & Breakfast Style Guesthouse
7535 Poplar St
Charlotte Hall, MD 20622-3022
www.BrictoriaCottage.com
 301-884-8699

Call or visit the website for room availability
 

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[2] = new Array(marker, "Brictoria Cottage Bed and Breakfast", InfoHTML, point); point = new GLatLng(38.615702, -76.902461); footerHtml = "
" + GetDirectionForm(3); + "
"; // Define Marker options = {opasity: 100, label:"Clarion Inn Waldorf"}; InfoHTML = "
Clarion Inn Waldorf
45 St. Patricks Drive
Waldorf, MD 20603
301-645-8200
website

191 rooms, 10 suites; new business center, restaurant on site, junior Olympic size outdoor pool (seasonal), fitness area, internet, meeting rooms seat up to 220 and 100
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[3] = new Array(marker, "Clarion Inn Waldorf", InfoHTML, point); point = new GLatLng(38.638741, -76.899246); footerHtml = "
" + GetDirectionForm(4); + "
"; // Define Marker options = {opasity: 100, label:"Comfort Suites - Waldorf"}; InfoHTML = "
Comfort Suites - Waldorf

11765 Busines Park Drive
Waldorf, MD 20601
301-932-4400
Check Availability
69 rooms, indoor pool, breakfast included, meeting room seats up to 44 people

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[4] = new Array(marker, "Comfort Suites - Waldorf", InfoHTML, point); point = new GLatLng(38.639500544045, -76.899297237396); footerHtml = "
" + GetDirectionForm(5); + "
"; // Define Marker options = {opasity: 100, label:"County Inn & Suites - Waldorf"}; InfoHTML = "
County Inn & Suites - Waldorf
2555 Business Park Court
Waldorf, MD 20601
Reservations: 888-201-1746
Phone: 301-645-6595
Fax: 301-645-8918
email
Website
66 rooms, 13 suites; nonsmoking handicap friendly rooms available, internet access, small business center, indoor pool & spa, fitness area, breakfast included
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[5] = new Array(marker, "County Inn & Suites - Waldorf", InfoHTML, point); point = new GLatLng(38.625426, -76.911889); footerHtml = "
" + GetDirectionForm(6); + "
"; // Define Marker options = {opasity: 100, label:"Courtyard by Marriott - Waldorf"}; InfoHTML = "
Courtyard by Marriott - Waldorf
3145 Crain Hwy, 
Waldorf, MD 20603

91 nonsmoking rooms, 3 suites small dining area; flat screen TV and refrigerator in every room, 24 hour snack shop on site. Indoor pool, spa, exercise area. Bistro serving breakfast and dinner while you relax in the comforts of home at a reasonable price. Let us plan your meeting and you can sit back and relax. 600 sq ft of meeting space seating up to 35.

www.marriott.com/hotels/travel/waswd-courtyard-waldorf/


  • Phone:  1-301-885-3333, Fax:  1-301-885-3344
    Sales:  1-301-885-3333, Sales fax:  1-301-885-3344
    Toll-free:  1-800-321-2211
  • " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[6] = new Array(marker, "Courtyard by Marriott - Waldorf", InfoHTML, point); point = new GLatLng(38.64476310916202, -76.93038940429687); footerHtml = "
    " + GetDirectionForm(7); + "
    "; // Define Marker options = {opasity: 100, label:"Days Inn - Waldorf"}; InfoHTML = "
    Days Inn - Waldorf
    11370 Days Court, Waldorf, MD 20603
    301-932-9200
    Website
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[7] = new Array(marker, "Days Inn - Waldorf", InfoHTML, point); point = new GLatLng(38.528341, -76.982991); footerHtml = "
    " + GetDirectionForm(8); + "
    "; // Define Marker options = {opasity: 100, label:"Deluxe Inn"}; InfoHTML = "
    Deluxe Inn

    6705 Crain Hwy, La Plata, Maryland 20646
     301-934-1400

    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[8] = new Array(marker, "Deluxe Inn", InfoHTML, point); point = new GLatLng(38.609862, -76.926976); footerHtml = "
    " + GetDirectionForm(9); + "
    "; // Define Marker options = {opasity: 100, label:"Hampton Inn - Waldorf"}; InfoHTML = "
    Hampton Inn - Waldorf
    3750 Crain Highway
    Waldorf, MD 20603
    301-632-9600
    Website

    100 rooms; breakfast included, recently renovated, business center, wireless, outdoor pool (seasonal), guest laundry; meeting room seats 75
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[9] = new Array(marker, "Hampton Inn - Waldorf", InfoHTML, point); point = new GLatLng(38.599852, -77.146904); footerHtml = "
    " + GetDirectionForm(10); + "
    "; // Define Marker options = {opasity: 100, label:"Indian Head Inn"}; InfoHTML = "
    Indian Head Inn
    4640 Strauss Ave, Indian Head, Maryland 20640 
    301-743-5405
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[10] = new Array(marker, "Indian Head Inn", InfoHTML, point); point = new GLatLng(38.63815, -76.898789); footerHtml = "
    " + GetDirectionForm(11); + "
    "; // Define Marker options = {opasity: 100, label:"La Quinta Inn & Suites"}; InfoHTML = "
    La Quinta Inn & Suites
    11170 Business Park Drive, Waldorf, Maryland
    301-645-0022
    Website
    87 rooms, smoking/non-smoking; recently renovated; pet friendly, free internet
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[11] = new Array(marker, "La Quinta Inn & Suites", InfoHTML, point); point = new GLatLng(38.649263, -76.883107); footerHtml = "
    " + GetDirectionForm(12); + "
    "; // Define Marker options = {opasity: 100, label:"Master Suites Hotel - Waldorf"}; InfoHTML = "
    Master Suites Hotel - Waldorf
    2228 Old Washington Rd
    Waldorf, MD 20601
    301-870-5500 or 800-682-3206
    Website
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[12] = new Array(marker, "Master Suites Hotel - Waldorf", InfoHTML, point); point = new GLatLng(38.522728, -77.008017); footerHtml = "
    " + GetDirectionForm(13); + "
    "; // Define Marker options = {opasity: 100, label:"Part of Plenty Bed and Breakfast"}; InfoHTML = "
    Part of Plenty Bed and Breakfast
    Part of Plenty Bed & Breakfast is located in Historic Port Tobacco, Maryland. Port Tobacco was the original county seat of Charles County.  Part of Plenty Bed & Breakfast is situated on approximately 4 Acres in a restored Farm House with period Antiques and Reproductions. Part of Plenty was renovated in 1996. This 2 story structure was built approximately 1850 has 3 bedrooms (All Guest rooms have a private bath). We also have a private Carriage House, fully contained-fully equipped with a kitchen & washer/dryer. The Carriage house is fully furnished and sleeps 5. We also have an Outdoor Pool & Patio.
    Local: 301-934-0707
    Toll Free: 800-520-0708
    We look forward to your stay with us!
    Lynne & Henry Albrittain
    website
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[13] = new Array(marker, "Part of Plenty Bed and Breakfast", InfoHTML, point); point = new GLatLng(38.54386917587615, -76.9921875); footerHtml = "
    " + GetDirectionForm(14); + "
    "; // Define Marker options = {opasity: 100, label:"Patuxent Inn - La Plata"}; InfoHTML = "
    Patuxent Inn - La Plata

    9400 Chesapeake Street, La Plata, Maryland 20646
    301-934-3465

    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[14] = new Array(marker, "Patuxent Inn - La Plata", InfoHTML, point); point = new GLatLng(38.628479, -76.874308); footerHtml = "
    " + GetDirectionForm(15); + "
    "; // Define Marker options = {opasity: 100, label:"Residence Inn by Marriott"}; InfoHTML = "
    Residence Inn by Marriott
    3020 Technology Place
    Waldorf, MD 20601
    301-632-2111
    website

    98 rooms; 1-2 bedroom suites; pet friendly, free hot breakfast; outdoor pool (season), outdoor grill, patio and small basketball court, exercise room, meeting room seats 20
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[15] = new Array(marker, "Residence Inn by Marriott", InfoHTML, point); point = new GLatLng(38.498095, -77.007953); footerHtml = "
    " + GetDirectionForm(16); + "
    "; // Define Marker options = {opasity: 100, label:"Rosewood Manor Bed & Breakfast"}; InfoHTML = "
    Rosewood Manor Bed & Breakfast

    Rosewood Manor a new Bed & Breakfast in Port Tobacco.  
    Rosewood Manor, Bed & Breakfast (Mansion House) 
    7825 Locust Place, Port Tobacco, MD 20677 
    main phone number 301-534-2344 
    fax number 240-523-2438 
    website 
     

    4 bedrooms for bed & breakfast, rates vary, discounts for non-profits and churches, ADA compliant, no pets, continental breakfast included in lodging, large outdoor patios and decks



    • Three multi-purpose rooms available for guest use (av equipment, speaker equipment, catering *Rosewoods preferred list*, internet access, can accommodate up to 100 people, bridal and corporate suites available.
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[16] = new Array(marker, "Rosewood Manor Bed & Breakfast", InfoHTML, point); point = new GLatLng(38.50707205259904, -76.83756351470947); footerHtml = "
    " + GetDirectionForm(17); + "
    "; // Define Marker options = {opasity: 100, label:"Shady Oaks of Serenity Bed & Breakfast"}; InfoHTML = "
    Shady Oaks of Serenity Bed & Breakfast

    \"Shady
    Bed & Breakfast in rural country setting

    7490 Serenity Dr.
    Hughesville, Maryland 20637
    301-932-8864 or 800-597-0924
     

    website

    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[17] = new Array(marker, "Shady Oaks of Serenity Bed & Breakfast", InfoHTML, point); point = new GLatLng(38.523535, -76.981714); footerHtml = "
    " + GetDirectionForm(18); + "
    "; // Define Marker options = {opasity: 100, label:"Sleep Inn Suites"}; InfoHTML = "
    Sleep Inn Suites
    301-932-0065
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[18] = new Array(marker, "Sleep Inn Suites", InfoHTML, point); point = new GLatLng(38.601606, -77.144513); footerHtml = "
    " + GetDirectionForm(19); + "
    "; // Define Marker options = {opasity: 100, label:"Super 8 Motel - Indian Head"}; InfoHTML = "
    Super 8 Motel - Indian Head
    4694 Indian Head Highway
    Indian Head, MD 20640
    301-753-8100
    website
    43 rooms
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[19] = new Array(marker, "Super 8 Motel - Indian Head", InfoHTML, point); point = new GLatLng(38.616435, -76.920307); footerHtml = "
    " + GetDirectionForm(20); + "
    "; // Define Marker options = {opasity: 100, label:"Super 8 Motel - Waldorf"}; InfoHTML = "
    Super 8 Motel - Waldorf
    3550 Crain Hwy
    Waldorf, MD 20602
    301-932-8957
    Website
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[20] = new Array(marker, "Super 8 Motel - Waldorf", InfoHTML, point); point = new GLatLng(38.413455, -76.956007); footerHtml = "
    " + GetDirectionForm(21); + "
    "; // Define Marker options = {opasity: 100, label:"Town N Country Motel"}; InfoHTML = "
    Town N Country Motel
    10870 Crain Highway, Faulkner, Maryland 20632
    301-934-8252
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[21] = new Array(marker, "Town N Country Motel", InfoHTML, point); point = new GLatLng(38.65336, -76.879929); footerHtml = "
    " + GetDirectionForm(22); + "
    "; // Define Marker options = {opasity: 100, label:"Waldorf Motel"}; InfoHTML = "
    Waldorf Motel
    2125 Crain Hwy
    Waldorf, MD 20601
    301-645-5554
    " + footerHtml + "
    "; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_blue.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[22] = new Array(marker, "Waldorf Motel", InfoHTML, point); // And finnaly create sidebar createSideBar(); }