Blackburn Ops. LLC

Blackburn Ops. LLC We provide professional aerial photography and video. Art Cinematography and Editing. We are licensed by the FAA to operate for commercial purposes.

03/11/2026

Captured a moment with The Great Blue Herons. North America's largest heron. Nesting in large colonies in tall trees. Amazing.

12/13/2025

Merry Christmas from Blackburn Ops.
Newnan, GA 2025

11/09/2025

Good Morning !

Sometimes a rainy day can show beauty in our City.
11/09/2025

Sometimes a rainy day can show beauty in our City.

Newnan Courthouse B&W
08/29/2024

Newnan Courthouse B&W

03/27/2024

NHS Fields at Night

01/12/2024

Newnan Square the way I see it.

12/20/2023

Merry Christmas! Newnan, GA 2023

10/25/2023

Just a quick view. Newnan High School

Newnan High School Progress
10/24/2023

Newnan High School Progress

Newnan High School - Drake Stadium
06/19/2023

Newnan High School - Drake Stadium

Address

Newnan, GA

Alerts

Be the first to know and let us send you an email when Blackburn Ops. LLC 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); });