.bold {font-weight:700;}
.leaflet-popup-content-wrapper{width:250px;height:auto; font-size: 20px;}
.my-div-icon{background: none; border: none; width: 250px !important; height: 80px !important; padding: 0px; font-family: Arial;font-size: 20px;}
.my-div-icon p{margin-top:5px;}

Presidential candidate Donald Trump is at risk of losing a decade-long lawsuit against Palm Beach International Airport over flight paths that send jets roaring over his Mar-a-Lago Club resort in Palm Beach. This map shows the location of Trump’s resort and the airplane paths.

function getURLParameter(name) {
return decodeURI(
(RegExp(name + ‘=’ + ‘(.+?)(&|$)’).exec(location.search)||[,])[1]
);
}

var regionParameter = getURLParameter(‘region’);
var region = (regionParameter === ‘undefined’) ? ” : regionParameter;

var map=L.map(‘map’,{center:[26.681948, -80.062879],
zoom: 14
});

var basemap = new L.TileLayer(‘ +
‘maptile/{mapID}/{variant}/{z}/{x}/{y}/256/png8?’ +
‘app_id={app_id}&app_code={app_code}’, {

attribution:
‘Map © 1987-2014 HERE‘,
subdomains: ‘1234’,
mapID: ‘newest’,
‘app_id’: ‘3EqISN3usn9ZPjG1Ewcl’,
‘app_code’: ‘1fvzZx4VqUt3I98HFafEMw’,
base: ‘base’,
variant: ‘normal.day.transit’,
minZoom: 0,
maxZoom: 18
}).addTo(map);

var polygon = L.polygon([
[26.682255, -80.075596],
[26.682699, -80.064304],
[26.683309, -80.054315],
[26.685692, -80.040294],
[26.688021, -80.029250],
[26.693948, -80.007809],
[26.668166, -80.007809],
[26.673496, -80.029250],
[26.675658, -80.043458],
[26.678541, -80.058782],
[26.682255, -80.075596]
],
{weight: 0, color: ‘#E03333’}

).addTo(map);

/*polygon.bindPopup(“Trump’s lawsuit against the Palm Beach International Airport has cost taxpayers more than $600,000.”);

var myIcon = L.divIcon({className: ‘my-div-icon’, html:’

Trump’s Mar-a-Lago Club resort

‘});

L.marker([26.6770713,-80.0391742], {icon: myIcon}).addTo(map);*/

L.circleMarker([26.6770713,-80.0391742], {radius:10, weight:2,color: “#ffffff”,fillColor: “#AD0000”,fillOpacity: 1}).bindPopup(“Trumps Mar-a-Lago Club resort
Trump’s lawsuit against the Palm Beach International Airport has cost taxpayers more than $600,000.”).addTo(map);

new L.Control.GeoSearch({
provider: new L.GeoSearch.Provider.Google({
region: region
})
}).addTo(map);

Source:News reports