-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpkmc_224_081.xml
15918 lines (15918 loc) · 615 KB
/
npkmc_224_081.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="urn:isbn:1-931666-22-9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="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" url="http://www.marist.edu">npkmc_224_081</eadid>
<filedesc>
<titlestmt>
<titleproper>Jonah Sherman Collection</titleproper>
<author>Greg Wiedeman, BA</author>
</titlestmt>
<publicationstmt>
<publisher>Marist University<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/>Email:
[email protected]<lb/>Website:
https://archives.marist.edu/</addressline>
</address>
<date type="publication" normal="2010-08-26">2010 August 26</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation> Monish M. Singh<date>2010</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>April 2022, EAD updated by Abigail Bowen</item>
</list>
</revisiondesc>
</eadheader>
<!-- Archival Description portion of EAD -->
<archdesc level="collection">
<did>
<unittitle>Jonah Sherman Collection</unittitle>
<unitid countrycode="US" repositorycode="US-NPkMC">NPKMC-224-081</unitid>
<unitdate type="inclusive">1683 – 2005</unitdate>
<!--<unitdate type="bulk">1860 – 1975</unitdate>-->
<physdesc>
<extent type="size">95 Linear Feet</extent>
</physdesc>
<repository>
<corpname>Marist University Archives and Special Collections</corpname>
</repository>
<origination label="creators">Jonah Sherman; Local Poughkeepsie and Dutchess County
Businesses, Civic Organizations, Educational Institutions, Historical Societies,
Government, Newspapers, Publishers, Religious Institutions and
Citizens</origination>
<abstract>The Jonah Sherman Collection is a compilation of local business records,
government documents, city planning materials, local histories and ephemera.
Gathered by local businessman Jonah Sherman, the Collection is extremely valuable to
those seeking information on the modern history of Poughkeepsie and Greater Dutchess
County.</abstract>
<langmaterial>The language of the materials is predominately English. Other languages
include Dutch, French and Latin.</langmaterial>
</did>
<scopecontent>
<head>Collection Overview</head>
<p> The Jonah Sherman Collection is a compilation of local business records, government
documents, city planning materials, local histories and ephemera. Gathered by local
businessman Jonah Sherman, the Collection is extremely valuable to those seeking
information on the modern history of Poughkeepsie and Greater Dutchess County.</p>
<p> The Collection contains a rather large amount of records from local banks from the
latter half of the nineteenth century up until the mid-twentieth century. In
particular this includes Farmers and Manufacturers National Bank. Also available are
the records of the Domestic Appliance Company, likely operated by Jonah Sherman’s
ancestors, as well as early-nineteenth century entrepreneurs, the Snedeker Family.
The Collection also contains the records of major Poughkeepsie institutions,
including the Bardavon 1869 Opera House, Eastman Business College, Vassar College,
various churches as well as comprehensive records of the Luckey, Platt and Company
department store.</p>
<p> Jonah Sherman also gathered a fairly comprehensive account of the transportation and
infrastructure of Poughkeepsie and Dutchess County over the last century. This
includes a number of early maps and travel guides as well as information concerning
the construction and use of both the Poughkeepsie Railroad Bridge and the Mid-Hudson
Bridge. Also present are records pertaining to the City’s urban renewal plan of the
late 1960s and early 1970s.</p>
<p> The Collection also features a large amount of locally-published materials including
local newspapers dating back to 1839. Present are a number of local papers marking
important historical events as well as complete bundles of local papers that span
months or years. Jonah Sherman also collected a number of published books concerning
the history of Dutchess County.</p>
<p> A significant portion of the Collection is dedicated to ephemera gathered from local
businesses and industry. This includes numerous packaging and advertising materials
as well as a substantially large postcard collection. The Collection also contains
valuable graphic materials, including photographic histories of the Hudson’s shore,
cabinet cards produced by early Poughkeepsie photographers, images from Luckey,
Platt and Co. as well as comprehensive images of Poughkeepsie’s major streets around
the turn of the nineteenth century.</p>
</scopecontent>
<bioghist encodinganalog="545" id="historical">
<head>Biographical Note</head>
<p>Longtime local business man and historian Jonah Sherman donated his personal
collection of materials and artifacts that documented the business and commercial
history of Poughkeepsie to Marist University. Jonah was dedicated to Marist University and
served as a trustee for more the 25 years. He also served several terms as an
officer of the board. In 1993, Jonah and his wife Joan were instrumental in
establishing the Marist University Center for Lifetime Study (CSL), an educational
program for senior citizens that has been duplicated by other colleges and
universities regionally and nationally. Both Jonah and his wife were community
leaders in human services and arts organizations. They became international
volunteers working with International Executive Service Corps, American Jewish World
Service, and the United Way of America to assist people and organizations in Africa,
Eastern Europe and Asia. Jonah passed away April 23, 2008.</p>
</bioghist>
<accessrestrict>
<p>There are no restrictions on this 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 University
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 Jonah Sherman Collection, Archives and Special Collections,
James A. Cannavino Library, Marist University.</p>
</prefercite>
<arrangement>
<head>Arrangement of the Collection</head>
<p>These records are organized into eight series: 1) Business file, has eight subseries: Subseries 1.1 has two subseries, 1.5 has five subseries, 1.6 has four subseries, 1.8 has two subseries. 2) Topical file, has twelve subseries. Subseries 2.2 has two subseries, 2.4 has four subseries, 2.6 has two subseries. 3) Maps and Guidebooks, has three suberies. 4) Newspapers, has three subseries, subseries 4.2 has five subseries. Subseries 4.2.1 has four subseries. 5) Books, has six subseries. 6) Ephemera, has four subseries, subseries 6.1 has two subseries, 6.1.1 has two subseries, 6.1.1.1 has four sibseries, 6.1.2 has one suberies. 7) Graphic Materials, has six subseries. 8) Administrative documents</p>
<p>Series are arranged by subject, alphabetically, chronologically, or maintain their original order.</p>
</arrangement>
<dsc type="combined">
<c01 level="series">
<did>
<unitid>1</unitid>
<unittitle>1. Business file</unittitle>
<unitdate normal="1700/1984">1700 - 1984</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1 - 30</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains materials on Banking, Domestic Appliance Company, Hotels, Insurance, Luckey, Platt and Company, Snedeker Family Papers, Utilities, and Miscellany</p>
</scopecontent>
<arrangement>
<p>Subject</p>
</arrangement>
<c02 level="series">
<did>
<unitid>1.1</unitid>
<unittitle>Subseries 1.1: Banking</unittitle>
<unitdate normal="1824/1981">1824 - 1981</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1 - 17</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains Poughkeepsie bank file and Farmers and Manufacturers National
Bank</p>
</scopecontent>
<arrangement>
<p>Subject</p>
</arrangement>
<c03 level="series">
<did>
<unitid>1.1.1</unitid>
<unittitle>Subseries 1.1.1: Poughkeepsie Bank File</unittitle>
<unitdate normal="1824/1981">1824 - 1981</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1 - 2</extent>
</physdesc>
</did>
<arrangement>
<p>Subject</p>
</arrangement>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>The Bank of New York - Dutchess Division merged with Farmers and
Manufacturers</unittitle>
<unitdate label="Date">1972 - 1980</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">2</container>
<unittitle>Bank of Poughkeepsie</unittitle>
<unitdate label="Date">1834 - 1864</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">3</container>
<unittitle>Bank of Poughkeepsie - Articles of Association</unittitle>
<unitdate label="Date">1857</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">4</container>
<unittitle>Bank of Poughkeepsie - Metal tube that contained Articles of
Association</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">5</container>
<unittitle>City National Bank</unittitle>
<unitdate label="Date">1870 - 1899</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">6</container>
<unittitle>County National Bank - Mortgage book</unittitle>
<unitdate label="Date">1968 - 1969</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">7</container>
<unittitle>Documents found with County National Bank - Mortgage
book</unittitle>
<unitdate label="Date">1968 - 1969</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">8</container>
<unittitle>Dutchess Bank</unittitle>
<unitdate label="Date">1960 - 1987</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">9</container>
<unittitle>Dutchess County Bank</unittitle>
<unitdate label="Date">1824 - 1888</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">10</container>
<unittitle>Fallkill National</unittitle>
<unitdate label="Date">1878 - 1934</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">11</container>
<unittitle>First National Bank of Poughkeepsie</unittitle>
<unitdate label="Date">1896 - 1928</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">12</container>
<unittitle>First National Bank of Poughkeepsie</unittitle>
<unitdate label="Date">1957 - 1967</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">13</container>
<unittitle>First National Bank merged with Marine Midland</unittitle>
<unitdate label="Date">1931 - 1947</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">14</container>
<unittitle>Home Co-operative First Savings and Loan Association</unittitle>
<unitdate label="Date">1910 - 1983</unitdate>
<container type="box">1</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Merchants Bank</unittitle>
<unitdate label="Date">1866 - 1947</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">2</container>
<unittitle>Poughkeepsie Savings Bank</unittitle>
<unitdate label="Date">1922 - 1981</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">3</container>
<unittitle>Poughkeepsie Trust Company</unittitle>
<unitdate label="Date">1912 - 1947</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">4</container>
<unittitle>Poughkeepsie National Bank</unittitle>
<unitdate label="Date">1877 - 1896</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">5</container>
<unittitle>Poughkeepsie Savings Bank</unittitle>
<unitdate label="Date">1880 - 1992</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">6</container>
<unittitle>Poughkeepsie Trust Company</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">7</container>
<unittitle>Miscellany</unittitle>
<unitdate label="Date">1824 - 1889</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">8</container>
<unittitle>Banking - other formats</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">9</container>
<unittitle>Bonds, indentures, mortgages and securities</unittitle>
<unitdate label="Date">1841</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">10</container>
<unittitle>Bonds, indentures, mortgages and securities</unittitle>
<unitdate label="Date">1843</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">11</container>
<unittitle>Bonds, indentures, mortgages and securities</unittitle>
<unitdate label="Date">1847</unitdate>
<container type="box">2</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">12</container>
<unittitle>Bonds, indentures, mortgages and securities</unittitle>
<unitdate label="Date">1870 - 1933</unitdate>
<container type="box">2</container>
</did>
</c04>
</c03>
<c03 level="series">
<did>
<unitid>1.1.2</unitid>
<unittitle>Subseries 1.1.2: Farmers and Manufacturers National
Bank</unittitle>
<unitdate normal="2000">1834 - 1966</unitdate>
<physdesc>
<extent type="boxes">Boxes: 3 - 17</extent>
</physdesc>
</did>
<arrangement>
<p>Subject</p>
</arrangement>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Farmers and Manufacturers National Bank - checks</unittitle>
<unitdate label="Date">circa 1830s</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">2</container>
<unittitle>Documents concerning Farmers and Manufacturers National
Bank</unittitle>
<unitdate label="Date">1835 - 1889</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">3</container>
<unittitle>Documents concerning Farmers and Manufacturers National
Bank</unittitle>
<unitdate label="Date">1889 - 1963</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">4</container>
<unittitle>Farmers and Matteawan National Bank merged with Farmers and
Manufacturers</unittitle>
<unitdate label="Date">1834 - 1966</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">5</container>
<unittitle>Federal Housing certificate certifying Farmers and Manufacturers
National Bank to act as a mortgagee (framed)</unittitle>
<unitdate label="Date">1962</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">6</container>
<unittitle>Federal FDIC (Federal Deposit Insurance Corporation) Certificate
(framed)</unittitle>
<unitdate label="Date">1963</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">7</container>
<unittitle>Certificate from the U.S. Treasury Department certifying
Farmers-Matteawan National Bank (framed)</unittitle>
<unitdate label="Date">1963</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">8</container>
<unittitle>Certificates from the U.S. Treasury Department approving the
merger of Farmers and Manufacturers National Bank with Matteawan
National Bank (framed)</unittitle>
<unitdate label="Date">1963</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">9</container>
<unittitle>Articles in safe keeping in the second floor vault
(book)</unittitle>
<unitdate label="Date">1954 - 1966</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">10</container>
<unittitle>Index to General Ledger 7 (book)</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">11</container>
<unittitle>Items on Display</unittitle>
<unitdate label="Date">1840 - 1865</unitdate>
<container type="box">3</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Book of Minutes No. 2</unittitle>
<unitdate label="Date">1854 - 1877</unitdate>
<container type="box">4</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Cashier�s Register of Paper</unittitle>
<unitdate label="Date">1834 - 1872</unitdate>
<container type="box">5</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Certified Check Register</unittitle>
<unitdate label="Date">1939 - 1962</unitdate>
<container type="box">6</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Checkbook</unittitle>
<unitdate label="Date">circa 1890s</unitdate>
<container type="box">7</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">2</container>
<unittitle>Receipts Register</unittitle>
<unitdate label="Date">1884 - 1886</unitdate>
<container type="box">7</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>The Credit Guide - Standard Monetary Reference</unittitle>
<unitdate label="Date">1882 - 1883</unitdate>
<container type="box">8</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Debit Cash Book</unittitle>
<unitdate label="Date">1876 - 1878</unitdate>
<container type="box">9</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Deposit Register</unittitle>
<unitdate label="Date">1922 - 1951</unitdate>
<container type="box">10</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Dividend Cash Book No. 3</unittitle>
<unitdate label="Date">1903 - 1946</unitdate>
<container type="box">11</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Dividend Ledger No. 1</unittitle>
<unitdate label="Date">1866 - 1869</unitdate>
<container type="box">12</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Paying Cashbook A.</unittitle>
<unitdate label="Date">1834 - 1836</unitdate>
<container type="box">13</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>President�s Register of Paper</unittitle>
<unitdate label="Date">1835 - 1865</unitdate>
<container type="box">14</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Receiving Cashbook B.</unittitle>
<unitdate label="Date">1834 - 1839</unitdate>
<container type="box">15</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Receiving Cashbook C.</unittitle>
<unitdate label="Date">1839 - 1842</unitdate>
<container type="box">16</container>
</did>
</c04>
<c04 level="file">
<did>
<container type="folder">1</container>
<unittitle>Weekly Balance</unittitle>
<unitdate label="Date">1894 - 1902</unitdate>
<container type="box">17</container>
</did>
</c04>
</c03>
</c02>
<c02 level="series">
<did>
<unitid>1.2</unitid>
<unittitle>Subseries 1.2: Domestic Appliance Company</unittitle>
<unitdate normal="1937/1948">1937 - 1948</unitdate>
<physdesc>
<extent type="boxes">Box: 18</extent>
</physdesc>
</did>
<arrangement>
<p>Original Order</p>
</arrangement>
<c03 level="file">
<did>
<container type="folder">1</container>
<unittitle>Notebook 1 - writing by Israel S. Sherman and Minnie Sherman;
start up inventory for Domestic Appliance Company at 569 Main Street,
Poughkeepsie; next section lists prospects for various appliances; rear
pages list "orders placed;" several pages in back list prospects for
purchases with names of persons who would get commissions if sales were
consummated</unittitle>
<unitdate label="Date">1937 May</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">2</container>
<unittitle>Notebook 2 - prospects, births, credit information</unittitle>
<unitdate label="Date">circa 1938</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">3</container>
<unittitle>Notebook 3 - prospects, births, credit information</unittitle>
<unitdate label="Date">circa 1938</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">4</container>
<unittitle>Notebook 4 - Cash Book, appears to be a combination of
income/expense for Domestic Appliance Company at 418 Main Street,
Poughkeepsie as well as expenses for remodeling 133 Cannon Street,
Poughkeepsie</unittitle>
<unitdate label="Date">1940</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">5</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1937 - 1948</unitdate>
<container type="box">18</container>
</did>
</c03>
</c02>
<c02 level="series">
<did>
<unitid>1.3</unitid>
<unittitle>Subseries 1.3: Hotels</unittitle>
<unitdate normal="1882/1937">1882 - 1937</unitdate>
<physdesc>
<extent type="boxes">Box: 19</extent>
</physdesc>
</did>
<arrangement>
<p>Alphabetical</p>
</arrangement>
<c03 level="file">
<did>
<container type="folder">6</container>
<unittitle>Beekman Arms</unittitle>
<unitdate label="Date">circa 1930</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">7</container>
<unittitle>Cusack House</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">8</container>
<unittitle>The Hendrick Hudson Hotel</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">9</container>
<unittitle>Hotel Campbell</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">10</container>
<unittitle>Morgan House</unittitle>
<unitdate label="Date">1908 - 1937</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">11</container>
<unittitle>Nelson House</unittitle>
<unitdate label="Date">1888 - 1952</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">12</container>
<unittitle>Nelson House - Highway Map</unittitle>
<unitdate label="Date">circa 1925</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">13</container>
<unittitle>Poughkeepsie Hotel</unittitle>
<unitdate label="Date">1882</unitdate>
<container type="box">18</container>
</did>
</c03>
</c02>
<c02 level="series">
<did>
<unitid>1.4</unitid>
<unittitle>Subseries 1.4: Insurance</unittitle>
<unitdate normal="2000">1871 - 1961</unitdate>
<physdesc>
<extent type="boxes">Box: 19</extent>
</physdesc>
</did>
<arrangement>
<p>Alphabetical </p>
</arrangement>
<c03 level="file">
<did>
<container type="folder">14</container>
<unittitle>Agricultural Insurance Company</unittitle>
<unitdate label="Date">1876</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">15</container>
<unittitle>F.R. Bain and Company</unittitle>
<unitdate label="Date">1898</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">16</container>
<unittitle>Dutchess County Mutual Insurance Company</unittitle>
<unitdate label="Date">1838 - 1845</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">17</container>
<unittitle>Dutchess County Mutual Insurance Company</unittitle>
<unitdate label="Date">1855</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">18</container>
<unittitle>Dutchess County Mutual Insurance Company</unittitle>
<unitdate label="Date">1877</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">19</container>
<unittitle>Dutchess County Mutual Insurance Company</unittitle>
<unitdate label="Date">1884</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">20</container>
<unittitle>Dutchess County Mutual Insurance Company</unittitle>
<unitdate label="Date">1898</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">21</container>
<unittitle>Dutchess County Mutual Insurance Company</unittitle>
<unitdate label="Date">1903</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">22</container>
<unittitle>Farmers Town Mutual Insurance Company</unittitle>
<unitdate label="Date">1889</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">23</container>
<unittitle>Graham Agency</unittitle>
<unitdate label="Date">1949 - 1950</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">24</container>
<unittitle>Guardian Life Insurance Company of America</unittitle>
<unitdate label="Date">1967</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">25</container>
<unittitle>John Hancock Mutual Life Insurance Company</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">18</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">1</container>
<unittitle>E.I. Hatfield</unittitle>
<unitdate label="Date">1938 - 1950</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">2</container>
<unittitle>W. W. Luckey</unittitle>
<unitdate label="Date">1938</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">3</container>
<unittitle>Metropolitan Life Insurance Company</unittitle>
<unitdate label="Date">circa 1891</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">4</container>
<unittitle>Northwestern Mutual Life Insurance Company</unittitle>
<unitdate label="Date">1971</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">5</container>
<unittitle>Newark Fire Insurance Company</unittitle>
<unitdate label="Date">1947 - 1949</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">6</container>
<unittitle>Pearl Assurance Company</unittitle>
<unitdate label="Date">1955</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">7</container>
<unittitle>Preferred Mutual Accident Association of New York</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">8</container>
<unittitle>Prudential Insurance Company of America</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">9</container>
<unittitle>Prudential Insurance Company of America - other
formats</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">10</container>
<unittitle>Rosenberg &amp;amp; Kahn</unittitle>
<unitdate label="Date">1947 - 1948</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">11</container>
<unittitle>Margaret A. Ryan Insurance and Real Estate</unittitle>
<unitdate label="Date">1948 - 1949</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">12</container>
<unittitle>Vail &amp;amp; Sutton General Insurance Agency</unittitle>
<unitdate label="Date">1947 - 1949</unitdate>
<container type="box">19</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">13</container>
<unittitle>Waterman &amp;amp; Heaton General Insurance</unittitle>
<unitdate label="Date">1946</unitdate>
<container type="box">19</container>
</did>
</c03>
</c02>
<c02 level="series">
<did>
<unitid>1.5</unitid>
<unittitle>Subseries 1.5: Luckey, Platt and Company</unittitle>
<unitdate normal="1876/1969">1861 - 1977</unitdate>
<physdesc>
<extent type="boxes">Boxes: 19 - 23</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains records, pamphlets, construction documents, contracts, and newspaper clippings</p>
</scopecontent>
<arrangement>
<p>Subject</p>
</arrangement>
<c03 level="series">
<did>
<unitid>1.5.1</unitid>
<unittitle>Subseries 1.5.1: Records</unittitle>
<unitdate normal="1877/1922">1877 - 1922</unitdate>
<physdesc>
<extent type="boxes">Box: 19</extent>
</physdesc>
</did>
<arrangement>
<p>Alphabetical</p>
</arrangement>
<c04 level="file">