This Beautiful Earth

This Beautiful Earth Featuring the beauty of North Central Florida.

Mallory Swamp, Mayo, FL
08/02/2020

Mallory Swamp, Mayo, FL

Horseshoe Beach FL
12/08/2019

Horseshoe Beach FL

Trenton FL
11/29/2019

Trenton FL

SunsetCross City Fl
10/15/2019

Sunset
Cross City Fl

10/13/2019
Cedar Key FL
09/28/2019

Cedar Key FL

Seahag MarinaSteinhatchee FL
09/14/2019

Seahag Marina
Steinhatchee FL

Bronson FL sunset
08/31/2019

Bronson FL sunset

Last bit of daylightGulf of MexicoShired Island FL
08/09/2019

Last bit of daylight
Gulf of Mexico
Shired Island FL

Suwannee, Fl.
08/08/2019

Suwannee, Fl.

Address

Old Town, FL
32066

Website

Alerts

Be the first to know and let us send you an email when This Beautiful Earth posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category

//iconSize: [32, 32], //html: '' }) .bindTooltip(name, { //permanent: true, direction: 'bottom', //offset: L.point(12, 25), //opacity: 0.88, interactive: true }) .bindPopup(name); markersLayer.addLayer(marker); } function getMore() { if (gettingMore) { return; } gettingMore = true; var center = map.getCenter(); $.ajax({ url: "/vicinitysearch", data: { lat: center.lat, lng: center.lng, country: "UNITED STATES" } }) .done(function(data) { var added = 0; data.forEach(function(loc) { if (!locationIds.includes(loc.id)) { var mapLoc = {id:loc.id,lat:loc.latitude,lng:loc.longitude,title:trunc20(loc.name),popupHtml:loc.popupHtml,urlPath:loc.urlPath,pictureUrl:loc.pictureUrl}; locations.push(mapLoc); locationIds.push(loc.id); map._addMarker(mapLoc); added++; } }); }) .always(function() { gettingMore = false; }); } map._clearMarkers = function() { markersLayer.clearLayers(); } }); }, 4000); });