more
This commit is contained in:
@@ -128,6 +128,10 @@ const michiganCourts = [
|
||||
circuit: "2nd",
|
||||
counties: ["Berrien"],
|
||||
},
|
||||
{
|
||||
circuit: "3rd",
|
||||
counties: ["Wayne"],
|
||||
},
|
||||
{
|
||||
circuit: "4th",
|
||||
counties: ["Jackson"],
|
||||
@@ -136,21 +140,29 @@ const michiganCourts = [
|
||||
circuit: "5th",
|
||||
counties: ["Barry"],
|
||||
},
|
||||
{
|
||||
circuit: "6th",
|
||||
counties: ["Oakland"],
|
||||
},
|
||||
{
|
||||
circuit: "7th",
|
||||
counties: ["Genesee"],
|
||||
},
|
||||
{
|
||||
circuit: "8th",
|
||||
counties: ["Ionia"],
|
||||
counties: ["Ionia", "Montcalm"],
|
||||
},
|
||||
{
|
||||
circuit: "9th",
|
||||
counties: ["Kalamazoo"],
|
||||
},
|
||||
{
|
||||
circuit: "10th",
|
||||
counties: ["Saginaw"],
|
||||
},
|
||||
{
|
||||
circuit: "11th",
|
||||
counties: ["Alger"],
|
||||
counties: ["Alger", "Luce", "Mackinac", "Schoolcraft"],
|
||||
},
|
||||
{
|
||||
circuit: "12th",
|
||||
@@ -158,12 +170,20 @@ const michiganCourts = [
|
||||
},
|
||||
{
|
||||
circuit: "13th",
|
||||
counties: ["Antrim", "Grand Traverse"],
|
||||
counties: ["Antrim", "Leelanau", "Grand Traverse"],
|
||||
},
|
||||
{
|
||||
circuit: "14th",
|
||||
counties: ["Muskegon"],
|
||||
},
|
||||
{
|
||||
circuit: "15th",
|
||||
counties: ["Branch"],
|
||||
},
|
||||
{
|
||||
circuit: "16th",
|
||||
counties: ["Macomb"],
|
||||
},
|
||||
{
|
||||
circuit: "17th",
|
||||
counties: ["Kent"],
|
||||
@@ -174,23 +194,43 @@ const michiganCourts = [
|
||||
},
|
||||
{
|
||||
circuit: "19th",
|
||||
counties: ["Benzie"],
|
||||
counties: ["Benzie", "Manistee"],
|
||||
},
|
||||
{
|
||||
circuit: "20th",
|
||||
counties: ["Ottawa"],
|
||||
},
|
||||
{
|
||||
circuit: "21st",
|
||||
counties: ["Isabella"],
|
||||
},
|
||||
{
|
||||
circuit: "22nd",
|
||||
counties: ["Washtenaw"],
|
||||
},
|
||||
{
|
||||
circuit: "23rd",
|
||||
counties: ["Alcona", "Arenac", "Iosco"],
|
||||
counties: ["Alcona", "Arenac", "Iosco", "Oscoda"],
|
||||
},
|
||||
{
|
||||
circuit: "24th",
|
||||
counties: ["Sanilac"],
|
||||
},
|
||||
{
|
||||
circuit: "25th",
|
||||
counties: ["Marquette"],
|
||||
},
|
||||
{
|
||||
circuit: "26th",
|
||||
counties: ["Alpena"],
|
||||
counties: ["Alpena", "Montmorency"],
|
||||
},
|
||||
{
|
||||
circuit: "27th",
|
||||
counties: ["Lake"],
|
||||
counties: ["Lake", "Newaygo"],
|
||||
},
|
||||
{
|
||||
circuit: "28th",
|
||||
counties: ["Missaukee", "Wexford"],
|
||||
},
|
||||
{
|
||||
circuit: "29th",
|
||||
@@ -200,45 +240,97 @@ const michiganCourts = [
|
||||
circuit: "30th",
|
||||
counties: ["Ingham"],
|
||||
},
|
||||
{
|
||||
circuit: "31st",
|
||||
counties: ["St. Clair"],
|
||||
},
|
||||
{
|
||||
circuit: "32nd",
|
||||
counties: ["Gogebic"],
|
||||
counties: ["Gogebic", "Ontonagon"],
|
||||
},
|
||||
{
|
||||
circuit: "33rd",
|
||||
counties: ["Charlevoix"],
|
||||
},
|
||||
{
|
||||
circuit: "34th",
|
||||
counties: ["Ogemaw", "Roscommon"],
|
||||
},
|
||||
{
|
||||
circuit: "35th",
|
||||
counties: ["Shiawasee"],
|
||||
},
|
||||
{
|
||||
circuit: "36th",
|
||||
counties: ["Van Buren"],
|
||||
},
|
||||
{
|
||||
circuit: "37th",
|
||||
counties: ["Calhoum"],
|
||||
},
|
||||
{
|
||||
circuit: "38th",
|
||||
counties: ["Monroe"],
|
||||
},
|
||||
{
|
||||
circuit: "39th",
|
||||
counties: ["Lenawee"],
|
||||
},
|
||||
{
|
||||
circuit: "40th",
|
||||
counties: ["Lapeer"],
|
||||
},
|
||||
{
|
||||
circuit: "41st",
|
||||
counties: ["Dickinson", "Iron"],
|
||||
counties: ["Dickinson", "Iron", "Menominee"],
|
||||
},
|
||||
{
|
||||
circuit: "42nd",
|
||||
counties: ["Midland"],
|
||||
},
|
||||
{
|
||||
circuit: "43rd",
|
||||
counties: ["Cass"],
|
||||
},
|
||||
{
|
||||
circuit: "44th",
|
||||
counties: ["Livingston"],
|
||||
},
|
||||
{
|
||||
circuit: "45th",
|
||||
counties: ["St. Joseph"],
|
||||
},
|
||||
{
|
||||
circuit: "45th",
|
||||
counties: ["St. Joseph"],
|
||||
},
|
||||
{
|
||||
circuit: "46th",
|
||||
counties: ["Crawford", "Kalkaska"],
|
||||
counties: ["Crawford", "Kalkaska", "Otsego"],
|
||||
},
|
||||
{
|
||||
circuit: "47th",
|
||||
counties: ["Delta"],
|
||||
},
|
||||
{
|
||||
circuit: "49th",
|
||||
counties: ["Mecosta", "Osceoloa"],
|
||||
},
|
||||
{
|
||||
circuit: "51st",
|
||||
counties: ["Mason", "Oceana"],
|
||||
},
|
||||
{
|
||||
circuit: "52nd",
|
||||
counties: ["Huron"],
|
||||
},
|
||||
{
|
||||
circuit: "53rd",
|
||||
counties: ["Cheboygan"],
|
||||
counties: ["Cheboygan", "Presque Isle"],
|
||||
},
|
||||
{
|
||||
circuit: "55th",
|
||||
counties: ["Tuscola"],
|
||||
},
|
||||
{
|
||||
circuit: "55th",
|
||||
|
||||
Reference in New Issue
Block a user