-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpkmc_223_161.xml
2219 lines (2219 loc) · 76 KB
/
npkmc_223_161.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" url="http://www.marist.edu">npkmc_223_161</eadid>
<filedesc>
<titlestmt>
<titleproper>Brother Gerard Matthew Weiss Papers</titleproper>
<author>Rita Popot <![CDATA[&]]> John Ansley, PhD; Finding Aid Encoded by: Monish M.
Singh, 20XX; Finding Aid Encoding updated by: Abigail Bowen, 2022</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/><lb/>Email: [email protected]<lb/>Website:
https://archives.marist.edu/</addressline>
</address>
<date type="publication" normal="2004-08-06">August 6, 2004</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Monish M. Singh <date>2004</date>
</creation>
<langusage> Finding aid written in <language langcode="eng">English.</language>
</langusage>
<descrules><abbr>DACS</abbr>Describing Archives: A Content Standard. Chicago: Society of
American Archivists, 2013.</descrules>
</profiledesc>
<revisiondesc>
<list>
<item>March 2022, EAD updated by Abigail Bowen</item>
</list>
</revisiondesc>
</eadheader>
<!-- Archival Description portion of EAD -->
<archdesc level="collection">
<did>
<unittitle>Brother Gerard Matthew Weiss Papers</unittitle>
<unitid countrycode="US" repositorycode="US-NPkMC">NPKMC-223-161</unitid>
<unitdate type="inclusive" normal="1879/1964">1879 – 1964</unitdate>
<physdesc>
<extent type="size">1 Linear Foot</extent>
</physdesc>
<repository>
<corpname>Marist University Archives and Special Collections</corpname>
</repository>
<origination label="creator">
<persname>Brother Gerard Matthew
Weiss</persname>
</origination>
<abstract>The Weiss Papers is the documentation by Brother Gerard Weiss of his family from
1879-1964. The collection includes correspondence, mortgage deeds, insurance
policies, newspaper clippings, diaries and photographs pertaining to the Weiss
family.</abstract>
<langmaterial>
<language langcode="eng">English</language>
</langmaterial>
<physloc>Please contact the Marist University Archives and Special Collections for
information regarding use and access of this collection.</physloc>
</did>
<scopecontent>
<head>Collection Overview</head>
<p>The Weiss Papers consists of various sermons written by Edson E. Weiss, various
photographs, letters of correspondence from Edson Weiss to Orin and Andrew Weiss,
and newspaper articles on Marist and local historical sites.</p>
</scopecontent>
<acqinfo>
<p>The Weiss Papers was donated to Marist University Library in memory of Brother Gerard
Matthew Weiss.</p>
</acqinfo>
<bioghist encodinganalog="545">
<head>Historical Note</head>
<p>Brother Gerard Matthew Weiss was a long-time Spanish language professor at Marist
College. He received his Bachelor of Arts Degree from Marian College (now Marist
College) in 1949 and his Masters Degree from St. John’s University. From 1957-1975
Brother Gerard was Professor of Spanish at Marist University and during that period of
time he founded the Department of Modern Languages. In 1973, he left the Marist
Order, but continued on at Marist. Because of Brother Gerard’s dedication to the
teaching of modern languages, a Modern Language Lab in the James A. Cannavino
Library was dedicated in his memory. The Weiss Papers includes photographs of
members of the Weiss family, sermons written by Edson E. Weiss, diaries of Jennie
Henderson Weiss (the wife of Andrew J. Weiss), pictures, and various letters of
correspondence and documents originating from Edson Weiss to his sons Orin (also
knows as Orion) and Andrew Weiss.</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 Brother Gerard Matthew Weiss Papers, 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 two series and an appendix: 1) Family History as catalogued by
Brother Gerard Matthew Weiss, 2) Additional Materials not identified in the
inventory by Brother Weiss, and 3) Appendix</p>
</arrangement>
<dsc type="combined">
<c01 level="series">
<did>
<unitid>1</unitid>
<unittitle>1. Family History as catalogued by Brother Gerard Matthew Weiss (see
appendix for a transcription of the Weiss inventory)</unittitle>
<physdesc>
<extent type="boxes">Boxes: 1 - 2</extent>
<extent type="folders">Folders: 1 - 16</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains a collection of letters, legal papers, mortgage papers,
insurance policies, photographs and newspaper clippings preserved and
catalogued by Brother Gerard Weiss. Materials are arranged in original order
as described in Brother Weiss’s inventory that can be found in the Appendix.
Please note that not all items that are listed in the catalogue appear in
the collection.</p>
</scopecontent>
<arrangement>
<p>Numerically by catalogue number</p>
</arrangement>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Catalogues</unittitle>
<container type="box">1</container>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>Original catalogue created by Brother Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>Transcribed catalogue by Rita M. Popot (see
appendix)</unittitle>
</did>
</c03>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Items catalogued as numbers 1-50</unittitle>
<container type="box">1</container>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>1B, December 23, 1965, letter from E.E. Weiss to Linden B.
Johnson about school taxes and the plight of old people</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>2, October 8, 1945, letter from the Kingston Associate
Superintendent for Business Management to E.E. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>3</unitid>
<unittitle>3, January 21, 1966, letter from Governor Rockefeller’s
office to E.E. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>4</unitid>
<unittitle>4, October 5, 1965, letter to The Kingston School District
Board of Education</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>5</unitid>
<unittitle>5, January6, 1966, letter from The White House Assistant to
the President to E.E. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>6</unitid>
<unittitle>6, not dated, notes on capacitors</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>7</unitid>
<unittitle>9A, September 1, 1964, letter to Senator Hubert Humphrey from
E.E. Weiss regarding a telecast on Channel 6</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>8</unitid>
<unittitle>9B, copy of letter sent to Senator Hubert
Humphrey</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>9</unitid>
<unittitle>12, March 8, 1966, letter from Congressional Representative
Joseph Y. Resnick to E.E. Weiss thanking him for his view of retired
home owners</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>10</unitid>
<unittitle>13, January 25, 1966, letter to Mr. Resnick from E.E. Weiss
responding to a four-page report asking for letters from retired
home owners</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>11</unitid>
<unittitle>16, October 1964, letter from the Ulster County Community
College to E.E. Weiss thanking him for his constructive comment in
regard to a radio statement</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>12</unitid>
<unittitle>17, September 29, 1964, letter to Dale B. Lake from E.E.
Weiss in regards to Mr. Lake’s misuse of grammar during a radio
announcement</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>13</unitid>
<unittitle>18, December 7, 1964, letter to Mr. Beckwith from E.E. Weiss
in regards to Mr. Beckwith’s comment that “Life Line is Highly
Controversial”</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>14</unitid>
<unittitle>9, December 10, 1964, letter from Bob Beckwith to E.E. Weiss
in response to letter labeled document 18</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>15</unitid>
<unittitle>20, November 15, 1963, letter to American Standard from E.E.
Weiss asking for a replacement part for his Arcoflame
burner</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>16</unitid>
<unittitle>21, July 8, 1965, letter to the Ruberoid Co. from E.E. Weiss
requesting information pamphlets and booklets about their
product</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>17</unitid>
<unittitle>25A, September 4, 1907, fire insurance policy for the
dwelling owned by Andrew J. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>18</unitid>
<unittitle>26, September 4, 1907, fire insurance policy from the German
Company for Andrew J. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>19</unitid>
<unittitle>27A, June 15, 1907, Dwelling House Insurance (Royal
Company)</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>20</unitid>
<unittitle>28, December 14, 1904, receipt of interest on mortgage
payment paid by Andrew J. Weiss to O.A. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>21</unitid>
<unittitle>29, July 11, 1907, Receipt for interest on mortgage payment
paid by Andrew J. Weiss to O.A. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>22</unitid>
<unittitle>30, January 3, 1903, Receipt of interest on mortgage paid by
Andrew J. Weiss to J.M. Davis</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>23</unitid>
<unittitle>31, June 16, 1903, payment of interest for mortgage paid by
Andrew J. Weiss to J.M. Davis (agent)</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>24</unitid>
<unittitle>32, January 3, 1904, payment of interest paid by Andrew J.
Weiss to J.M. Davis (agent)</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>25</unitid>
<unittitle>33, December 29, 1906, payment of acct. of mortgage paid by
Andrew J. Weiss to O.A. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>26</unitid>
<unittitle>34, December 23, 1906, Payment of acct of mortgage by Andrew
J. Weiss to O.A. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>27</unitid>
<unittitle>35, July 3, 1901, Bill for $800 to be paid to Sophia le
Marrill</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>28</unitid>
<unittitle>36, June 17, 1904, bill from Davis<![CDATA[&]]>Co. to Andrew
J. Weiss in regards to fire insurance</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>29</unitid>
<unittitle>37, June 17, 1905, fire insurance policy to Andrew J. Weiss
from Northwestern National Insurance Co.</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>30</unitid>
<unittitle>39, August 21, 1922, fire insurance to Andrew J. Weiss from
The Mercantile Insurance Company of America</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>31</unitid>
<unittitle>40A, May 2, 1944, letter to Edson Weiss from John von
Blechen</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>32</unitid>
<unittitle>40B, May 2, 1944, envelope that item 40A came in</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>33</unitid>
<unittitle>41, July 17, 1944, letter to Edson Everette Weiss from 03780
Steve Ave Minneapolis, Minnesota</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>34</unitid>
<unittitle>42, September 5, 1944, letter to Edson Everette Weiss from
O.A. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>35</unitid>
<unittitle>43, June 14, 1902, mortgage paid to Andrew J. Weiss from
Elizabeth herring</unittitle>
</did>
</c03>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Items catalogued as numbers 51-100</unittitle>
<container type="box">1</container>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>65, Tuesday June 17- Wednesday June 25, letter from G.G. to
Ed talking about the weather and personal news at home</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>66, not dated, envelope containing oboe data and
drawings</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>3</unitid>
<unittitle>67, August 21, 1922, letter from Theodore C. Steve Co. to
Andrew J. Weiss in regards to the bill for the fire insurance
policy</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>4</unitid>
<unittitle>69, September 4, 1928, fire insurance from Superior Insurance
Company to Andrew J. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>5</unitid>
<unittitle>71, August 15, 1904, bill from Minneapolis Gas Light Company
to Andrew J. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>6</unitid>
<unittitle>73, November 4, 1943, letter from Bob at The Elastic Stop
Nuts Corp. to O.A. Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>7</unitid>
<unittitle>74, letter from Bob at the Elastic Stop Nuts Corp. to Orin A.
Weiss as an acknowledgement of a letter O.A. Weiss sent between
November 4, 1943 and November 19, 1943</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>8</unitid>
<unittitle>75, June 30, 1944, receipt from Georgia M. Erickson to E.
Weiss</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>9</unitid>
<unittitle>78, July 12, 1944, court judgment where the family of A.J.
Weiss (deceased) will not be responsible for the debt of A.A.
Weiss.</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>10</unitid>
<unittitle>83, not dated, sermon on Matthew 4, 13</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>11</unitid>
<unittitle>87A, October 22, 1964, letter to Mr. Agor from E.E. W.
thanking for editorial on LBJ</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>12</unitid>
<unittitle>87B, October 19, 1969, envelope from letter from Mr.
Agor</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>13</unitid>
<unittitle>89C, December 25, 1941, envelope from letter from Ruth to
Andrew and Edson</unittitle>
</did>
</c03>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Items catalogued as numbers 101-150</unittitle>
<container type="box">1</container>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>107, Saturday, card to Ed from Ponnil expressing sympathy for
father’s death</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>109, Saturday morning, letter to Orin from G.G.E thanking him
for birthday remembrance</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>3</unitid>
<unittitle>111, not dated, sermon on 1 Corinthians 29, 15</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>4</unitid>
<unittitle>112, not dated, sermon on Romans 14.7-10</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>5</unitid>
<unittitle>113, not dated, sermon on James 1, 25 Genesis 28, 20,
22</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>6</unitid>
<unittitle>114, not dated, sermon on the gospel where the man sends off
3 servants</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>7</unitid>
<unittitle>115, not dated, sermon on Ezekiel 11, 19th</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>8</unitid>
<unittitle>116, not dated, sermon on Acts 3, 8</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>9</unitid>
<unittitle>117, not dated, sermon on the First Book of
Romans</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>10</unitid>
<unittitle>118, not dated, sermon on John</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>11</unitid>
<unittitle>119, not dated, sermon on John 1 and Revelation 5,
9</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>12</unitid>
<unittitle>120, not dated, sermon on John 1</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>13</unitid>
<unittitle>121, not dated, sermon on John 10, 26</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>14</unitid>
<unittitle>122, not dated, sermon on Hebrews 9, 15 and John
1</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>15</unitid>
<unittitle>123, not dated, sermon on Isaiah 61, 3</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>16</unitid>
<unittitle>124, not dated, sermon on the relationship of Jacob and
Laban</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>17</unitid>
<unittitle>125, not dated, sermon not described</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>18</unitid>
<unittitle>126, not dated, sermon of Galatians 4, 22, 19</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>19</unitid>
<unittitle>127, not dated, sermon on Luke 29, 13, 14</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>20</unitid>
<unittitle>128, not dated, sermon on Ezekiel</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>21</unitid>
<unittitle>129, not dated, sermon on Mark 2, 10</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>22</unitid>
<unittitle>130, not dated, sermon on Meal. 4, 2</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>23</unitid>
<unittitle>131, not dated, sermon PS 62, 2 and John 13, 2</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>24</unitid>
<unittitle>135, 1952, letter from Edson Weiss to Jim and Jane telling
them about his recent move to New York</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>25</unitid>
<unittitle>136, January 17, 1952, letter to Edson from Marie on Masonic
temple paper</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>26</unitid>
<unittitle>140A, February 5, 1952, letter to Sou Pewey form E. Weiss
commenting on the increase in real estate taxes in NYC. 140B,
February 5, 1952, letter to Mayor Impellitteri from E. Weiss
discussing the increase in real estate taxes</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>27</unitid>
<unittitle>142, February 8, 1952, letter to I. Rvins from
Edson</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>28</unitid>
<unittitle>144, not dated, sermon on Mark 26-29</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>29</unitid>
<unittitle>145, not dated, sermon on Our Redemption, Isaiah 42, 16 and
Rev. 5, 9</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>30</unitid>
<unittitle>146, not dated, sermon on 2 Corinthians 9, 11</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>31</unitid>
<unittitle>147, not dated, sermon on Genesis 4, 9, 10, Isaiah 40, 1, 2
and 1 Timothy 6,12</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>32</unitid>
<unittitle>148, not dated, sermon on 1Corinthians3, 20</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>33</unitid>
<unittitle>149, not dated, sermon Col. 3, 1-4</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>34</unitid>
<unittitle>150, not dated, sermon on SS. 2,3,4</unittitle>
</did>
</c03>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Items catalogued as numbers 151-200</unittitle>
<container type="box">1</container>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>151, not dated, sermon on Acts 11, 26</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>152, not dated, sermon on Luke 4, 8 and Col. 3,
1-3</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>3</unitid>
<unittitle>153, not dated, sermon on Matthew 22, 11, 12</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>4</unitid>
<unittitle>154, not dated, sermon on 1 Cor. 6, 20</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>5</unitid>
<unittitle>155, not dated, sermon on Matthew 26, 29-9</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>6</unitid>
<unittitle>159, not dated, sermon on John 6, 6-8 and Jer.
13-23</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>7</unitid>
<unittitle>160, not dated, sermon on 1 Tim 1-15 and Luke 10,
42</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>8</unitid>
<unittitle>161, not dated, sermon on Ezekiel 2, 19, 22</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>9</unitid>
<unittitle>162, not dated, sermon on Exodus 32, 26 and Ezekiel 3, 17,
21, 18th and 33, and 2 Cor. 7, 10</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>10</unitid>
<unittitle>163, not dated, sermon, Ezekiel 2, 19-22</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>11</unitid>
<unittitle>164, not dated, sermon on Matthew 13, 30</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>12</unitid>
<unittitle>165, not dated, sermon on Meal? 4, 2</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>13</unitid>
<unittitle>166, not dated, sermon on Exodus 20, 8-10</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>14</unitid>
<unittitle>167, not dated, sermon on Isaiah 42, 16</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>15</unitid>
<unittitle>168, not dated, sermon Col. 1, 28 and John 1, 29</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>16</unitid>
<unittitle>169, not dated, sermon on Col. 1, 28</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>17</unitid>
<unittitle>171, not dated, letter from Bette Weiss (cousin) to
Orin</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>18</unitid>
<unittitle>176, not dated, unidentified sermon</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>19</unitid>
<unittitle>l 77, not dated, sermon on Malach? 3, 10</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>20</unitid>
<unittitle>178, not dated, sermon on Prov. 3, 56 and Acts 16,
30</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>21</unitid>
<unittitle>179, not dated, sermon on Romans 14, 7-10 and Numbers 14, 23,
24</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>22</unitid>
<unittitle>180, not dated, sermon on John 10, 16</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>23</unitid>
<unittitle>181, not dated, sermon on Joel 2, 18l 17, 12, 13 and Jer. 6,
16</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>24</unitid>
<unittitle>182, not dated, sermon on Proverbs 20, 1</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>25</unitid>
<unittitle>183, not dated, sermon on Ezekiel, 1, 19, 20</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>26</unitid>
<unittitle>184, not dated, sermon on 1 Tim 1, 14, 15</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>27</unitid>
<unittitle>185, not dated, sermon on Hebrews 11, 25</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>28</unitid>
<unittitle>186, not dated, sermon on Luke 10, 42 and john 21,
17</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>29</unitid>
<unittitle>187, 1909, card from Edna to Orin</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>30</unitid>
<unittitle>190A, July 30, 1979, card to Gladys from Lucy Aita and
daughter Joan</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>31</unitid>
<unittitle>190B, 1979, bookmarker from Florence wishing Gladys a Happy
Easter</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>32</unitid>
<unittitle>193, Thursday Morning, letter from Edson to G.G.</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>33</unitid>
<unittitle>194, September 26, 1919, insurance policy to Andrew J. Weiss
from Insurance Company of North America and the Fire Ass. Of
Phil.</unittitle>
</did>
</c03>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Items catalogued as numbers 200-244</unittitle>
<container type="box">1</container>
</did>
<c03 level="item">
<did>
<unitid>1</unitid>
<unittitle>203, December 8, 1902, receipt from A.J. Weiss to Elizabeth
J. Herring in the sum of $28 for the interest on loan of
$800</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>2</unitid>
<unittitle>204, June 13, 1904, receipts form A.J. Weiss to J. Wassett in
the sum of $24 in interest on loan</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>3</unitid>
<unittitle>205, December 10, 1902, receipts for fire insurance policy of
1902</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>4</unitid>
<unittitle>206, Filed December 11, 1888, legal document giving M.J.
Robertson power of attorney over Lewy Robertson</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>5</unitid>
<unittitle>207, Filed November 1885, papers giving power of attorney
from Matt J. Robertson to Leway Robertson</unittitle>
</did>
</c03>
<c03 level="item">
<did>
<unitid>6</unitid>