/* * 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:"Allen's Fresh"}; InfoHTML = "
Allen's Fresh
Allen\'s Fresh, MD

Boat Launch Ramp (Canoe/Kayak), Shoreline Fishing
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[0] = new Array(marker, "Allen's Fresh", InfoHTML, point); point = new GLatLng(38.365596, -76.970975); footerHtml = "
" + GetDirectionForm(1); + "
"; // Define Marker options = {opasity: 100, label:"Aqualand Marina"}; InfoHTML = "
Aqualand Marina
9610 Orland Park Rd
Newburg, MD
301-259-0572


Adjacent to the Harry Nice Bridge, this marina sits in a central location to some of the best rock fishing in the state and with only a brief boat ride upstream; you can enjoy excellent large mouth bass fishing as well.  There is a single concrete boat ramp, as will as a protected marina with a ships store and gas pumps.  The ships store is an official checking station for stripers, and has fishing tackle and accessories for anglers.  The ramp is open 24 hours a day with a launch fee.  An honor box is available to deposit the ramp fee if the ships store is closed.   


" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[1] = new Array(marker, "Aqualand Marina", InfoHTML, point); point = new GLatLng(38.505067, -76.681261); footerHtml = "
" + GetDirectionForm(2); + "
"; // Define Marker options = {opasity: 100, label:"Benedict Ramp"}; InfoHTML = "
Benedict Ramp
19311 Wilmott Dr 
Benedict, MD


Boat ramp
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[2] = new Array(marker, "Benedict Ramp", InfoHTML, point); point = new GLatLng(38.397704, -76.990357); footerHtml = "
" + GetDirectionForm(3); + "
"; // Define Marker options = {opasity: 100, label:"Capt Billy's Crab House"}; InfoHTML = "
Capt Billy's Crab House
11495 Popes Creek Rd
 Newburg, MD
301-932-4323
Website

Boat space, shoreline fishing
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[3] = new Array(marker, "Capt Billy's Crab House", InfoHTML, point); point = new GLatLng(38.26392, -76.849639); footerHtml = "
" + GetDirectionForm(4); + "
"; // Define Marker options = {opasity: 100, label:"Captain John's Crab House"}; InfoHTML = "
Captain John's Crab House
16215 Cobb Island Rd 
Cobb Island, MD
301-259-2315
Website

Boat ramp and restaurant
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[4] = new Array(marker, "Captain John's Crab House", InfoHTML, point); point = new GLatLng(38.465108, -77.021073); footerHtml = "
" + GetDirectionForm(5); + "
"; // Define Marker options = {opasity: 100, label:"Chapel Point State Park"}; InfoHTML = "
Chapel Point State Park
8855 Chapel Point Rd
Port Tobacco, MD
Website


This little out of the way ramp has a very scenic setting and is ideal for car toppers, canoes or kayaks, no trailered boats.  Located on the beautiful and historic Port Tobacco River, the ramp is simply a low spot in the shoreline with a sand and gravel launch.  No launch fee is charged and the parking is limited.  To reach this facility, travel Route 301 to La Plata, take Route 6 West (Port Tobacco Rd) to a left yield onto Chapel Point Road.  Follow Chapel Point Road to park entrance on right and follow signs to ramp.  Boat ramp for kayaks and canoes, shoreline fishing - For information on Chapel Point State Park contact:
Smallwood State Park
2750 Sweden Point Road
Marbury MD 20658
(301) 743-7613

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[5] = new Array(marker, "Chapel Point State Park", InfoHTML, point); point = new GLatLng(38.456492, -77.153261); footerHtml = "
" + GetDirectionForm(6); + "
"; // Define Marker options = {opasity: 100, label:"Friendship Farm Park"}; InfoHTML = "
Friendship Farm Park
4705 Friendship Landing Rd 
Nanjemoy, MD
301-932-3470 or 301-870-2778 
\"friendshipA single-lane boat ramp located on Nanjemoy Creek, a tributary of the Potomac River. Parking exists for approximately 16 trailers. This facility features good access to the main stem of the Potomac and also to the extensive, immediate protected waters of the Nanjemoy Creek. Open year-round, dawn to dusk. No ramp fee. Directions: From La Plata, take Route 6 West. Left on Route 425. Left on Friendship Landing Road. Follow to end.
Boat ramp, free fishing zone, shoreline fishing, pier fishing
" + 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, "Friendship Farm Park", InfoHTML, point); point = new GLatLng(38.485307239467644, -76.85331344604492); footerHtml = "
" + GetDirectionForm(7); + "
"; // Define Marker options = {opasity: 100, label:"Gilbert Run Park"}; InfoHTML = "
Gilbert Run Park
13140 Charles St 
La Plata, MD
301-932-1083
Website
8 miles east of La Plata on Route 6.  Within the 180 acre wooded parkland are hiking and nature trails, picnic areas (grills and tables), picnic pavilions and playground areas and fishing piers.  60-acre fresh water lake where fishermen are able to catch bass, bluegill, trout and catfish.  Fishing piers and boat ramp (electric motors only), boat rentals, fishing supplies, licenses, pier and shoreline fishing, playgrounds, concessions are available.  Nature center with a 150-gallon aquarium.  

Opens March - November
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[7] = new Array(marker, "Gilbert Run Park", InfoHTML, point); point = new GLatLng(38.396517, -76.987864); footerHtml = "
" + GetDirectionForm(8); + "
"; // Define Marker options = {opasity: 100, label:"Gilligan's Pier Seafood and Steak"}; InfoHTML = "
Gilligan's Pier Seafood and Steak
11535 Popes Creek Rd 
Newburg, MD
301-259-4514
Website

Boat space and restaurant
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[8] = new Array(marker, "Gilligan's Pier Seafood and Steak", InfoHTML, point); point = new GLatLng(38.45772, -77.056264); footerHtml = "
" + GetDirectionForm(9); + "
"; // Define Marker options = {opasity: 100, label:"Goose Bay Marina"}; InfoHTML = "
Goose Bay Marina
9365 Goose Bay Ln 
Welcome, MD
301-934-3812
Website

Goose Bay is a privately-operated marina and campground located on the Port Tobacco River at the confluence with the Potomac River.  It is located in a sheltered bay and has tree concrete ramps for launching.  There is a fee for launching and parking.  This is a full-service facility with fuel and repairs available, as well as a ships store and restroom facilities.  Plenty of parking is available and accommodate a large number of boats.  To reach Goose Bay Marina, take Route 6 West from La Plata for approximately 7 miles.  Turn left onto Blossom Point Road and follow the signs.
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[9] = new Array(marker, "Goose Bay Marina", InfoHTML, point); point = new GLatLng(38.305799848549405, -76.85582399368286); footerHtml = "
" + GetDirectionForm(10); + "
"; // Define Marker options = {opasity: 100, label:"Hatton Creek Ramp"}; InfoHTML = "
Hatton Creek Ramp
Hatton Creek Rd 
Issue, MD
301-932-3470

This is a single-ramp boat access to the Wicomico River, a tributary of the Potomac River.  This is a shallow water facility, not recommended for boats larger than 17\'.  Great area for rockfish, spot, white perch, croaker and crabs.  Ideal kayak launch.  Boarding pier and parking area that can accommodate 12 vehicles and trailers.  No fee.  From Route 301, travel east on Route 257.  In Issue, make a left onto Hatton Creek Rd. Follow to the end.
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[10] = new Array(marker, "Hatton Creek Ramp", InfoHTML, point); point = new GLatLng(38.68483977238499, -77.10016250610351); footerHtml = "
" + GetDirectionForm(11); + "
"; // Define Marker options = {opasity: 100, label:"Marshall Hall"}; InfoHTML = "
Marshall Hall
Rt. 227 (Marshall Hall Rd.)
301-932-3470

The Marshall Hal Ramp is a double-wide concrete ramp with pier located on the main stem of the Potomac River just west of the town of Bryans Road.  This is a Charles County Parks & Recreation facility and no fee is required for use.  Ample parking is available as well as an overflow parking area.  This is an excellent ramp, located with some of the best fishing the river has to offer, and is seldom crowded.  Marshall Hall is easily reached from Indian Head Highway (Route 210) in Bryans Road.  Take Route 227 West to the dead end at the ramp.
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[11] = new Array(marker, "Marshall Hall", InfoHTML, point); point = new GLatLng(38.59004038021371, -77.15972900390625); footerHtml = "
" + GetDirectionForm(12); + "
"; // Define Marker options = {opasity: 100, label:"Mattingly Park Ramp"}; InfoHTML = "
Mattingly Park Ramp
Mattingly Ave
Indian Head, MD

This ramp, with pier, is located along deep water in Mattawoman Creek.  The ramp can best be described as adequate and is most often frequented by bass boaters and small boat owners.  There is a ramp fee honor box at the ramp side.  Parking is available for approximately 15 vehicles.

Follow Indian Head Highway (Route 210 South) to the end ofthe road, about 18 miles from the Washington Beltway. Turn left onto Mattingly Ave to the ramp.
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[12] = new Array(marker, "Mattingly Park Ramp", InfoHTML, point); point = new GLatLng(38.263265, -76.847554); footerHtml = "
" + GetDirectionForm(13); + "
"; // Define Marker options = {opasity: 100, label:"Pirate's Den Marina"}; InfoHTML = "
Pirate's Den Marina
12364 Neale Sound Dr 
Cobb Island, MD
301-259-2879

Boat slip rental and pier
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[13] = new Array(marker, "Pirate's Den Marina", InfoHTML, point); point = new GLatLng(38.50063, -77.029072); footerHtml = "
" + GetDirectionForm(14); + "
"; // Define Marker options = {opasity: 100, label:"Port Tobacco Tiki Bar Grill and Marina"}; InfoHTML = "
Port Tobacco Tiki Bar Grill and Marina
7536 Shirley Blvd 
Port Tobacco, MD
301-392-0007


Located in historic Port Tobacco, one of Maryland’s oldest town, this marina offers three ramps and fuel.  This is a full service marina.  There is a ramp fee.  
To get to the marina, take Route 301 to the Town of La Plata and turn West on Route 6.  Follow Route 6 West for three miles to Shirley Blvd.  Turn left on Shirley Blvd and follow the signs for approximately 1 mile.  Outdoor deck and restaurant.

In addition to Port Tobacco Waterfront RV Resort website and contact information 

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[14] = new Array(marker, "Port Tobacco Tiki Bar Grill and Marina", InfoHTML, point); point = new GLatLng(38.512827, -76.676487); footerHtml = "
" + GetDirectionForm(15); + "
"; // Define Marker options = {opasity: 100, label:"Ray's Pier"}; InfoHTML = "
Ray's Pier
18170 Desoto Pl 
Benedict, MD
301-274-3733

Boat space
" + 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, "Ray's Pier", InfoHTML, point); point = new GLatLng(38.40039, -76.991247); footerHtml = "
" + GetDirectionForm(16); + "
"; // Define Marker options = {opasity: 100, label:"Robertson's Crab House"}; InfoHTML = "
Robertson's Crab House
11455 Popes Creek Rd
 Newburg, MD
301-934-3300
Website

Fishing Pier and Resaurant
" + 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, "Robertson's Crab House", InfoHTML, point); point = new GLatLng(38.257593120395356, -76.84112548828125); footerHtml = "
" + GetDirectionForm(17); + "
"; // Define Marker options = {opasity: 100, label:"Shymanky's Marina and Seafood"}; InfoHTML = "
Shymanky's Marina and Seafood
Cobb Island Rd
Cobb Island, MD
301-259-2221

Shymansky\'s has a single ramp located in quiet waters near Cobb Island with easy access to the Wicomico and Potomac Rivers.  To reach from Route 301, travel East on Route 257 (Rock Point Rd) to Route 254 (Cobb Island Rd).  Follow Route 254 to Shymansky\'s, on the left just before the bridge.  Boat Ramp and restaurant
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[17] = new Array(marker, "Shymanky's Marina and Seafood", InfoHTML, point); point = new GLatLng(38.277771, -76.876404); footerHtml = "
" + GetDirectionForm(18); + "
"; // Define Marker options = {opasity: 100, label:"Southern Park"}; InfoHTML = "
Southern Park

Issue, MD
301-932-3470

Just off of Route 257, Issue.  Scenic view of Potomac River, playground, picnic areas, ball fields, tennis courts, a basketball court and fishing pier.

" + 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, "Southern Park", InfoHTML, point); point = new GLatLng(38.300251, -76.914074); footerHtml = "
" + GetDirectionForm(19); + "
"; // Define Marker options = {opasity: 100, label:"Swan Point Yacht and Country Club"}; InfoHTML = "
Swan Point Yacht and Country Club
11550 Swan Point Blvd 
Issue, MD
301-259-0047
Website

Private boat ramp and slips
" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[19] = new Array(marker, "Swan Point Yacht and Country Club", InfoHTML, point); point = new GLatLng(38.55460931253295, -77.18238830566406); footerHtml = "
" + GetDirectionForm(20); + "
"; // Define Marker options = {opasity: 100, label:"Sweden Point Marina"}; InfoHTML = "
Sweden Point Marina

Smallwood State Park
2750 Sweden Point Rd
Marbury, MD
301-743-7613
website

Located just one mile from the main stem of the Potomac River, it\'s home to many national and regional bass tournaments.  The marina has six boat ramps and piers to facilitate launching.  There is a daily ramp fee and park entrance fee.  Boat ramps, shoreline fishing, pier fishing, kayaking and canoeing, marina

" + footerHtml + "
"; iconbig.image = "http://www.mapbuilder.net/img/icons/marker_34_red.png"; marker = createMarker(point, InfoHTML, iconbig, options); map.addOverlay(marker); aLocations[20] = new Array(marker, "Sweden Point Marina", InfoHTML, point); // And finnaly create sidebar createSideBar(); }