-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpkmc_222_071.xml
2603 lines (2603 loc) · 118 KB
/
npkmc_222_071.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<ead xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:isbn:1-931666-22-9" xmlns:ns2="http://www.w3.org/1999/xlink" xsi:schemaLocation="urn:isbn:1-931666-22-9 https://www.loc.gov/ead/ead.xsd">
<!-- Header Portion of EAD -->
<eadheader langencoding="iso639-2b" scriptencoding="iso15924" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601">
<eadid countrycode="US" mainagencycode="US-NPkMC">npkmc_222_071</eadid>
<filedesc>
<titlestmt>
<titleproper>The Coffin Family Papers</titleproper>
<author>Processed by: Ashley Polašèk &amp;amp; John Ansley, PhD 2006; Finding Aid
Encoded by: Monish M. Singh, 2006; Finding Aid Encoding updated by: Brian
Norberg, 2022</author>
</titlestmt>
<publicationstmt>
<publisher>Marist College <lb/>Archives and Special Collections </publisher>
<address>
<addressline>3399 North Road <lb/>Poughkeepsie, NY 12601 <lb/>Phone:
845-575-5217 <lb/>Fax: 845-575-3150 <lb/><lb/>Email: library.archives@marist.edu<lb/>Website:
https://archives.marist.edu/</addressline>
</address>
<date type="publication" normal="2006-12-13">December 13, 2006</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Monish M. Sing <date normal="2006-12-13">December 13, 2006</date>
</creation>
<langusage>Finding aid written in <language langcode="eng" scriptcode="Latn">English</language></langusage>
<descrules><abbr>DACS</abbr>Describing Archives: A Content Standard. Chicago: Society of
American Archivists, 2013.</descrules>
</profiledesc>
<revisiondesc>
<list>
<item>February 2022, EAD updated by Brian Norberg</item>
</list>
</revisiondesc>
</eadheader>
<!-- Archival Description portion of EAD -->
<archdesc level="collection">
<did>
<unittitle>Coffin Family Papers</unittitle>
<unitid countrycode="US" repositorycode="US-NPkMC">NPKMC-222-071</unitid>
<unitdate type="inclusive" normal="1810-09-11/1859-01-02">September 11, 1810 – January
2, 1859</unitdate>
<physdesc>
<extent type="size">0.3 Linear Feet</extent>
</physdesc>
<repository>
<corpname>Marist College Archives and Special Collections</corpname>
</repository>
<origination label="creator">
<persname>Enid Mastrianni</persname>
</origination>
<abstract>The Coffin Family Papers contains bills, promissory notes, receipts, account
ledgers, bonds, deeds and other documents relating to the business and personal
transactions of Robert Coffin of Dutchess County, NY.</abstract>
<langmaterial>
<language langcode="eng">English</language>
</langmaterial>
</did>
<scopecontent>
<head>Collection Overview</head>
<p>The Coffin Family Papers contains bills, promissory notes, receipts, account ledgers,
bonds, deeds and other documents relating to the business and personal transactions
of Robert Coffin of Dutchess County, NY. Certain documents reflect the judgments
made by Coffin as Justice of the Peace. The collection also contains many important
documents relating to the death of Colonel Tabor Bently, father-in-law to his
executor Robert Coffin.</p>
</scopecontent>
<acqinfo>
<p>The Coffin Family Papers was donated to the Marist College Archives and Special
Collections by Enid Mastrianni of Glens Falls, NY, who purchased the documents
privately.</p>
</acqinfo>
<bioghist encodinganalog="545">
<head>Biographical Note</head>
<p>The Coffin family can trace their line back to Sir Richard Coffin of Devonshire. He
was born circa 1280. The first Coffin to come to America was Tristram Coffin, born
January 4th, 1628. He was a direct male descendant and was fourteen generations
removed from Richard Coffin. Tristram traveled from Devonshire, England to what was
then New York (now part of Massachusetts) in 1642. Tristram was among a group of 9
men who bought the island of Nantucket from the Native Americans in 1659 for 30
pounds and 2 beaver hats. </p>
<p>Abishai Coffin, a fourth generation descendent from Tristram, moved from the family
seat in Nantucket and settled in the Hudson Valley as the American Revolution
loomed. One of Abishai's sons was Robert Coffin who represented Dutchess County in
the New York State Assembly in 1832 and who is the focus of this collection. Robert
was born in 1778. He served his county in the capacity of Justice of the Peace and
was reportedly a very able and amiable man. He married Magdalene Bently, daughter of
Colonel Tabor Bently and left ten children when he died in 1842 at the age of
64.</p>
<p>The Coffin family is currently spread across the whole of the United States. They
figure in politics as well as many other notable facets of American life. Prominent
Coffins include Levi Coffin, who was known as the “president” of the Underground
Railroad, Lucretia Coffin Mott, a moral reform activist, suffragette and teacher of
Daniel Anthony, father of Susan B. Anthony and Professor James Henry Coffin, who
made contributions in the fields of astronomy, meteorology and geometry. Dramatist
“Tennessee” Williams was the grandson of Isabel Coffin, writer O. Henry has ties to
the family and prolific character actor and namesake of the Coffin progenitor,
Tristram “Tris” Coffin appeared in countless roles in early television shows from
Superman and The Lone Ranger to I Love Lucy and The Beverly Hillbillies. The
Coffins, noted Quakers, were avid abolitionists and equal rights activists. The
numerous descendents of Tristram Coffin were very successful. In the year 1828
alone, 26 of them graduated from New England universities, 15 of those from Harvard.
Though many Coffins still live in Nantucket, a large branch of the family is settled
in North Carolina and, thanks to Levi Coffin, another branch exists in Indiana. Many
of the Coffin line also reside on the West Coast.</p>
</bioghist>
<accessrestrict>
<p>There are no restrictions on the collection</p>
</accessrestrict>
<userestrict>
<head>Notice of Copyright</head>
<p>Individuals requesting reproductions expressly assume the responsibility for
compliance with all pertinent provisions of the Copyright Act, 17 U.S.C. ss101 et
seq. Patrons further agree to indemnify and hold harmless the Marist College
Archives and Special Collections and its staff in connection with any disputes
arising from the Copyright Act, over the reproduction of material at the request of
patrons. For more information please visit the following website:
http://www.loc.gov/copyright/title17/.</p>
</userestrict>
<prefercite>
<head>Preferred Citation</head>
<p>[Description of item, date, location of item in order of series, box number, folder
number ], in the Coffin Family Documents, Archives and Special Collections, James A.
Cannavino Library, Marist College.</p>
</prefercite>
<arrangement>
<p>Collection is arranged into one series with materials being roughly chronological. Each folder is seperated loosely by subject or document type. </p>
</arrangement>
<dsc type="combined">
<c01 level="series">
<did>
<unitid>1</unitid>
<unittitle>1. Coffin Family Documents</unittitle>
</did>
<scopecontent>
<p>The documents in this collection consist of bills, promissory notes,
receipts, account ledgers, bonds, deeds and other documents relating to
the business and personal transactions of Robert Coffin of Dutchess
County, NY.</p>
</scopecontent>
<arrangement>
<p>Roughly chronological</p>
</arrangement>
<c02 level="otherlevel" otherlevel="folder">
<did>
<unitid>1</unitid>
<unittitle>Folder 1: Robert Coffin’s Labor Receipts</unittitle>
<unitdate normal="1811/1859">1811-1859</unitdate>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>Receipt of funds from Robert Coffin by William Rozull -
February 6th, 1824</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88520">Receipt of funds from Robert Coffin by William Rozull - February 6th, 1824</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>Receipt of funds from Robert Coffin by Murinus Pierce for
lumber - September 25th, 1830</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88521">Receipt of funds from Robert Coffin by Murinus Pierce for lumber - September 25th, 1830</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>3</unitid>
<unittitle>Receipt of funds from Robert Coffin by W.D. Sherman for
Freights Issued by John Titus - September 20th, 1811</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88522">Receipt of funds from Robert Coffin by W.D. Sherman for Freights Issued by John Titus - September 20th, 1811</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>4</unitid>
<unittitle>Receipt of funds from Robert Coffin by Garrison McCoy -
January 26th, 1820</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88523">Receipt of funds from Robert Coffin by Garrison McCoy - January 26th, 1820</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>5</unitid>
<unittitle>Receipt of funds from Robert Coffin by Samuel Thorn - January
4th, 1819</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88524">Receipt of funds from Robert Coffin by Samuel Thorn - January 4th, 1819</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>6</unitid>
<unittitle>Receipt of funds from Robert Coffin by Matthew Collins -
February 17th, 1819</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88525">Receipt of funds from Robert Coffin by Matthew Collins - February 17th, 1819</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>7</unitid>
<unittitle>Ledger of financial transactions between Robert Coffin and
Henry D. Davis for shoe and boot repair. - January 2nd, 1839 -
December 10th, 1839</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88526">Ledger of financial transactions between Robert Coffin and Henry D. Davis for shoe and boot repair. - January 2nd, 1839 - December 10th, 1839 </extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>8</unitid>
<unittitle>Stock account of Robert Coffin - 1843</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88527">Stock account of Robert Coffin - 1843</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>9</unitid>
<unittitle>Promise of funds (payment complete) from Robert Coffin to
Gabriel L. Vanderburgh - April 28th, 1829</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88528">Promise of funds (payment complete) from Robert Coffin to Gabriel L. Vanderburgh - April 28th, 1829</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>10</unitid>
<unittitle>Receipt of funds from Robert Coffin by George Wright -
October 11th, 1822</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88529">Receipt of funds from Robert Coffin by George Wright - October 11th, 1822</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>11</unitid>
<unittitle>Receipt of funds from Robert Coffin by Isaac Bayce - February
28th, 1831</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88530">Receipt of funds from Robert Coffin by Isaac Bayce - February 28th, 1831</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>12</unitid>
<unittitle>Receipt of funds from Robert Coffin by Smith Narrick for
plaster - May 2nd, 1821</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88531">Receipt of funds from Robert Coffin by Smith Narrick for plaster - May 2nd, 1821</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>13</unitid>
<unittitle>Receipt of funds from Robert Coffin by Sahuzher Germond -
October 23rd, 1823</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88532">Receipt of funds from Robert Coffin by Sahuzher Germond - October 23rd, 1823</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>14</unitid>
<unittitle>Receipt of funds from Robert Coffin by Joseph Wright - May
28th, 1833</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88533">Receipt of funds from Robert Coffin by Joseph Wright - May 28th, 1833</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>15</unitid>
<unittitle>Receipt of funds from Robert Coffin by Murinus Pierce for
lumber - June 22nd, 1833</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88534">Receipt of funds from Robert Coffin by Murinus Pierce for lumber - June 22nd, 1833</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>16</unitid>
<unittitle>Ledger and Receipt of funds from Robert Coffin by Henry D.
Davis for shoe and boot repair - September 16th - November 20th,
1830</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88535">Ledger and Receipt of funds from Robert Coffin by Henry D. Davis for shoe and boot repair - September 16th - November 20th, 1830</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>17</unitid>
<unittitle>Ledger and receipt of funds from Robert Coffin by Isaac
Woolley for lumber - July 7th - August 28th, 1829</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88536">Ledger and receipt of funds from Robert Coffin by Isaac Woolley for lumber - July 7th - August 28th, 1829</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>18</unitid>
<unittitle>Receipt of funds from Robert Coffin by C.P. Barnum - December
19th, 1829</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88537">Receipt of funds from Robert Coffin by C.P. Barnum - December 19th, 1829</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>19</unitid>
<unittitle>Running bill (May 18th - Nov 24th) and receipt of funds from
Robert Coffin by F. Warner for fresh meat - January 2nd,
1859</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88538">Running bill (May 18th - Nov 24th) and receipt of funds from Robert Coffin by F. Warner for fresh meat - January 2nd, 1859</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>20</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Henry D.
Davis for shoe and boot repair - 1831</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88539">Bill and receipt of funds from Robert Coffin by Henry D. Davis for shoe and boot repair - 1831</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>21</unitid>
<unittitle>Receipt of funds from Robert Coffin by C. Morgan for
furniture</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88540">Receipt of funds from Robert Coffin by C. Morgan for furniture</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>22</unitid>
<unittitle>Receipt of funds from Robert Coffin by Stephen Allen - May 1,
1813</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88541">Receipt of funds from Robert Coffin by Stephen Allen - May 1, 1813</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>23</unitid>
<unittitle>Receipt of funds from Robert Coffin by Samuel Thorn for
services rendered - January 13th, 1820</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88542">Receipt of funds from Robert Coffin by Samuel Thorn for services rendered - January 13th, 1820</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>24</unitid>
<unittitle>Receipt of funds from Robert Coffin by Jacob Benthicysins -
October 7th, 1823</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88543">Receipt of funds from Robert Coffin by Jacob Benthicysins - October 7th, 1823</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>25</unitid>
<unittitle>Receipt of funds from Robert Coffin by Theodore Van Wyck and
Cornelius Van Wyck - November 8th, 1833</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88544">Receipt of funds from Robert Coffin by Theodore Van Wyck and Cornelius Van Wyck - November 8th, 1833</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>26</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Lymon Hustid
for shoe and boot making - January 20th, 1835</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88545">Bill and receipt of funds from Robert Coffin by Lymon Hustid for shoe and boot making - January 20th, 1835</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>27</unitid>
<unittitle>Receipt of funds from Robert Coffin by William Tillou and
Henry Tillou - December 9th, 1822</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88546">Receipt of funds from Robert Coffin by William Tillou and Henry Tillou - December 9th, 1822</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>28</unitid>
<unittitle>Receipt of funds from Robert Coffin by Gabriel L.
Vanderburgh, executor for George Toffey (deceased) - April
1829</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88547">Receipt of funds from Robert Coffin by Gabriel L. Vanderburgh, executor for George Toffey (deceased) - April 1829</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>29</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to John Hoag,
administrator of the estate of Peter Hoag (deceased) - May 7th,
1829</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88551">Promise of payment (fulfilled) by Robert Coffin to John Hoag, administrator of the estate of Peter Hoag (deceased) - May 7th, 1829</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>30</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to Leonard L.
Seaman - June 8th, 1821</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88552">Promise of payment (fulfilled) by Robert Coffin to Leonard L. Seaman - June 8th, 1821</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>31</unitid>
<unittitle>Receipt of funds from Robert Coffin by William Haywood for
labor services rendered - April 3rd, 1824</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88553">Receipt of funds from Robert Coffin by William Haywood for labor services rendered - April 3rd, 1824</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>32</unitid>
<unittitle>Receipt of funds from Robert Coffin by Samuel Seaman -
December 13th 1822</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88554">Receipt of funds from Robert Coffin by Samuel Seaman - December 13th 1822</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>33</unitid>
<unittitle>Bill and receipt of payment from Robert Coffin by William
Odell for clothing - December 1831</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88555">Bill and receipt of payment from Robert Coffin by William Odell for clothing - December 1831</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>34</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Ira Odell Jr.
- July 20th, 1824</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88556">Bill and receipt of funds from Robert Coffin by Ira Odell Jr. - July 20th, 1824</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>35</unitid>
<unittitle>Receipt of funds from Robert Coffin by James Odell for
Elizabeth Titus - January 11th, 1819</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88557">Receipt of funds from Robert Coffin by James Odell for Elizabeth Titus - January 11th, 1819</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>36</unitid>
<unittitle>Receipt of funds from Robert Coffin by C. Morgan - June 21st,
1823</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88558">Receipt of funds from Robert Coffin by C. Morgan - June 21st, 1823</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>37</unitid>
<unittitle>Receipt of funds from Robert Coffin by Abraham Gager - March
20th, 1825</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88559">Receipt of funds from Robert Coffin by Abraham Gager - March 20th, 1825</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>38</unitid>
<unittitle>Document authorizing Robert Coffin to sell the worldly
possessions of Henry Odell to extract payment due to him of $27.00 -
March 31st, 1842</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88560">Document authorizing Robert Coffin to sell the worldly possessions of Henry Odell to extract payment due to him of $27.00 - March 31st, 1842</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>39</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Ashael Hall -
April 19th, 1829</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88561">Bill and receipt of funds from Robert Coffin by Ashael Hall - April 19th, 1829</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>40</unitid>
<unittitle>Running bill for Obediah Griffin, Jacob Odell, John Odell,
Alonzo Griffin, Charlotte Doughty, Henry Gril, T. Farrenside and
Mary Davis (each separate)</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88562">Running bill for Obediah Griffin, Jacob Odell, John Odell, Alonzo Griffin, Charlotte Doughty, Henry Gril, T. Farrenside and Mary Davis (each separate)</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>41</unitid>
<unittitle>Receipt of funds by Isaac Germand - July 15th
1818</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88563">Receipt of funds by Isaac Germand - July 15th 1818</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>42</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Stephen
Hammond - August 16th, 1820</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88564">Bill and receipt of funds from Robert Coffin by Stephen Hammond - August 16th, 1820</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>43</unitid>
<unittitle>Ledger of credits and debits between Robert Coffin and P.
Schermihorn</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88565">Ledger of credits and debits between Robert Coffin and P. Schermihorn</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>44</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Henry Odell -
January 29th -February 25th, 1833</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88566">Bill and receipt of funds from Robert Coffin by Henry Odell - January 29th -February 25th, 1833</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>45</unitid>
<unittitle>Receipt of funds from Robert Coffin by Alexander Marshall and
Martin Haight - July 27th, 1821</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88567">Receipt of funds from Robert Coffin by Alexander Marshall and Martin Haight - July 27th, 1821</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>46</unitid>
<unittitle>Receipt of funds from Robert Coffin by Doctor F. Vanderburgh
- May 26th, 1821</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88568">Receipt of funds from Robert Coffin by Doctor F. Vanderburgh - May 26th, 1821</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>47</unitid>
<unittitle>Receipt of funds from Robert Coffin by Joseph Gildesleu -
January 16th, 1830</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88569">Receipt of funds from Robert Coffin by Joseph Gildesleu - January 16th, 1830</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>48</unitid>
<unittitle>Receipt of funds from John Titus, John Haight and Robert
Coffin as a result of the partition and sale of real estate left by
Archer Macomber (deceased) by Refcom Macomber - July 11th,
1833</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88570">Receipt of funds from John Titus, John Haight and Robert Coffin as a result of the partition and sale of real estate left by Archer Macomber (deceased) by Refcom Macomber - July 11th, 1833</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>49</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to Silas
Gammond - May 1st, 1826</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88571">Promise of payment (fulfilled) by Robert Coffin to Silas Gammond - May 1st, 1826</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>50</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to Sarah
Upton - July 5th, 1821</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88572">Promise of payment (fulfilled) by Robert Coffin to Sarah Upton - July 5th, 1821</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>51</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Culois Rider
- January 26th, 1833</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88573">Bill and receipt of funds from Robert Coffin by Culois Rider - January 26th, 1833</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>52</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to Israel
Shadbolt - September 8th, 1832</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88574">Promise of payment (fulfilled) by Robert Coffin to Israel Shadbolt - September 8th, 1832</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>53</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to Ruben
Howes, John Haight, Henry Marriott on or before May 1, 1824 (paid
April 3rd, 1823)</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88575">Promise of payment (fulfilled) by Robert Coffin to Ruben Howes, John Haight, Henry Marriott on or before May 1, 1824 (paid April 3rd, 1823)</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>54</unitid>
<unittitle>Receipt of funds from Robert Coffin by J. B. Benton -
November 18th, 1828</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88576">Receipt of funds from Robert Coffin by J. B. Benton - November 18th, 1828</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>55</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by J.B. Benton -
August 1, 1827</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88577">Bill and receipt of funds from Robert Coffin by J.B. Benton - August 1, 1827</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>56</unitid>
<unittitle>Bill to Robert Coffin from Hezekiah Fhienstea - January 26th,
1824</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88578">Bill to Robert Coffin from Hezekiah Fhienstea - January 26th, 1824</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>57</unitid>
<unittitle>Receipt of funds from Robert Coffin by William Rogers - July
6th, 1815</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88579">Receipt of funds from Robert Coffin by William Rogers - July 6th, 1815</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>58</unitid>
<unittitle>Bill and receipt of funds from Robert Coffin by Joshua Gager
- May 28th, 1818</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88580">Bill and receipt of funds from Robert Coffin by Joshua Gager - May 28th, 1818</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>59</unitid>
<unittitle>Promise of payment (fulfilled) by Robert Coffin to J.T.
Derthick - May 5th, 1828</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88581">Promise of payment (fulfilled) by Robert Coffin to J.T. Derthick - May 5th, 1828</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>
<unitid>60</unitid>
<unittitle>Receipt of funds from Robert Coffin by Joil Benton - December
3rd, 1827</unittitle>
<container type="box">1</container>
<container type="folder">1</container>
</did>
<scopecontent>
<p>
<extref href="https://maristarchives.catalogaccess.com/archives/88582">Receipt of funds from Robert Coffin by Joil Benton - December 3rd, 1827</extref>
</p>
</scopecontent>
</c03>
<c03 level="item">
<did>