Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Office Information

Welcome to the United States Probation Office, Eastern District of North Carolina. This website is intended to provide visitors with detailed information regarding U.S. Probation Office processes, employment within the district, and contact information for our offices.

The Eastern District of North Carolina is comprised of 44 counties bordering the Atlantic Ocean and the states of Virginia and South Carolina.

EDNC Counties

window.onload = function () { var ImageMap = function (map) { var n, areas = map.getElementsByTagName('area'), len = areas.length, coords = [], previousWidth = document.getElementById("county_img").offsetWidth; for (n = 0; n < len; n++) { coords[n] = areas[n].coords.split(','); } this.resize = function () { var n, m, clen, x = document.getElementById("county_img").offsetWidth / previousWidth; for (n = 0; n < len; n++) { clen = coords[n].length; for (m = 0; m < clen; m++) { coords[n][m] *= x; } areas[n].coords = coords[n].join(','); } previousWidth = document.getElementById("county_img").offsetWidth; return true; }; window.onresize = this.resize; }, imageMap = new ImageMap(document.getElementById('offices_map')); imageMap.resize(); }