Choctawhatchee Watershed Mitigation Sites

NWFWMD mitigation sites in the Choctawhatchee River and Bay Watershed

function initMap() { var map = new google.maps.Map(document.getElementById('map_canvas'), { zoom: 8, center: {lat: 30.65, lng: -85.92}, mapTypeId: google.maps.MapTypeId.SATELLITE }); var ctaLayer = new google.maps.KmlLayer({ url: 'https://nwfwater.com/google_map/storage/7cc427bb27a4bc236f9b6c9fb0ef9dc5.kmz', map: map }); }