/* * 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" + ""; // Define Marker options = {opasity: 100, label:"Bert Winters Park"}; InfoHTML = "
Bert Winters Park
ENTRANCE:
13425 Ellison Wilson Rd., Juno Beach, FL 33408
HOURS:
  • Sunrise-Sunset; Lighted court facilities open until 10:00 pm; select lighted athletic fields open until 11:00 pm
  • Boat Ramps Open Until 11 pm

web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[0] = new Array(marker, "Bert Winters Park", InfoHTML, point); point = new GLatLng(26.940373, -80.083954); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Burt Reynolds Park"}; InfoHTML = "
Burt Reynolds Park
ENTRANCE:
805 N. US-1, Jupiter, FL 33477
HOURS: Sunrise-Sunset (Boat Ramps 24 Hours)
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[1] = new Array(marker, "Burt Reynolds Park", InfoHTML, point); point = new GLatLng(26.858349, -80.093873); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Cabana Colony Park"}; InfoHTML = "
Cabana Colony Park
ENTRANCE:
3855 Holiday Rd., Palm Beach Gardens, FL 33410
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[2] = new Array(marker, "Cabana Colony Park", InfoHTML, point); point = new GLatLng(26.930956, -80.069282); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Carlin Park"}; InfoHTML = "
Carlin Park
ENTRANCE:
400 S. S.R. A1A, Jupiter, FL 33477
HOURS: Sunrise-Sunset; Lighted court facilities open until 10:00 pm; select lighted athletic fields open until 11:00 pm
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[3] = new Array(marker, "Carlin Park", InfoHTML, point); point = new GLatLng(26.963522, -80.079399); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Coral Cove Park"}; InfoHTML = "
Coral Cove Park
ENTRANCE:
19450 S.R. 707, Tequesta, FL 33469
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[4] = new Array(marker, "Coral Cove Park", InfoHTML, point); point = new GLatLng(26.809472, -80.335456); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"County Pines Recreational Complex at Samuel Friedland Park"}; InfoHTML = "
County Pines Recreational Complex at Samuel Friedland Park
ENTRANCE:
18500 Hamlin Blvd., Loxahatchee, FL 33470
HOURS: Sunrise-Sunset; Lighted court facilities open until 10:00 pm; select lighted athletic fields open until 11:00 pm
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[5] = new Array(marker, "County Pines Recreational Complex at Samuel Friedland Park", InfoHTML, point); point = new GLatLng(26.942358, -80.076449); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"DuBois Park"}; InfoHTML = "
DuBois Park
ENTRANCE:
19075 DuBois Rd., Jupiter, FL 33477
HOURS: Sunrise-Sunset; Swimming area is guarded from 9:00 am - 5:20 pm, seven days a week from Memorial Day until Labor Day and then weekends and holidays only during the remainder of the year.
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[6] = new Array(marker, "DuBois Park", InfoHTML, point); point = new GLatLng(26.785614, -80.119472); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Dyer Park"}; InfoHTML = "
Dyer Park
ENTRANCE:
7301 Haverhill Rd., West Palm Beach, FL 33412
HOURS: Sunrise-Sunset; Lighted court facilities open until 10:00 pm; select lighted athletic fields open until 11:00 pm
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[7] = new Array(marker, "Dyer Park", InfoHTML, point); point = new GLatLng(26.777912, -80.054947); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Jim Barry Light Harbor Park"}; InfoHTML = "
Jim Barry Light Harbor Park
ENTRANCE:
1800 Broadway, Riviera Beach, FL 33404
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[8] = new Array(marker, "Jim Barry Light Harbor Park", InfoHTML, point); point = new GLatLng(26.892918, -80.059851); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Juno Beach Park"}; InfoHTML = "
Juno Beach Park
ENTRANCE:
14775 S.R. A1A, Juno Beach, FL 33408
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[9] = new Array(marker, "Juno Beach Park", InfoHTML, point); point = new GLatLng(26.852766, -80.065044); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Juno Park"}; InfoHTML = "
Juno Park
ENTRANCE:
2090 Juno Rd., Juno Beach, FL 33408
HOURS:
  • Sunrise-Sunset; Lighted court facilities open until 10:00 pm; select lighted athletic fields open until 11:00 pm
  • Boat Ramps Open Until 11 pm
  • web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[10] = new Array(marker, "Juno Park", InfoHTML, point); point = new GLatLng(26.938613, -80.071358); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Jupiter Beach Park"}; InfoHTML = "
Jupiter Beach Park
ENTRANCE:
1375 Jupiter Beach Rd., Jupiter, FL 33477
HOURS: Sunrise-Sunset (Inlet Fishing 24 Hours)
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[11] = new Array(marker, "Jupiter Beach Park", InfoHTML, point); point = new GLatLng(26.922567, -80.191805); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Jupiter Farms Park"}; InfoHTML = "
Jupiter Farms Park
ENTRANCE:
16655 Jupiter Farms Rd., Jupiter, FL 33478
HOURS: Sunrise-Sunset; Lighted court facilities open until 10:00 pm; select lighted athletic fields open until 11:00 pm
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[12] = new Array(marker, "Jupiter Farms Park", InfoHTML, point); point = new GLatLng(26.932549, -80.139245); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Kennedy Estates Park"}; InfoHTML = "
Kennedy Estates Park
ENTRANCE:
6811 Booker T. Blvd., Jupiter, FL 33458
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[13] = new Array(marker, "Kennedy Estates Park", InfoHTML, point); point = new GLatLng(26.946339, -80.142163); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Limestone Creek Park"}; InfoHTML = "
Limestone Creek Park
ENTRANCE:
18301 Limestone Creek Rd., Jupiter, FL 33458
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[14] = new Array(marker, "Limestone Creek Park", InfoHTML, point); point = new GLatLng(26.885014, -80.05736); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Loggerhead Park"}; InfoHTML = "
Loggerhead Park
ENTRANCE:
14200 U.S. Hwy. 1, Juno Beach, FL 33408
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[15] = new Array(marker, "Loggerhead Park", InfoHTML, point); point = new GLatLng(26.926112, -80.108877); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"North County Aquatic Complex"}; InfoHTML = "
North County Aquatic Complex
ENTRANCE:
861 Toney Penna Dr., Jupiter, FL 33458
HOURS: Hours Vary According to Season
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[16] = new Array(marker, "North County Aquatic Complex", InfoHTML, point); point = new GLatLng(26.896382, -80.059288); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Ocean Cay Park"}; InfoHTML = "
Ocean Cay Park
ENTRANCE:
2188 Marcinski Rd., Jupiter, FL 33477
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[17] = new Array(marker, "Ocean Cay Park", InfoHTML, point); point = new GLatLng(26.794257, -80.034376); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Ocean Reef Park"}; InfoHTML = "
Ocean Reef Park
ENTRANCE:
3860 N. Ocean Blvd., Riviera Beach, FL 33404
HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[18] = new Array(marker, "Ocean Reef Park", InfoHTML, point); point = new GLatLng(26.7732, -80.045142); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Peanut Island Park"}; InfoHTML = "
Peanut Island Park
ENTRANCE:
6500 Peanut Island Rd., Riviera Beach, FL 33404
HOURS:
  • Sunrise - Sunset (day use, designated areas)
  • 24-hours (reserved and limited natural areas beach camping in designated areas)

web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[19] = new Array(marker, "Peanut Island Park", InfoHTML, point); point = new GLatLng(26.783487, -80.041687); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Phil Foster Park"}; InfoHTML = "
Phil Foster Park
ENTRANCE:
900 E. Blue Heron Blvd., Riviera Beach, FL 33404
HOURS: Sunrise to Sunset (Day Use)
24 Hour (Boat Ramp Access)
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[20] = new Array(marker, "Phil Foster Park", InfoHTML, point); point = new GLatLng(26.93594, -80.174189); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"Riverbend Park"}; InfoHTML = "
Riverbend Park
ENTRANCE:
9060 Indiantown Rd., Jupiter, FL 33478
HOURS: sunrise - one hour before sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[21] = new Array(marker, "Riverbend Park", InfoHTML, point); point = new GLatLng(26.934711, -80.132352); footerHtml = "
" + "
"; // Define Marker options = {opasity: 100, label:"West Jupiter Recreation Center"}; InfoHTML = "
West Jupiter Recreation Center
ENTRANCE:
6401 Indiantown Rd., Jupiter, FL 33458
PARK HOURS: Sunrise-Sunset
web page
" + footerHtml + "
"; iconsm.image = "http://www.mapbuilder.net/img/icons/marker_20_green.png"; marker = createMarker(point, InfoHTML, iconsm, options); map.addOverlay(marker); aLocations[22] = new Array(marker, "West Jupiter Recreation Center", InfoHTML, point); // And finnaly create sidebar createSideBar(); }