Files
context/html/georg-tree.html
T
2019-09-28 11:12:25 -04:00

4591 lines
694 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<!--
This Family Echo file is Copyright (c) Familiality Ltd.
This file may be distributed only in whole and unmodified, as part of a
family downloaded from Family Echo. You may make this file available on the
World Wide Web without modification, only if used to display a family
downloaded from Family Echo. You may make copies of this file for personal
archiving purposes, only as part of a family downloaded from Family Echo.
This file may not be distributed or copied for any other purpose. You are
not permitted to modify, merge, publish, sublicense, rent, sell, lease,
loan, decompile, reverse engineer or create derivative works from this file.
This copyright and license notice must be kept in all copies of this file.
-->
<STYLE>
body {margin:0px;}
body,td,select {font-family:arial; font-size:12px;}
a:link,a:active,a:visited {text-decoration:none; color:#000099;}
a:hover {text-decoration:underline;}
.lbody {background-color:#e1e1e1;}
.rbody {background-color:#ffffff;}
.mbody {background-color:#d6ddff; border:outset #666666 2px; padding:8px;}
.fullsize {width:100%; height:100%;}
.tm {margin-top:12px; margin-bottom:0px;}
.td {margin-top:24px; margin-bottom:0px;}
.pt {margin-top:12px; margin-bottom:24px; text-align:center; font-weight:bold; font-size:20px;}
.hiderows {display: none;}
.showrows {display: block; display:table-row-group;}
.dline {background:#444444; position:absolute; font-size:0px; line-height:0%;}
.ddotted {position:absolute; font-size:0px; line-height:0%; border:1px #444444 dotted;}
.dbox {border-radius:8px; border: solid black; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.dcella {text-align:center; color:#000000; overflow:hidden;}
.dcelld {text-align:center; color:#777777; overflow:hidden;}
.db,.db1,.db2,.db3,.db4 {display:block; overflow:hidden; font-size:1px;}
.db1,.db2,.db3,.db4 {height:1px;}
.db2,.db3,.db4 {border-left:1px solid #000; border-right:1px solid #000;}
.db1 {margin:0 5px; background:#000;}
.db2 {margin:0 3px; border-width:0 2px;}
.db3 {margin:0 2px;}
.db4 {margin:0 1px;}
.dc {display:block; border:0 solid #000; border-width:0 1px;}
.di {position:absolute; cursor:pointer; overflow:hidden;}
.sname {font-size:18px; font-weight:bold; color:#000000; text-align:center;}
.sdefname {font-size:18px; color:#666666; text-align:center;}
.simage {border:1px #666666 solid;}
.snormal {padding:2px 4px 2px 4px;}
.sleft {color:#222222; padding:2px 2px 2px 4px; text-align:right;}
.sright {width:176px; padding:2px 6px 2px 2px;}
.sboth {padding:2px 4px 2px 4px; text-align:center;}
.sfield {width:176px; font-family:arial; font-size:12px;}
.syear {width:3.5em;}
.sselect {font-family:arial; font-size:12px;}
.ibutton, .sbutton, .sbutton2 {font-family:arial; font-size:12px; padding:1px 0;}
.sbutton {width:240px;}
.sbutton2 {width:112px;}
.spanel {border-left:solid #666666 1px; border-right:solid #666666 1px; border-bottom:solid #666666 1px;}
.sswitch {padding-bottom:4px; border-bottom:solid #666666 1px; padding-left:5px; padding-top:5px; padding-right:5px;}
.sswitched {padding:4px; padding-bottom:5px; border-left:solid #666666 1px; border-top:solid #666666 1px; border-right:solid #666666 1px;}
.sswitchedlink {color:#222222;}
.sswitchedlink:hover {text-decoration:none;}
.slist a,.slist div {padding:2px 4px; display:block; color:#000;}
.slist a:hover {background:#ddd; text-decoration:none;}
.marginon {left:0px; top:0px; height:100%; margin-left:320px; margin-right:0px;}
.marginoff {left:0px; top:0px; height:100%; margin-left:0px; margin-right:0px;}
.dright {position:absolute; left:0px; width:100%}
.dleft {position:absolute; left:0px; top:0px; width:320px; border-right:solid #666666 1px; height:100%; overflow-y:auto;}
.blankpixel {background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== );}</STYLE>
<TITLE>Family Echo - Family 4</TITLE>
<META NAME="Description" CONTENT="Draw your printable family tree online. Free and easy to use, no login required. Add photos and share with your family. Import/export GEDCOM files.">
<SCRIPT language="JavaScript"><!--
var staticMode=true;
var hideSidebar=false;
var noCentering=false;
var defaultZoom=1.25;
var defaultDetail=null;
var defaultBirthName=0;
var defaultMiddleName=0;
var defaultShowPhoto=0;
var defaultCousins=2;
var defaultChildren=8;
var defaultParents=5;
var nameColors={
living : '#000',
deceased : '#777'
};
--></SCRIPT>
<script type="text/javascript">
function GE(e){
return document.getElementById(e);
};
function SV(e,v){
GE(e).value=v?v:"";
};
function GV(e){
return GE(e).value;
};
function SO(e,v){
var s=GE(e);
var v=v?v:"";
for(var j=0;j<s.options.length;j++){
if(s.options[j].value==v){
s.selectedIndex=j;
}
}
};
function GO(e){
var v=GE(e);
return v.options[v.selectedIndex].value;
};
function SS(e,s){
GE(e).style.display=s?"inline":"none";
};
function GS(e){
return GE(e).style.display!="none";
};
function SI(e,v){
GE(e).style.visibility=v?"visible":"hidden";
};
function GI(e){
return GE(e).style.visibility!="hidden";
};
function FS(e){
GE(e).focus();
GE(e).select();
};
function SR(e,s){
GE(e).className=s?"showrows":"hiderows";
};
function SH(e,h){
GE(e).innerHTML=h;
};
function ST(e,t){
GE(e).innerHTML=EH(t);
};
function NE(s){
return s.replace(/\r\n?/g,"\n");
};
function EH(v){
return v.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;");
};
function EL(v){
return v?EH(v.replace(/\n/g,"^$")).replace(/\^\$/g,"<BR>"):"";
};
function DT(){
return (new Date()).getTime();
};
function BR(_1,_2,_3){
var _4=_1+"ap_"+_2+".php?";
for(var j in _3){
if(_3[j]!=null){
_4+=(j+"="+escape(_3[j])+"&");
}
}
return _4;
};
function BA(_5,_6,_7){
return BR(_5,_6,_7)+"_="+(DT()+Math.random());
};
function AG(_8,_9,_a,_b){
new Ajax.Request(BA("ap/",_8,_9),{method:"post",onComplete:function(_c){
_a(_8,_b,((_c.status==200)&&_c.responseText)?eval("("+_c.responseText+")"):{});
}});
};
function AP(_d,_e,_f,_10,_11){
new Ajax.Request(BA("ap/",_d,_e),{method:"post",postBody:_f,onComplete:function(_12){
_10(_d,_11,((_12.status==200)&&_12.responseText)?eval("("+_12.responseText+")"):{});
}});
};
var Bw=null;
function CE(w){
Bw=w;
window.onerror=SE;
};
function TR(){
var s="";
for(var a=TR;a;a=a.caller){
s+=(a.name||a.toString().match(/function (\w*)/))+"<";
if(a.caller==a){
break;
}
}
return s;
};
function SE(m,u,l,w){
w=w||window;
if(Bw){
if(Bw.SE){
Bw.SE(m,u,l,w);
}
}else{
AP("log_js_error",{},m+"|"+(w?w.location:"")+"|"+u+"|"+l+"|",function(){
},null);
}
};
function RE(e){
alert(e);
};
function SC(n,v){
var d=new Date();
d.setTime(d.getTime()+365*86400000);
document.cookie=n+"="+v+"; expires="+d.toGMTString()+"; path=/";
};
function GC(n){
var cs=document.cookie.split(";");
for(var j=0;j<cs.length;j++){
var c=cs[j];
while(c.charAt(0)==" "){
c=c.substring(1,c.length);
}
if(c.substring(0,n.length+1)==(n+"=")){
return c.substring(n.length+1,c.length);
}
}
return null;
};
function UL(l){
var dw=self.screen.width,dh=self.screen.height;
if(top.innerHeight){
dw=top.innerWidth;
dh=top.innerHeight;
}else{
if(top.document.documentElement&&top.document.documentElement.clientHeight){
dw=top.document.documentElement.clientWidth;
dh=top.document.documentElement.clientHeight;
}else{
if(top.document.body){
dw=top.document.body.clientWidth;
dh=top.document.body.clientHeight;
}
}
}
var w=window.open(l.href,"uplink","toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1,"+"width="+(dw-64)+",height="+(dh-64));
if(w){
w.focus();
}
return !w;
};
</script> <script type="text/javascript">
var Fmn=["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var Fgn={"":"","f":"Female","m":"Male","o":"Other"};
function FAA(a,v){
a[a.length]=v;
};
function FRF(f,ap,fp){
for(var i in f){
var p=f[i];
p.c=[];
p.pc={};
p.fg=false;
if(p.m&&!f[p.m]){
p.m=null;
}
if(p.f&&!f[p.f]){
p.f=null;
}
if(p.s&&!f[p.s]){
p.s=null;
}
if(p.s){
p.pc[p.s]=true;
}
if(p.ep){
for(var j in p.ep){
if(p.ep[j]&&f[j]){
p.pc[j]=true;
}
}
}
}
var ai=0;
for(var i in f){
var p=f[i];
var mi=p.m;
var fi=p.f;
p.i=i;
p.h=null;
p.n=null;
p.hp=false;
ai++;
p.ai=ai;
if(p.p){
var _1=p.p.split(" ");
for(j=0;j<_1.length;j++){
if(_1[j].length){
p.h=_1[j];
var sn=p.l||p.q;
p.n=p.h+(sn?(" "+sn):"");
p.hp=true;
break;
}
}
}
if(mi&&fi){
f[mi].pc[fi]=true;
f[fi].pc[mi]=true;
}
if(mi){
FAA(f[mi].c,i);
}
if(fi){
FAA(f[fi].c,i);
}
}
for(var i in f){
var p=f[i];
var mi=p.m;
var fi=p.f;
if(!p.h){
if(i==ap){
p.h="Me";
}else{
if(i==fp){
p.h="Founder";
}else{
var r=p["^"];
if(r&&f[r]&&f[r].h){
if((r==mi)||(r==fi)){
p.h=FPT(f[r],((p.g=="f")?"Daughter":((p.g=="m")?"Son":"Child")));
}else{
if(f[r].m==i){
p.h=FPT(f[r],"Mother");
}else{
if(f[r].f==i){
p.h=FPT(f[r],"Father");
}else{
if((mi&&(f[r].m==mi))||(fi&&(f[r].f==fi))){
p.h=FPT(f[r],(((f[r].m==mi)&&(f[r].f==fi))?"":"Half ")+((p.g=="f")?"Sister":((p.g=="m")?"Brother":"Sibling")));
}else{
if(r==p.s){
p.h=FPT(f[r],"Partner");
}else{
if(f[r].pc[i]){
p.h=FPT(f[r],"Ex-partner");
}
}
}
}
}
}
}
}
}
if(!p.h){
p.h="Anon "+p.ai;
}
p.n=p.h;
}
p.cp=0;
for(var pi in p.pc){
p.cp++;
}
p.es=p.s||((p.cp==1)?pi:null);
}
if(fp){
FSR(f,fp,"fg",true,true,true,true,true,false);
}
};
function FSR(f,i,l,u,uu,d,dd,a,aa){
if(i&&f[i]&&!f[i][l]){
var p=f[i];
p[l]=true;
if(u){
FSR(f,p.m,l,uu,uu,dd,dd,aa,aa);
FSR(f,p.f,l,uu,uu,dd,dd,aa,aa);
}
if(d){
for(var j=0;j<p.c.length;j++){
FSR(f,p.c[j],l,false,false,dd,dd,aa,aa);
}
}
if(a){
FSR(f,p.es,l,uu,uu,dd,dd,aa,aa);
for(var pi in p.pc){
FSR(f,pi,l,uu,uu,dd,dd,aa,aa);
}
}
}
};
function FDF(f,i,si,sf,st){
for(var j in f){
f[j].cf=false;
}
FCF(f,i,"cf",null,si,sf,st);
var df=[];
for(var j in f){
if(!f[j].cf){
df[df.length]=j;
}
}
return df;
};
function FCF(f,i,l,fi,si,sf,st){
if(i&&f[i]&&!f[i][l]&&(i!=si)&&((i!=st)||(fi!=sf))){
var p=f[i];
p[l]=true;
FCF(f,p.m,l,i,si,sf,st);
FCF(f,p.f,l,i,si,sf,st);
for(var j=0;j<p.c.length;j++){
FCF(f,p.c[j],l,i,si,sf,st);
}
for(var pi in p.pc){
FCF(f,pi,l,i,si,sf,st);
}
}
};
function FCS(f,i){
for(var j in f){
f[j].sf=false;
}
FSR(f,i,"sf",true,true,true,true,false,true);
FSR(f,f[i].es,"sf",false,false,true,true,false,true);
for(var pi in f[i].pc){
FSR(f,pi,"sf",false,false,true,true,false,true);
}
var sf=[];
for(var j in f){
if(f[j].sf){
sf[sf.length]=j;
}
}
return sf;
};
function FMS(f,mi,fi){
return f[mi]&&f[fi]&&(f[mi].s==fi)&&(f[fi].s==mi);
};
function FGM(g){
return (g=="f")?-1:((g=="m")?1:0);
};
function FCM(p1,p2){
return (p1?FGM(p1.g):0)-(p2?FGM(p2.g):0);
};
function FSM(f,i,si){
var cm=FCM(i?f[i]:null,si?f[si]:null);
return cm?(cm<0):(si?(i<si):false);
};
function FIG(g){
return (g=="m")?"f":((g=="f")?"m":null);
};
function FPR(f,i){
var p=f[i];
for(var j in f){
f[j].rf=false;
}
FSR(f,i,"rf",false,false,true,true,false,false);
f[i].rf=false;
FSR(f,i,"rf",false,false,false,false,true,false);
FSR(f,p.m,"rf",true,true,false,false,false,false);
FSR(f,p.f,"rf",true,true,false,false,false,false);
var ra=[];
for(var j in f){
if(!f[j].rf){
FAA(ra,j);
}
}
return ra;
};
function FAR(f,i,si){
for(var j in f){
f[j].pf=false;
}
for(var pi in f[i].pc){
FSR(f,pi,"pf",true,false,false,false,false,false);
}
FSR(f,i,"pf",false,false,true,true,false,false);
if(si){
FPR(f,si);
}
var pa=[];
for(var j in f){
if((!f[j].pf)&&((!si)||f[si].pc[j]||(!f[j].rf))){
FAA(pa,j);
}
}
return pa;
};
function FPD(d){
try{
return {d:parseInt(d.substring(6,8),10),m:parseInt(d.substring(4,6),10),y:parseInt(d.substring(0,4),10)};
}
catch(e){
return "";
}
};
function FDT(d){
var p=FPD(d?d.toString():"");
return (p.m?((p.d?(p.d+" "):"")+Fmn[p.m]+" "):"")+(p.y?p.y:"");
};
function FDE(v,m,l){
v=parseInt(v);
v="0000"+((isNaN(v)||(v<0))?0:((v>m)?m:v));
return v.substring(v.length-l,v.length);
};
function FDS(d,m,y){
return FDE(y,9999,4)+FDE(m,12,2)+FDE(d,31,2);
};
function FPT(p,r){
return r+" of "+p.h;
};
function FCC(p1,p2){
var b1=(p1.b&&parseInt(p1.b.substring(0,4),10))?parseInt(p1.b,10):99999999;
var b2=(p2.b&&parseInt(p2.b.substring(0,4),10))?parseInt(p2.b,10):99999999;
if(b1<b2){
return -1;
}else{
if(b2<b1){
return 1;
}
}
if(p1.ai<p2.ai){
return -1;
}else{
if(p1.ai>p2.ai){
return 1;
}
}
return 0;
};
function FSC(f,ci){
var cp=[];
for(var j=0;j<ci.length;j++){
cp[cp.length]=f[ci[j]];
}
cp.sort(FCC);
ci.length=0;
for(var j=0;j<cp.length;j++){
ci[ci.length]=cp[j].i;
}
};
function FLA(f,i){
var ac=[];
var c=f[i].c;
for(var j=0;j<c.length;j++){
var cp=f[c[j]];
if(!(cp.m&&f[cp.m]&&cp.f&&f[cp.f])){
FAA(ac,c[j]);
}
}
FSC(f,ac);
return ac;
};
function FLP(f,i,pi){
var tc=[];
var c=f[i].c;
for(var j=0;j<c.length;j++){
var cp=f[c[j]];
if(((cp.m==i)&&(cp.f==pi))||((cp.f==i)&&(cp.m==pi))){
FAA(tc,c[j]);
}
}
FSC(f,tc);
return tc;
};
function FLS(f,i){
var bs=[];
var mi=f[i].m;
var fi=f[i].f;
var cs={};
if(mi&&f[mi]){
var c=f[mi].c;
for(var j=0;j<c.length;j++){
cs[c[j]]=true;
}
}
if(fi&&f[fi]){
var c=f[fi].c;
for(var j=0;j<c.length;j++){
cs[c[j]]=true;
}
}
for(var j in cs){
if(j!=i){
if(((f[j].m==mi)&&(f[j].f==fi))||((f[j].m==fi)&&(f[j].f==mi))){
FAA(bs,j);
}
}
}
FSC(f,bs);
return bs;
};
</script> <script type="text/javascript">
var Efa={};
var Efo;
var Ewr;
var Ewp=null;
var Ead;
var Eve;
var Ezf,Esd=null,Ebn=false,Emn=false,Esp=false;
var Eeq=[];
var Esc=false;
var Ess="",Eis="";
var Eec=null;
var Epc=null;
var staticModeAfterRead;
var lastHash,currentHash;
var Elb=null;
var Ebi;
var Esb;
var Elh=null;
function PL(){
if(!staticMode){
CE();
}
if(hideSidebar){
ESI(false);
}
if(staticMode||((typeof (Ajax)!="undefined")&&Ajax.getTransport())){
window.onbeforeunload=EPU;
var c=GC("zoomfactor");
var zf=parseFloat((c===null)?defaultZoom:c);
Ezf=((zf>=0.25)&&(zf<=2))?zf:1.25;
var c=GC("showbirthname");
Ebn=parseInt((c===null)?defaultBirthName:c)?true:false;
var c=GC("showmiddlename");
Emn=parseInt((c===null)?defaultMiddleName:c)?true:false;
var c=GC("showphoto");
Esp=parseInt((c===null)?defaultShowPhoto:c)?true:false;
var c=GC("showdetail");
Esd=(c===null)?defaultDetail:c;
NSD(Esd);
var c=GC("showcousins");
NSC((c===null)?defaultCousins:c);
var c=GC("showchildren");
NSH((c===null)?defaultChildren:c);
var c=GC("showparents");
NSA((c===null)?defaultParents:c);
Ebi=(document.all&&(navigator.userAgent.toLowerCase().indexOf("msie")>=0));
Esb=(navigator.userAgent.toLowerCase().indexOf("safari")>=0);
TIS(GE("treemargin"));
if(staticMode){
Ewr=false;
Efo=GV("founderid");
var h=new String(window.location.hash);
if(h.length&&(h.charAt(0)=="#")){
h=h.substring(1);
}
var a=h.split(":");
var m=a[0];
var i=a[1];
if(i){
SV("viewpersonid",i);
}
if(m){
SV("viewmode",m);
}
SS("printbutton",false);
ERP(false);
}else{
Ewr=true;
Ead=true;
Efo=GV("personid");
var fi=GV("familyid");
var ic=GV("importcacheid");
if(fi||ic){
AG("family_read",{f:fi,i:ic,p:GV("personid"),c:GV("checksum"),s:GV("sessionid")},EFR,fi&&(ic||GV("newscript").length));
}else{
ERP(false);
}
}
}else{
SS("treebg",false);
SS("noajax",true);
}
};
function page_resized(){
nav_position_find();
};
function ESB(l){
if(!Esb){
if(Ebi){
Elh=l;
setTimeout("GE('backframe').src='back.htm?"+l+"';",100);
}else{
window.location.hash=l;
}
}
};
function EBI(l){
var h=new String(l.search);
var p=h.lastIndexOf("?");
if(p>=0){
h=h.substring(p+1);
}
if(Elh&&(Elh!=h)){
return;
}
Elh=null;
window.location.hash=h;
};
function EBT(){
if(!Esb){
var h=new String(window.location.hash);
if(h.length&&(h.charAt(0)=="#")){
h=h.substring(1);
}
if(Elh&&(Elh!=h)){
return;
}
var a=h.split(":");
var m=a[0];
var i=a[1];
lastHash=currentHash;
currentHash=m;
if((i&&(i!=GV("viewpersonid")))||(m&&(m!=GV("viewmode")))){
if((Eec!==null)&&(i==Epc)&&(m==="view")){
EFE(false);
}else{
if(i&&Efa[i]){
SV("viewpersonid",i);
}
if(m){
SV("viewmode",m);
}
EUS(false,null,null,true,true);
}
}
}
};
function EPU(e){
if((!Esc)&&(!staticMode)){
if(GV("newscript").length||GV("importcacheid")){
e=e||window.event;
var m="If you leave this page before saving, your changes to this family will be lost.";
e.returnValue=m;
return m;
}
}
};
function ESC(){
Esc=true;
};
function EFR(_1,_2,_3){
if(_3.ok){
Efa={};
if(_3.f){
if(_3.ar){
ERS(_3.t);
Ess=_3.t;
Eve=_3.v;
Ewr=_3.aw;
Ewp=_3.pw?GV("personid"):null;
Ead=_3.aa;
Efo=_3.fp;
}else{
RE("You do not have permission to view this family");
}
}
if(_3.m){
ERS(_3.m);
Eis=_3.m;
if(_3.ro){
staticMode=true;
staticModeAfterRead=true;
Ewr=false;
Ewp=false;
SS("do_signin",false);
SH("lfooterlinks","Family displayed via the <A HREF=\"http://www.familyecho.com/\" TARGET=\"_blank\">Family Echo</A> API.");
}
if(_3.lo){
SH("lfamilyname",_3.lo);
}
}
}else{
RE("This family could not currently be located. This may be due to occasional system maintenance, so please try again in a few hours.");
}
ERP(_2);
};
function ERP(_4){
ERS(GV("newscript"));
if(Esd===null){
Esd="";
for(var j in Efa){
if(Efa[j].r){
Esp=true;
}
}
NSD(Esd);
}
EUS(true,null,GV("viewmode"),true,false);
if(_4){
ESS();
}else{
EUL(false);
}
setInterval(EBT,250);
};
function EUS(r,i,m,d,s,_5){
var pi=Evp=GV("viewpersonid");
var pm=viewMode=GV("viewmode");
if(r){
var ap=GV("personid");
if(Efo&&!Efa[Efo]){
Efa[Efo]={};
}
FRF(Efa,ap,Efo);
if(ap&&Efa[ap]){
NSP(ap);
SV("name",Efa[ap].n);
SV("email",Efa[ap].e);
}else{
NSP(Efo);
}
var fc=0;
for(var j in Efa){
fc++;
}
NCP(fc);
if((staticMode||GV("familyid"))&&Efo&&Efa[Efo]){
if(!staticMode){
var _6=GE("lfamilyinfo"),_7="Founded by "+Efa[Efo].n,_8="<a href=\"\" onclick=\"ESM('history'); return false\">View history...</a>";
_6.innerHTML=EH(_7)+" - "+_8;
}else{
ST("lfamilyinfo",(Efo&&Efa[Efo])?("Founded by "+Efa[Efo].n):"");
}
}else{
ST("lfamilyinfo","");
}
}
if(i){
Evp=i;
}
if(m){
viewMode=m;
}
if((!Evp)||(!Efa[Evp])){
if(Efo&&Efa[Efo]){
Evp=Efo;
}else{
for(Evp in Efa){
break;
}
}
}
SV("viewpersonid",Evp);
SV("viewmode",viewMode);
if(viewMode=="history"){
ESI(true);
if((!Esb&&lastHash!=viewMode)||(Esb&&m)){
GE("extraframe").src="history.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
}
SI("extradiv",true);
}else{
if(viewMode=="share"){
ESI(true);
GE("extraframe").src="share.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&i="+escape(Evp)+"&s="+escape(GV("sessionid"))+"&z="+((Efa[Evp].z!="1")?0:1)+(_5!==undefined?"&return="+_5:"");
SI("extradiv",true);
}else{
if(viewMode=="download"){
ESI(true);
GE("extraframe").src="download.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
SI("extradiv",true);
}else{
if(viewMode=="print"){
ESI(true);
if(m){
GE("extraframe").src="print.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
}
SI("extradiv",true);
}else{
if(viewMode=="import"){
ESI(true);
GE("extraframe").src="import.php?p="+escape(GV("personid"));
SI("extradiv",true);
}else{
if(viewMode=="importfinish"){
}else{
if(GI("extradiv")){
GE("extraframe").src="";
SI("extradiv",false);
}
}
}
}
}
}
}
if(navigator.userAgent.match(/(iPod|iPhone|iPad)/)&&navigator.userAgent.match(/AppleWebKit/)){
SS("extradiv",GI("extradiv"));
}
SSE(Evp,viewMode);
var uf=(viewMode=="website")?"w":((viewMode=="blog")?"B":((viewMode=="photos")?"P":null));
if(uf){
GE("externalurl").src=Efa[Evp][uf];
SS("externaldiv",true);
SSU(true);
}else{
if(GS("externaldiv")){
SS("externaldiv",false);
GE("externalurl").src="";
SSU(false);
}
}
if(i||m){
ESB(viewMode+":"+Evp);
}
if(d||(Evp!=pi)){
TRT(Efa,Evp,GV("personid"),Esd,Ebn,Emn,Esp,NGH(),NGA(),NGC(),pi,Ezf,s);
NRT();
}
if(r||(Evp!=pi)){
if(parent&&parent.postMessage){
parent.postMessage("focus="+Evp,"*");
}
}
};
function EUF(){
EUS(true,null,null,true,false);
};
function ERF(){
EUS(false,null,null,true,true);
};
function ESP(i,s){
EHW();
for(var j=0;j<(Eeq.length-1);j++){
if(Eeq[j]==i){
Eeq.splice(j,1);
EUS(false,i,"edit",false,s);
return;
}
}
var vm=GV("viewmode");
Eeq=[];
EUS(false,i,((vm=="share")||(vm=="print")||(vm=="history"))?null:"view",false,s);
};
function ESM(m,_9){
EUS(false,null,m,false,false,_9);
};
function ECS(){
Eec=GV("newscript").length;
Epc=GV("viewpersonid");
};
function ESE(r,i,b){
Eeq=[];
for(var j=1;j<i.length;j++){
Eeq[Eeq.length]=i[j];
}
Eeq[Eeq.length]=b;
EHW();
EUS(r,i[0],"edit",r,true);
};
function EFE(a){
if(a){
if(Eeq.length<=1){
ESS();
EHW();
EUS(false,Eeq.length?Eeq[0]:null,"view",false,true);
Eec=null;
}else{
EUS(false,Eeq.shift(),"edit",false,true);
}
}else{
if(Eec!==null){
ESM("view");
Efa={};
ERS(Ess);
ERS(Eis);
var ks=GV("newscript");
ks=ks.substring(0,Eec);
SV("newscript",ks);
ERS(ks);
Eec=null;
EUS(true,Epc,"view",true,true);
}else{
EUS(true,null,"view",true,true);
}
EUL(false);
}
};
function EFV(i,p,v){
if(i){
Efa[i]=Efa[i]||{};
if((p=="x")||(p=="s")){
if(Efa[i].s&&Efa[Efa[i].s]){
Efa[Efa[i].s].s=null;
}
}
if(p=="x"){
delete Efa[i];
}else{
if((p=="s")&&v){
Efa[v]=Efa[v]||{};
if(Efa[v].s&&Efa[Efa[v].s]){
Efa[Efa[v].s].s=null;
}
Efa[v].s=i;
}
Efa[i][p]=v?v:null;
}
}
};
function EPV(i1,i2,p,v){
if(i1&&i2){
Efa[i1]=Efa[i1]||{};
Efa[i2]=Efa[i2]||{};
var fn=p+"p";
Efa[i1][fn]=Efa[i1][fn]||{};
Efa[i2][fn]=Efa[i2][fn]||{};
Efa[i1][fn][i2]=v.length?v:null;
Efa[i2][fn][i1]=v.length?v:null;
}
};
function ERS(s){
var c=ECL(s);
for(var j=0;j<c.length;j++){
var e=c[j];
var i=e.t.substring(1,e.t.length);
var v=e.v.replace(/\\t/g,"\t").replace(/\\n/g,"\n").replace(/\\\\/g,"\\");
if(e.t.charAt(0)=="i"){
EFV(i,e.p,v);
}else{
if(e.t.charAt(0)=="p"){
var ii=i.split(" ");
EPV(ii[0],ii[1],e.p,v);
}
}
}
};
function ECL(s){
var l=NE(s).split("\n");
var c=[];
for(var j=0;j<l.length;j++){
var e=l[j].split("\t");
for(var k=1;k<e.length;k++){
c[c.length]={t:e[0],p:e[k].charAt(0),v:e[k].substring(1,e[k].length)};
}
}
return c;
};
function EOS(s){
var c=ECL(s);
var os="";
var pi=null;
var pc=[];
for(var j=0;j<c.length;j++){
var e=c[j];
if(e.t!=pi){
if(pi){
os+=pi+"\t"+pc.join("\t")+"\n";
}
pi=e.t;
pc=[];
}
var pl=pc.length;
pc[((pl>0)&&(pc[pl-1].charAt(0)==e.p))?(pl-1):pl]=e.p+e.v;
}
if(pi){
os+=pi+"\t"+pc.join("\t")+"\n";
}
return os;
};
function EFC(i,c){
for(var p in c){
var v=c[p]?NE(new String(c[p])):"";
EFV(i,p,v);
GE("newscript").value+="\ni"+i+"\t"+p.charAt(0)+v.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t");
}
EUL(false);
};
function EPC(i1,i2,c){
for(var p in c){
var v=c[p]?NE(new String(c[p])):"";
EPV(i1,i2,p,v);
GE("newscript").value+="\np"+i1+" "+i2+"\t"+p.charAt(0)+v.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t");
}
EUL(false);
};
function EFI(){
var c="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
for(var j=0;j<1000;j++){
var i="";
for(k=0;k<5;k++){
i+=c.charAt(Math.floor(Math.random()*(k?36:26)));
}
if(!Efa[i]){
break;
}
}
return i;
};
var Edf=false;
function ESS(){
if(!staticMode){
var fi=GV("familyid");
var ic=GV("importcacheid");
if(fi&&!Edf){
var _a=GV("newscript").length;
if(_a||ic){
Edf=true;
AP("family_append",{f:fi,i:ic,p:GV("personid"),c:GV("checksum"),v:Eve},EOS(GV("newscript")),ESR,_a);
EUL(false);
}else{
Edf=true;
EUL(false);
Edf=false;
setTimeout("EUL(true);",500);
}
}
}
};
function ESR(_b,_c,_d){
Edf=false;
if(_d.ok){
Eve=_d.v;
Ess+="\n"+Eis;
Eis="";
SV("importcacheid","");
var ns=GV("newscript");
Ess+=ns.substring(0,_c);
SV("newscript",ns.substring(_c,ns.length));
if(_d.t){
Efa={};
ERS(_d.t);
Ess=_d.t;
ERS(GV("newscript"));
EUS(true,null,null,true,false);
}
}else{
RE("The family could not be saved - please try again");
}
EUL(true);
};
function EUL(js){
if(!staticMode){
var _e=GV("newscript").length;
var ic=GV("importcacheid");
if(Edf){
p="lsaving";
}else{
if(_e||ic){
p="lsave";
}else{
if(!Ewr){
p=Ewp?"lwriteone":"lreadonly";
}else{
p=js?"lsaved":"linitial";
}
}
}
var es=["linitial","lreadonly","lwriteone","lsave","lsaving","lsaved"];
for(j=0;j<es.length;j++){
SS(es[j],p==es[j]);
}
var fi=GV("familyid");
var si=GV("sessionid");
SS("savefamily",(Ewr||_e||ic)&&fi);
SS("sharefamily",Ewr&&si&&fi);
SSF();
}
};
function EAS(){
AP("userfamily_add",{s:GV("sessionid"),f:GV("familyid"),p:GV("personid"),c:GV("checksum")},"",EAR,null);
};
function EAR(_f,_10,_11){
if(_11.ok){
ST("lfamilyname",_11.n);
SS("addfamily",false);
}else{
RE(_11.er||"The family could not be added");
}
};
function EBS(){
var ap=GV("personid");
ESP((ap&&Efa[ap])?ap:Efo,true);
};
function ECZ(zi){
if(zi&&(Ezf<2)){
Ezf+=0.25;
}else{
if((!zi)&&(Ezf>0.5)){
Ezf-=0.25;
}
}
SC("zoomfactor",Ezf);
ERF();
};
function ECD(d,bn,mn,sp){
if(d!==null){
SC("showdetail",d);
Esd=d;
}
if(bn!==null){
SC("showbirthname",bn?1:0);
Ebn=bn;
}
if(mn!==null){
SC("showmiddlename",mn?1:0);
Emn=mn;
}
if(sp!==null){
SC("showphoto",sp?1:0);
Esp=sp;
}
NSD(Esd);
ERF();
};
function ECO(){
SC("showcousins",NGC());
ERF();
};
function ECH(){
SC("showchildren",NGH());
ERF();
};
function ECP(){
SC("showparents",NGH());
ERF();
};
function ETK(){
var ns=!GS("keydiv");
if(ns){
KDK(GE("keycontent"));
}
SS("keydiv",ns);
NKS(ns);
};
function ETI(){
var w=GE("leftdiv").offsetWidth;
var s=TGS();
var v=GI("leftdiv");
ESI(!v);
hide_find_list();
direct_scroll_to(s.left+(v?-w:w),s.top);
TCD(GE("treebg"),Evp,250);
};
function ESI(s){
var c=s?"marginon":"marginoff";
GE("treemargin").className=c;
GE("externalmargin").className=c;
GE("navmargin").className=c;
GE("welcomemargin").className=c;
GE("keymargin").className=c;
SI("leftdiv",s);
NSS(s);
};
function EFB(i){
var sf=FCS(Efa,i);
SV("do_startbranch",sf.join("\t"));
document.topform.submit();
};
function EIU(r){
if(staticMode){
var e=GE("image-"+r);
return e?e.src:"image-"+r+".jpg";
}else{
return BR("ap/","image_read",{f:GV("familyid"),p:GV("personid"),c:GV("checksum"),r:r});
}
};
function EHW(){
SS("welcomediv",false);
};
function KDK(o){
var d=TND();
TAE(d,"m",{g:"m",h:"Blue is male"},0,0,false);
TAE(d,"f",{g:"f",h:"Pink is female"},1,0,false);
TAE(d,"w",{h:"Thick\nlines..."},0,1,false);
TAE(d,"h",{h:"...show partners"},1,1,false);
TAL(d,0,1,1,1,true);
TAE(d,"b",{g:"f",h:"Mother"},2.5,0,false);
TAE(d,"g",{g:"m",h:"Father"},3.5,0,false);
TAL(d,2.5,0,3.5,0,false);
TAE(d,"d",{g:"f",h:"Daughter"},2.5,1,false);
TAE(d,"s",{g:"m",h:"Son"},3.5,1,false);
TAL(d,3,0,3,0.5,false);
TAL(d,2.5,0.5,3.5,0.5,false);
TAL(d,2.5,0.5,2.5,1,false);
TAL(d,3.5,0.5,3.5,1,false);
TAE(d,"z",{h:"Deceased are faded",z:1},5,0,false);
TAE(d,"o",{h:"Dotted lines lead to more"},5,1,false);
TAL(d,5,1,5,0.6,null);
TAL(d,5,1,4.55,1,null);
TRD(d,"",false,false,false,o,null,false,false,1,null);
};
function ESL(){
return {s:Ess.length,i:Eis.length,n:GV("newscript").length};
};
function ECI(c,s){
EHW();
SV("importcacheid",c);
SV("newscript","");
Efa={};
Eis=s;
ERS(s);
EUS(true,null,"view",true,false);
EUL(false);
};
function ESA(){
SV("importcacheid","");
SV("newscript","");
Efa={};
Eis="";
EUS(true,null,"edit",true,false);
EUL(false);
SS("welcomediv",true);
};
</script> <script type="text/javascript">
var Btc={pd:4};
function BCG(f,ci,h){
var ds=[];
var tw=0;
for(var j=0;j<ci.length;j++){
var i=ci[j];
var d=BDD(f,i,h);
ds[ds.length]=d;
tw+=d.w;
}
var fl=ds[0].l;
var lr=ds[ds.length-1].r;
return {ds:ds,tw:tw,fl:fl,lr:lr,aw:(tw+fl-lr)};
};
function BCD(d,ds,aw,cx,cy,vx,vy){
var al=cx-aw/2;
var ar=cx+aw/2;
if((vx<al)||(vx>ar)){
TAL(d,vx,vy,vx,cy-0.75,false);
TAL(d,vx,cy-0.75,cx,cy-0.75,false);
TAL(d,cx,cy-0.75,cx,cy-0.5,false);
}else{
TAL(d,vx,vy,vx,cy-0.5,false);
}
TAL(d,al,cy-0.5,ar,cy-0.5,false);
var x=cx-aw/2+ds[0].l;
for(var j=0;j<ds.length;j++){
var cd=ds[j];
TAL(cd,0,0,0,-0.5,false);
TAD(d,cd,x-cd.l,cy);
x+=cd.w;
}
};
function BAE(d,f,i,si,x,y,dp,sr,da){
TAE(d,i,f[i],x,y);
if(dp&&(f[i].m||f[i].f)){
TAL(d,x,y,x,y-0.425,null);
}
if((sr!==null)&&(f[i].cp>((si&&f[i].pc[si])?1:0))){
TAL(d,x,y,x+(sr?0.45:-0.45),y,null);
}
if(da){
var ac=FLA(f,i);
if(ac.length){
TAL(d,x,y,x,y+0.35,null);
}
}
};
function BDA(d,f,i,si,h,dr,fx,cy){
var p=f[i];
var yt=0;
for(var pi in p.pc){
if(pi!=si){
yt++;
}
}
var ot=Math.min(0.1*(yt-1),0.15);
var ly=cy+ot/2;
var yo=(yt>1)?(ot/(yt-1)):0;
var yi=0;
for(var pi in p.pc){
if(pi!=si){
BDH(d,f,i,pi,FLP(f,i,pi),h,dr,fx,cy,ly);
ly-=yo;
}
}
};
function BDH(d,f,i,pi,ci,h,dr,fx,cy,ly){
if(ci.length){
var ds=BCG(f,ci,h);
var cx=dr?(d.r-ds.fl+ds.aw/2):(d.l-ds.lr-ds.aw/2);
var px=cx+(dr?0.5:-0.5);
BCD(d,ds.ds,ds.aw,cx,cy+1,(pi&&f[pi])?cx:fx,ly);
}else{
var cx=dr?d.r:(d.l-1);
var px=cx;
}
if(pi&&f[pi]){
BAE(d,f,pi,i,px,cy,true,dr,true);
TAL(d,fx,ly,(pi&&f[pi])?px:cx,ly,FMS(f,i,pi));
}
};
function BSS(d,f,p,si,h,cy){
var li=[],ri=[];
for(var j=0;j<si.length;j++){
if(FCC(p,f[si[j]])<0){
ri[ri.length]=si[j];
}else{
li[li.length]=si[j];
}
}
al=BDS(d,f,li,h,false,cy);
ar=BDS(d,f,ri,h,true,cy);
return {al:al,ar:ar,ll:li.length,rl:ri.length};
};
function BDS(d,f,si,h,dr,cy){
var al=0;
for(var j=0;j<si.length;j++){
var sd=BDD(f,si[dr?j:(si.length-j-1)],h);
var x=dr?(d.r-sd.l):(d.l-sd.r);
TAD(d,sd,x,cy);
TAL(d,x,cy,x,cy-0.5);
al=x;
}
return al;
};
function BPS(d,f,pi,oi,ph,h,dr,fx){
var p=f[pi];
if(p.m||p.f){
var px=fx;
if(ph<=1){
TAL(d,fx,-1,fx,-1.4,null);
}else{
if(h>0){
var bs=FLS(f,pi);
if(bs.length){
if(oi&&f[oi]&&(f[oi].f||f[oi].m)){
var al=BDS(d,f,bs,h-1,dr,-1);
var ar=fx;
}else{
var aa=BSS(d,f,p,bs,h-1,-1);
var al=aa.ll?aa.al:fx;
var ar=aa.rl?aa.ar:fx;
var px=(al+ar)/2;
if(Math.abs(px-fx)>Btc.pd){
px=fx+0.5*(aa.rl-aa.ll);
}
if(p.m&&p.f){
px+=(dr?-0.5:0.5);
}
}
TAL(d,al,-1.5,ar,-1.5);
}
}
TAL(d,fx,-1,fx,-1.5);
TAD(d,BAD(f,pi,ph-1,dr,h>0),px,-1);
}
}
};
function BAD(f,i,h,dr,dc){
var d=TND();
var p=f[i];
if(h>0){
var ox=0;
if(p.m||p.f){
if(p.m&&p.f){
var i1=dr?p.m:p.f;
var i2=dr?p.f:p.m;
TAD(d,BAD(f,i1,h-1,dr,false),0,-1);
BAE(d,f,i1,i2,0,-1,false,!dr,true);
ox=dr?d.r:(d.l-1);
TAD(d,BAD(f,i2,h-1,dr,false),ox,-1);
BAE(d,f,i2,i1,ox,-1,false,dr,true);
TAL(d,0,-1,ox,-1,FMS(f,i1,i2));
}else{
var pi=p.m||p.f;
TAD(d,BAD(f,pi,h-1,dr,false),0,-1);
BAE(d,f,pi,null,0,-1,false,f[pi].g!="m",false);
}
TAL(d,ox/2,-0.5,ox/2,-1,false);
TAL(d,ox/2,-0.5,0,-0.5,false);
if(!dc){
TAL(d,0,-0.5,0,0,false);
var bs=FLS(f,i);
if(bs.length){
TAL(d,ox/2,-0.5,ox/2+(dr?0.1:-0.1),-0.5,null);
}
}
}
}else{
if(p.m||p.f){
TAL(d,0,-0.4,0,0,null);
}
}
return d;
};
function BDD(f,i,h){
var p=f[i];
var d=TND();
var sr=FSM(f,i,p.es);
var sx=sr?1:-1;
if(h>0){
TAE(d,i,p,0,0);
var ac=FLA(f,i);
if(ac.length){
var ds=BCG(f,ac,h-1);
BCD(d,ds.ds,ds.aw,0,1,0,0);
}
if(p.es){
var tc=FLP(f,i,p.es);
if(tc.length){
var ds=BCG(f,tc,h-1);
if(ac.length){
sx=sr?(d.r+(ds.tw-ds.fl-ds.lr)/2+0.5):(d.l-(ds.tw+ds.lr+ds.fl)/2-0.5);
}
var cx=sr?(sx-0.5):(sx+0.5);
BCD(d,ds.ds,ds.aw,cx,1,cx,0);
}
TAL(d,0,0,sx,0,FMS(f,i,p.es));
BAE(d,f,p.es,i,sx,0,true,null,false);
var _1=FLA(f,p.es);
if(_1.length){
var ds=BCG(f,_1,h-1);
BCD(d,ds.ds,ds.aw,sr?(d.r+(ds.tw-ds.fl-ds.lr)/2):(d.l-(ds.tw+ds.lr+ds.fl)/2),1,sx,0);
}
BDA(d,f,p.es,i,h-1,sr,sx,0);
}
BDA(d,f,i,p.es,h-1,!sr,0,0);
}else{
BAE(d,f,i,null,0,0,false,sr,true);
}
return d;
};
function BGH(f,i){
var p=f[i];
var hc=p.es;
var ac=FLA(f,i);
if(hc&&(!p.m)&&(!p.f)&&p.pc[hc]&&(p.cp==1)&&(ac.length==0)){
return hc;
}
return null;
};
function BFT(f,i,m,ch,ph,co){
var p=f[i];
var hc=BGH(f,i);
if(hc&&!BGH(f,hc)){
var d=TND();
var od=BFT(f,hc,m,ch,ph,co);
TAD(d,od,-od.e[i].x,-od.e[i].y);
d.e[hc].k=false;
}else{
var d=BDD(f,i,ch);
if(ph>0){
var al=0,ar=0,px=0;
var bs=FLS(f,i);
if(bs.length){
var aa=BSS(d,f,p,bs,co,0);
al=aa.al;
ar=aa.ar;
px=(al+ar)/2;
if(Math.abs(px)>Btc.pd){
px=0.5*(aa.rl-aa.ll);
}
TAL(d,al,-0.5,ar,-0.5,false);
}
if(p.m||p.f){
TAL(d,0,0,0,-0.5,false);
TAL(d,px,-0.5,px,-1,false);
if(p.m&&p.f){
var mx=px-0.5,fx=px+0.5;
TAL(d,mx,-1,fx,-1,FMS(f,p.m,p.f));
}else{
var mx=px,fx=px;
}
if(p.m){
var pm=f[p.m];
TAE(d,p.m,pm,mx,-1);
}
if(p.f){
var pf=f[p.f];
TAE(d,p.f,pf,fx,-1);
}
if(p.m){
var ac=FLA(f,p.m);
if(ac.length&&p.f){
BDH(d,f,p.m,null,ac,co,false,mx,-1,-1);
}
BDA(d,f,p.m,p.f,co,false,mx,-1);
}
if(p.f){
var ac=FLA(f,p.f);
if(ac.length&&p.m){
BDH(d,f,p.f,null,ac,co,true,fx,-1,-1);
}
BDA(d,f,p.f,p.m,co,true,fx,-1);
}
if(p.m){
BPS(d,f,p.m,p.f,ph,co,false,mx);
}
if(p.f){
BPS(d,f,p.f,p.m,ph,co,true,fx);
}
}
}else{
if(p.f||p.m){
TAL(d,0,0,0,-0.4,null);
}
}
}
d.e[i].k=true;
if(m&&d.e[m]){
d.e[m].m=true;
}
return d;
};
</script> <script type="text/javascript">
function NSS(s){
SH("sidelinktext",s?"Hide":"Show");
};
function NKS(s){
SH("keylinktext",s?"Hide":"Show");
};
function NSD(d){
SO("showdetail",d);
};
function NSC(c){
SO("showcousins",c);
};
function NSH(c){
SO("showchildren",c);
};
function NSA(c){
SO("showparents",c);
};
function NGC(){
return parseInt(GO("showcousins"));
};
function NGH(){
return parseInt(GO("showchildren"));
};
function NGA(){
return parseInt(GO("showparents"));
};
function NCD(){
var d=GO("showdetail");
ECD((d.charAt(0)=="_")?null:d,(d=="_pq")?true:((d=="_pl")?false:null),(d=="_m1")?true:((d=="_m0")?false:null),(d=="_r1")?true:((d=="_r0")?false:null));
};
function NSP(i){
ST("backtotext",(i==GV("personid"))?"me":(Efa[i]?Efa[i].h:"start"));
};
function NRT(){
};
function nav_position_find(){
var r=GE("findfield").getBoundingClientRect();
GE("findlist").style.left=r.left+"px";
};
function NCP(i){
GE("findfield").placeholder=i+((i==1)?" person":" people");
};
function focus_find_box(){
nav_position_find();
update_find_box(null);
SS("findlist",true);
};
function hide_find_list(){
SS("findlist",false);
};
function input_find_box(){
SS("findlist",true);
setTimeout("update_find_box("+GV("findfield").length+");",100);
};
function update_find_box(vl){
var ev=GV("findfield");
if((vl!==null)&&(vl!=ev.length)){
return;
}
var ss=ev.trim().toLowerCase().split(" ");
var jn=[];
for(var j in Efa){
var p=Efa[j];
var m=((p.l||"")+" "+(p.q||"")+" "+(p.p||"")).toLowerCase();
var i=true;
for(k=0;k<ss.length;k++){
if(m.indexOf(ss[k])<0){
i=false;
break;
}
}
if(i){
var _1=(Ebn?(p.q||p.l):(p.l||p.q))||"";
var _2=(_1?(Ebn?p.l:p.q):"")||"";
if(_1==_2){
_2="";
}
var n=(p.p||"")+(_1?(" "+_1+(_2?("/"+_2):"")):"");
var bs=FPD(p.b||"").y;
var ds=(p.z=="1")?FPD(p.d||"").y:null;
var ey=(bs||ds)?(" ("+(bs||"")+"-"+(ds||"")+")"):"";
jn[jn.length]={i:j,l:_1,q:_2,p:(p.p||""),n:(n+ey).trim()};
}
}
jn.sort(sort_by_name);
var _3=/[-\/\\^$*+?.()|[\]{}]/g;
var _4="";
for(k=0;k<ss.length;k++){
if(ss[k].length){
_4+=EH(ss[k]).replace(_3,"\\$&")+"|";
}
}
if(_4.length){
var _5=new RegExp(_4.slice(0,-1),"ig");
}else{
var _5=null;
}
var h="";
for(j=0;j<jn.length;j++){
if(jn[j].n.length){
var hn=EH(jn[j].n);
if(_5){
hn=hn.replace(_5,"<u>$&</u>");
}
h+="<a href=\"#\" onClick=\"ESP('"+jn[j].i+"', true); return false;\">"+hn+"</a>";
}
}
if(!h){
h="<div>No matches found</div>";
}
var v=GE("findlist");
v.innerHTML=h;
};
function sort_by_name(a,b){
if(a.l<b.l){
return -1;
}else{
if(b.l<a.l){
return 1;
}
}
if(a.q<b.q){
return -1;
}else{
if(b.q<a.q){
return 1;
}
}
if(a.p<b.p){
return -1;
}else{
if(b.p<a.p){
return 1;
}
}
if(a.n<b.n){
return -1;
}else{
if(b.n<a.n){
return 1;
}
}
return 0;
};
</script> <script type="text/javascript">
var ios=navigator.userAgent.match(/(iPod|iPhone|iPad)/)&&navigator.userAgent.match(/AppleWebKit/);
function TND(){
return {l:0,r:0,w:0,t:0,b:0,h:0,e:{},n:[]};
};
function TAE(d,i,p,x,y,k){
var di=d.e[i];
if(di){
i+=Math.random(0,999999);
}
d.e[i]={p:p,x:x,y:y,k:k,d:di};
d.l=Math.min(d.l,x);
d.r=Math.max(d.r,1+x);
d.w=d.r-d.l;
d.t=Math.min(d.t,y);
d.b=Math.max(d.b,1+y);
d.h=d.b-d.t;
};
function TAL(d,x1,y1,x2,y2,k){
d.n[d.n.length]={x1:x1,y1:y1,x2:x2,y2:y2,k:k};
};
function TAD(od,d,dx,dy){
for(var j=0;j<d.n.length;j++){
var n=d.n[j];
TAL(od,n.x1+dx,n.y1+dy,n.x2+dx,n.y2+dy,n.k);
}
for(var i in d.e){
var e=d.e[i];
TAE(od,e.p.i,e.p,e.x+dx,e.y+dy,e.k);
}
};
function TDS(zf,y,mn,sp){
return {Tew:parseInt(((y||sp||mn)?100:80)*zf),Teh:parseInt((40+(y?40:0)+(sp?100:0))*zf),Tph:parseInt(100*zf),Tdh:parseInt(40*zf),Tmh:parseInt(40*zf),Ths:parseInt(20*zf),Tvs:parseInt((y?40:60)*zf),Tfs:parseInt(12*zf),Tds:parseInt(10*zf)};
};
function TRD(d,y,bn,mn,sp,o,oi,wp,pr,zf,_1){
var _2=wp?(ios?1920:19200):0;
var _3=wp?(ios?1200:12000):0;
var sz=TDS(zf,y,mn,sp);
var tw=(sz.Tew+sz.Ths)*d.w-sz.Ths;
var th=(sz.Teh+sz.Tvs)*d.h-sz.Tvs;
if(!wp){
ox=sz.Tew/2-d.l*(sz.Tew+sz.Ths);
oy=sz.Teh/2-d.t*(sz.Teh+sz.Tvs);
}else{
if(ios){
if(!(o.ios_width&&o.ios_height)){
o.ios_width=GE("treebg").offsetWidth;
o.ios_height=GE("treebg").offsetHeight;
}
ox=o.ios_width/2+_2/2;
oy=o.ios_height/2+_3/2;
o.style.left=(-_2/2)+"px";
o.style.top=(-_3/2)+"px";
}else{
if(oi&&o.ps[oi]&&d.e[oi]){
ox=o.ps[oi].x-d.e[oi].x*(sz.Tew+sz.Ths);
oy=o.ps[oi].y-d.e[oi].y*(sz.Teh+sz.Tvs);
}else{
ox=_2-d.l*(sz.Tew+sz.Ths);
oy=_3-d.t*(sz.Teh+sz.Tvs);
}
}
}
o.innerHTML="";
o.ps={};
o.es={l:(ox+(d.l-0.5)*(sz.Tew+sz.Ths)),t:(oy+(d.t-0.5)*(sz.Teh+sz.Tvs)),r:(ox+(d.r-0.5)*(sz.Tew+sz.Ths)),b:(oy+(d.b-0.5)*(sz.Teh+sz.Tvs))};
var s=o.style;
if(!wp){
s.width=(tw+_2*2)+"px";
s.height=(th+_3*2)+"px";
}
for(var j=0;j<d.n.length;j++){
var n=d.n[j];
var l=Math.min(n.x1,n.x2);
var r=Math.max(n.x1,n.x2);
var t=Math.min(n.y1,n.y2);
var b=Math.max(n.y1,n.y2);
if(pr){
var k=n.k?2:1;
var ko=k;
var v=document.createElement("img");
v.src=(n.k===null)?((r==l)?"grayvcheck.gif":"grayhcheck.gif"):"graypixel.gif";
v.style.position="absolute";
}else{
var k=n.k?4:((n.k===null)?0:2);
var ko=n.k?4:2;
var v=document.createElement("div");
v.className=(n.k===null)?"ddotted":"dline";
}
var s=v.style;
s.width=((r==l)?k:(r-l)*(sz.Tew+sz.Ths)+k)+"px";
s.height=((b==t)?k:(b-t)*(sz.Teh+sz.Tvs)+k)+"px";
s.left=ox+(l*(sz.Tew+sz.Ths)-ko/2)+"px";
s.top=oy+(t*(sz.Teh+sz.Tvs)-ko/2)+"px";
o.appendChild(v);
}
for(var i in d.e){
var e=d.e[i];
var rs="";
var sn=bn?(e.p.q||e.p.l):(e.p.l||e.p.q);
var fn=e.p.hp?(e.p.p+(sn?(" "+sn):"")):e.p.h;
var cc=((e.p.z=="1")&&!pr)?"dcelld":"dcella";
var _4=((e.p.z=="1")&&!pr)?window.nameColors.deceased:window.nameColors.living;
var sh=sz.Tmh;
if(sp&&e.p.r){
var ey=e.p.r.split(" ");
var uf=EIU||(opener&&opener.top&&opener.top.EIU);
if(uf){
var u=uf(ey[0]);
var ew=sz.Tew-4;
var eh=sz.Tew-4;
if(ey[1]&&ey[2]){
if(parseInt(ey[1])>parseInt(ey[2])){
eh=Math.floor(ew*ey[2]/ey[1]);
}else{
ew=Math.floor(eh*ey[1]/ey[2]);
}
if((Math.abs(ey[1]-ew)<=3)&&(Math.abs(ey[2]-eh)<=3)){
ew=ey[1];
eh=ey[2];
}
}
rs+="<TR><TD CLASS=\""+cc+"\" style=\"color:"+_4+"\"><IMG SRC=\""+u+"\" WIDTH=\""+ew+"\" HEIGHT=\""+eh+"\" TITLE=\""+EH(fn)+"\"></TD></TR>";
sh+=sz.Tph;
}
}
if(y){
var ey=TGL(y,e.p);
if(ey&&ey.length){
rs+="<TR><TD CLASS=\""+cc+"\" STYLE=\"font-size:"+sz.Tds+"px;color:"+_4+"\" TITLE=\""+EH(ey.replace(/\n/g,", "))+"\">"+EL(ey)+"</TD></TR>";
sh+=sz.Tdh;
}
}
var sx=ox+(e.x)*(sz.Tew+sz.Ths);
var sy=oy+(e.y)*(sz.Teh+sz.Tvs);
if(pr){
v=document.createElement("img");
v.src=((e.p.g=="f")?"female":((e.p.g=="m")?"male":"neuter"))+"pixel.gif";
var s=v.style;
s.position="absolute";
s.width=sz.Tew+"px";
s.height=sh+"px";
s.left=(sx-(sz.Tew/2))+"px";
s.top=(sy-(sh/2))+"px";
o.appendChild(v);
}else{
TRB(o,sx-(sz.Tew/2),sy-(sh/2),sz.Tew,sh,e.k?3:1,(e.p.g=="f")?"FFD6EE":((e.p.g=="m")?"D6DDFF":"FFFFFF"),null);
}
var v=document.createElement("div");
v.className="di";
var s=v.style;
s.width=sz.Tew+"px";
s.height=sh+"px";
s.left=(sx-(sz.Tew/2))+"px";
s.top=(sy-(sh/2))+"px";
if(wp){
v.onmousedown=TCT;
v.id=i;
v.pid=e.p.i;
o.ps[i]={x:sx,y:sy};
}
var tn=e.p.hp?(mn?fn:(e.p.h+(sn?(" "+sn):""))):e.p.h;
v.innerHTML="<TABLE WIDTH=\"100%\" HEIGHT=\"100%\" STYLE=\"table-layout:fixed;\">"+"<TR><TD CLASS=\""+cc+"\" STYLE=\"font-size:"+(e.d?sz.Tds:sz.Tfs)+"px;color:"+_4+"\""+" TITLE=\""+(e.d?"Duplicate: ":"")+EH(fn)+"\">"+(e.d?"<I>Duplicate:</I><BR>":"")+(e.m?"<B>":"")+EL(tn)+(e.m?"</B>":"")+"</TD></TR>"+rs+"</TABLE>";
o.appendChild(v);
}
};
function TGL(y,p){
var ey="";
if(y=="tku"){
ey=p.t?("\n"+p.t+" (h)"):"";
ey+=p.k?("\n"+p.k+" (w)"):"";
ey+=p.u?("\n"+p.u+" (m)"):"";
if(ey){
ey=ey.substring(1);
}
}else{
if(y=="bds"){
var bs=FDT(p.b);
var ds=FDT(p.d);
ey=(bs?("Born "+bs):"")+((bs&&ds)?"\n":"")+(ds&&p.z==="1"?("Died "+ds):"");
}else{
if(y=="bd"){
var bs=FPD(p.b||"").y;
var ds=FPD(p.z==="1"?p.d:"").y;
ey=(bs&&ds)?(bs+"-"+ds):(bs?("Born "+bs):(ds?("Died "+ds):""));
}else{
if(y=="bv"){
var bs=FDT(p.b);
ey=((bs||p.v)?"Born ":"")+(bs||"")+((bs&&p.v)?", ":"")+(p.v||"");
}else{
if(y=="dy"&&p.z==="1"){
var ds=FDT(p.d);
ey=((ds||p.y)?"Died ":"")+(ds||"")+((ds&&p.y)?", ":"")+(p.y||"");
}else{
if(y=="e"){
ey=p.e?p.e.replace(/@/g,"@ "):"";
}else{
if(y!="r"){
ey=p[y];
}
}
}
}
}
}
}
return ey;
};
function TCD(o,i,t){
if(i&&o.ps[i]){
var dw,dh;
dw=o.offsetWidth;
dh=o.offsetHeight;
if((dw<64)||(dw>4096)){
dw=self.outerWidth;
}
if((dh<64)||(dh>4096)){
dh=self.outerHeight;
}
var sx=o.ps[i].x-dw/2;
var sy=o.ps[i].y-dh/2;
if(o.es){
var as={l:sx+64,t:sy+32,r:sx+dw-32,b:sy+dh-64};
sx+=0.9*(Math.min(0,Math.max(o.es.l-as.l,o.es.r-as.r))+Math.max(0,Math.min(o.es.l-as.l,o.es.r-as.r)));
sy+=0.9*(Math.min(0,Math.max(o.es.t-as.t,o.es.b-as.b))+Math.max(0,Math.min(o.es.t-as.t,o.es.b-as.b)));
}
var _5=DT();
TSS(sx,sy,_5,_5+t,"_sel");
}
};
function TRB(o,l,t,w,h,k,b,_6){
v=document.createElement("div");
v.className="dbox";
var s=v.style;
if(_6){
s.visibility="hidden";
v.id=_6;
}
s.position="absolute";
s.width=(w)+"px";
s.height=(h)+"px";
s.left=(l-k)+"px";
s.top=(t-k)+"px";
s.background="#"+b;
s.borderWidth=k+"px";
o.appendChild(v);
};
var Tpd=false;
var Tdx,Tdy,moveobject;
function TGS(){
var e=GE("treebg");
if(self.pageYOffset){
scrolltop=self.pageYOffset;
scrollleft=self.pageXOffset;
}else{
if(document.documentElement&&document.documentElement.scrollTop){
scrolltop=document.documentElement.scrollTop;
scrollleft=document.documentElement.scrollLeft;
}else{
if(document.body){
scrolltop=document.body.scrollTop;
scrollleft=document.body.scrollLeft;
}
}
}
return {top:-(e.offsetTop-e.parentNode.offsetTop),left:-(e.offsetLeft-e.parentNode.offsetLeft)};
};
function TIS(o){
moveobject=o;
o.onmousedown=function(_7){
hide_find_list();
_7=_7?_7:window.event;
Tpd=true;
scrollpos=TGS();
Tdx=scrollpos.left+_7.screenX;
Tdy=scrollpos.top+_7.screenY;
};
document.onmouseup=function(_8){
Tpd=false;
};
document.onmousemove=function(_9){
_9=_9?_9:window.event;
if(Tpd){
TSS(Tdx-_9.screenX,Tdy-_9.screenY,0,0,null);
}
};
document.body.onselectstart=function(_a){
if(Tpd){
return false;
}
};
o.ontouchstart=function(_b){
if((_b.target==moveobject)&&(_b.touches.length==1)){
hide_find_list();
Tpd=true;
scrollpos=TGS();
Tdx=scrollpos.left+_b.touches[0].screenX;
Tdy=scrollpos.top+_b.touches[0].screenY;
_b.preventDefault();
}
};
o.ontouchend=function(_c){
if(Tpd){
Tpd=false;
_c.preventDefault();
}
};
document.ontouchmove=function(_d){
if(Tpd){
TSS(Tdx-_d.touches[0].screenX,Tdy-_d.touches[0].screenY,0,0,null);
_d.preventDefault();
}
};
};
var Tst=null,Tsf,Tsd,Tss,Tse,Tsv;
function TSS(x,y,_e,_f,scv){
if(Tst){
clearTimeout(Tst);
Tst=null;
}
Tsf=TGS();
Tsd={top:y,left:x};
Tss=_e;
Tse=_f;
Tsv=scv;
if(DT()>=_f){
TST();
}else{
Tst=setTimeout("TST()",10);
}
};
function TST(){
var n=DT();
if(n>=Tse){
direct_scroll_to(Tsd.left,Tsd.top);
if(Tsv&&GE(Tsv)){
SI(Tsv,true);
}
}else{
var p=(n-Tss)/(Tse-Tss);
p=1-Math.pow(0.5,p/0.2);
direct_scroll_to(Tsf.left+p*(Tsd.left-Tsf.left),Tsf.top+p*(Tsd.top-Tsf.top));
Tst=setTimeout("TST()",10);
}
};
function direct_scroll_to(x,y){
if(true){
GE("treebg").style.left=-x;
GE("treebg").style.top=-y;
}
};
function TCT(){
if(parent&&parent.postMessage){
parent.postMessage("click="+this.pid,"*");
}
ESP(this.pid,true);
};
function TFE(o,i){
return (o.ps&&i)?o.ps[i]:null;
};
function TRT(f,i,m,y,bn,mn,sp,ch,ph,co,pi,zf,s){
var o=GE("treebg");
var _10=null;
if(TFE(o,i)){
var oi=i;
var sd=0;
if(i!=pi){
_10="_sel";
if(GE(_10)){
SI(_10,false);
}
}
}else{
var oi=TFE(o,pi)?pi:null;
var sd=oi?250:0;
}
TRD(BFT(f,i,m,ch,ph,co),y,bn,mn,sp,o,oi,true,false,zf,_10);
if(s&&noCentering){
if(_10&&GE(_10)){
SI(_10,true);
}
}else{
setTimeout("TCD(GE('treebg'), '"+i+"', "+(s?250:0)+")",sd);
}
};
</script> <script type="text/javascript">
var Sen=[{p:"personalname",l:"familyname",q:"familybirth"},{e:"c_email",w:"website",B:"blog",P:"photosite",t:"hometel",k:"worktel",u:"mobile",S:"skype",a:"address",C:"othercontact"},{v:"birthplace",y:"deathplace",U:"burialplace",j:"profession",E:"employer",I:"interests",A:"activities",o:"bionotes"}];
var Sv1={e:"Email",w:"Website",B:"Blog",P:"Photo site",t:"Home tel",k:"Work tel",u:"Mobile",S:"Skype",a:"Address",C:"Other"};
var Sv2={v:"Birth place",y:"Death place",U:"Burial place",F:"Burial date",j:"Profession",E:"Company",I:"Interests",A:"Activities",o:"Bio notes"};
var Spt={m:"Married",e:"Engaged",r:"Relationship",s:"Separated",d:"Divorced",a:"Annulled"};
var Sur={w:"website",B:"blog",P:"photos"};
var excludeCapitals=",de,del,la,von,van,den,der,of,the,and,y,da,dos,das,by,in,las,av,le,du,di,af,";
var Spe;
var Spa=0;
var Sed=false;
var Srl;
function side_page_loaded(){
CE(parent);
};
function SCR(i){
ESP(i,false);
};
function SPW(i){
return Ewr||(i&&(Ewp==i));
};
function SSE(i,e){
var pi=Spe;
Spe=i;
var p=Efa[i];
var md=(Spe==GV("personid"));
if((!p)||(!p.n)){
var js="";
for(var j in Efa){
js+=j+" ";
}
var ks="";
for(var k in p){
ks+=k+" ";
}
SE("NoPerson: "+i+"|"+js+"|"+ks+"|"+Ess.length+"|"+TR());
}
var v=GE("nametitle");
v.innerHTML=EH(p.n);
v.className=(p.p||p.l)?"sname":"sdefname";
SV("shareperson","Invite "+p.h+" to share family");
SS("hideurl",false);
GE("switchpanel3").style.display=p.cp?"block":"none";
var uf=p.w?"w":(p.B?"B":(p.P?"P":null));
SS("showurl",uf?true:false);
if(uf){
SV("urlmode",Sur[uf]);
GE("urllink").href=p[uf];
SV("showurl","Show "+(false?"my":(p.h+"'s"))+" "+Sv1[uf].toLowerCase());
}
SSA((((Spa==3)&&!p.cp)||((pi!=i)&&((e=="edit")||Sed)))?0:Spa,(e=="edit")?((Sed&&(pi==i))?null:true):false);
SIU(false);
};
function SSA(_1,_2){
if(Sed&&((_1!=Spa)||(_2===false))){
try{
GE("switchlink"+_1).focus();
}
catch(e){
}
}
Spa=_1;
if(_2!==null){
Sed=_2;
}
var f=Efa;
var p=f[Spe];
var md=(Spe==GV("personid"));
var pw=SPW(Spe);
if(!pw){
Sed=false;
}
for(var j=0;j<=3;j++){
GE("switchpanel"+j).className=((_1==j)?"sswitched":"sswitch");
GE("switchlink"+j).className=((_1==j)?"sswitchedlink":"");
}
SR("personalview",(Spa==0)&&!Sed);
SR("personaledit",(Spa==0)&&Sed);
SR("personaleditdeath",(Spa==0)&&(p.z==1)&&Sed);
SR("partnersviewedit",(Spa==3));
SR("contactview",(Spa==1)&&!Sed);
SR("contactedit",(Spa==1)&&Sed);
SR("bioview",(Spa==2)&&!Sed);
SR("bioedit1",(Spa==2)&&Sed);
SR("bioeditdeath",(Spa==2)&&(p.z==1)&&Sed);
SR("bioedit2",(Spa==2)&&Sed);
SR("viewfooter",pw&&(!Sed));
SR("editfooter",Sed);
SR("readonlyfooter",(!staticMode)&&(!Ewr)&&(!Ewp));
SR("writemefooter",(!Ewr)&&pw);
SR("writenotfooter",Ewp&&!pw);
SV("editbutton",(Spa==3)?"Edit partnership details":("Edit "+(md?"my":(p.h+"'s"))+" details"));
SS("nonrelations",true);
SS("shareperson",(!staticMode)&&GV("sessionid")&&(p.z!="1")&&!md);
SS("nonediting",!Sed);
SR("relactions",Ewr&&!Sed);
if(Sed){
var df=(_2===true);
for(var j in Sen[Spa]){
SV(Sen[Spa][j],p[j]);
if(df&&(j!="y")&&!GV(Sen[Spa][j])){
FS(Sen[Spa][j]);
df=false;
}
}
}else{
if(Ewr){
SRP(false);
}
}
if(_1==1){
SP1();
}else{
if(_1==2){
SP2();
}else{
if(_1==3){
SP3();
}else{
SP0();
}
}
}
SSF();
};
function SSF(){
var om=!staticMode;
var sl=ESL();
SR("importfooter",om&&(!sl.n)&&(!sl.s)&&(!sl.i));
SR("downloadfooter",om&&GV("sessionid")&&GV("familyid")&&sl.s&&(!sl.n)&&!sl.i);
SR("clearfooter",om&&(sl.n||sl.i)&&!sl.s);
};
function SWA(p){
SSA(p,Sed);
};
function SED(){
ECS();
ESE(false,[Spe],Spe);
};
function SAS(){
EFE(true);
};
function SCS(){
EFE(false);
};
function SRR(e){
var v=GE(e);
while(v.firstChild){
v.removeChild(v.firstChild);
}
};
function SJR(e,v,h,s){
var r=document.createElement("TR");
var a=document.createElement("TD");
a.className="sboth";
a.innerHTML=h?v:EL(v);
a.colSpan=s;
r.appendChild(a);
GE(e).appendChild(r);
};
function SSR(e,t,v,h,a){
var r=document.createElement("TR");
r.vAlign=a||"top";
var a=document.createElement("TD");
a.className="sleft";
if(t){
a.innerHTML=EH(t+":");
}
var b=document.createElement("TD");
b.className="sright";
b.innerHTML=h?v:EL(v);
r.appendChild(a);
r.appendChild(b);
GE(e).appendChild(r);
return r;
};
function SUR(e,t,i,v,s){
SJR(e,"<INPUT TYPE=\"submit\" VALUE=\""+EH(t)+"\" ID=\""+EH(i+v)+"\" CLASS=\"sbutton\" onClick=\"SCB('"+EH(i)+"','"+EH(v)+"'); return false;\">",true,s);
};
function SPP(i,ra,s){
var f=Efa;
var rn=[];
for(j=0;j<ra.length;j++){
var pi=f[ra[j]];
var l=pi.l||pi.q;
var y=(FPD(pi.b||"").y||"")+"-"+(FPD(pi.d||"").y||"");
rn[rn.length]={i:ra[j],l:l?l.toLowerCase():"zzz",p:pi.p?pi.p.toLowerCase():"zzz",n:pi.n+((y.length>1)?(" ("+y+")"):"")};
}
rn.sort(NSN);
var v=GE(i);
v.options.length=0;
v.options[v.options.length]=new Option("","");
for(j=0;j<rn.length;j++){
var l=v.options.length;
v.options[l]=new Option(rn[j].n,rn[j].i);
if(rn[j].i==s){
v.selectedIndex=l;
}
}
};
function SLR(e,s){
SJR(e,"<IMG CLASS=\"blankpixel\" WIDTH=\"1\" HEIGHT=\"4\">",true,s);
};
function SRW(t,i){
if(i){
SSR("personalview",t,"<A HREF=\"#\" onClick=\"javascript:SCR('"+i+"'); return false;\">"+EH(Efa[i].n)+"</A>",true);
}
};
function SRB(t,i,v){
SUR("relactions",t,i,v,1);
};
function SPR(e){
SRR("relactions");
if(e){
SS("nonrelations",false);
}
};
function SRP(e){
SPR(e);
var f=Efa;
var p=f[Spe];
if(e){
var fd=false;
var ns=false;
SRB("Change parents","changeparent","");
if(p.cp){
SRB(((p.cp>1)||!p.s)?"Change partners":"Change partner","changespouse","");
}
if(Spe==Efo){
fd=true;
}else{
var cf=FDF(f,Efo,null,null,null);
var df=FDF(f,Efo,Spe,null,null);
if((df.length-cf.length)<=1){
SRB("Delete "+p.n,"delete",Spe);
}else{
ns=true;
}
}
SRB("Cancel","cancel","");
if(ns){
SJR("relactions","<BR>This person cannot be deleted because this would split the tree into separate pieces.",true,1);
}
if(fd){
SJR("relactions","<BR>This person started the tree and cannot be deleted.",true,1);
}
}else{
var md=(GV("personid")==Spe);
var ap=p.fg||Ead||(GV("personid")==Efo);
SJR("relactions",md?"Click to add your relatives:":("Click to add relatives of "+p.h+":"),false,1);
if(ap){
if(p.f&&p.m){
}else{
if(p.f){
SRB("Add mother","choosemother","");
}else{
if(p.m){
SRB("Add father","choosefather","");
}else{
SRB("Add parents","addparents","");
}
}
}
}
if(p.s||p.cp){
SRB("Add partner/ex","choosespouse","");
}else{
SRB("Add partner/ex","choosespouse","");
}
var sc=p.g||(p.s&&f[p.s].g);
if(ap){
SRB("Add brother/sister","addsibling","");
}
if(sc){
SRB("Add child","addchild","");
}
var cf=0;
for(var j in f){
cf++;
if(cf>1){
SRB("Change or delete","morelactions","");
break;
}
}
if(!sc){
SJR("relactions","<BR>To add children, set this person's gender first.",true,1);
}
if(!ap){
var si=GV("sessionid");
if(md){
SJR("relactions","<BR>To add your parents, brothers or sisters, "+"please "+(si?"":"sign in then ")+"create a new family branch.",true,1);
if(si){
SRB("Create new family for me","startbranch","");
}
}else{
SJR("relactions","<BR>To add "+p.h+"'s parents, brothers or sisters, "+"a new family branch can be created"+(si?"":" after signing in")+".",true,1);
if(si){
SRB("Create new family for "+p.h,"startbranch","");
}
}
}
var ad=GE("advertisement");
if(ad){
SLR("relactions",1);
SLR("relactions",1);
SJR("relactions",ad.innerHTML,true,1);
}
}
};
function SP0(){
var f=Efa;
var p=f[Spe];
if(Sed){
GE("gender_f").checked=(p.g=="f");
GE("gender_m").checked=(p.g=="m");
GE("gender_o").checked=(p.g=="o");
GE("alive").checked=(p.z!="1");
SSD("birthdom","birthmonth","birthyear",p.b);
SSD("deathdom","deathmonth","deathyear",p.d);
}else{
SRR("personalview");
SSR("personalview","Full name",(p.p||"")+" "+(p.l||p.q||""),false);
if(p.q&&p.l&&(p.q!=p.l)){
SSR("personalview","Surname at birth",p.q,false);
}
SSR("personalview","Gender",(p.g&&Fgn[p.g])?Fgn[p.g]:Fgn[""],false);
SSR("personalview","Birth date",FDT(p.b),false);
if(p.z==1){
SSR("personalview","Death date",FDT(p.d),false);
}
}
};
function SP1(){
var f=Efa;
var p=f[Spe];
if(!Sed){
SRR("contactview");
for(var j in Sv1){
if(p[j]||((!staticMode)&&((j=="e")||(j=="w")||(j=="t")||(j=="a")))){
if(j=="e"){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\"mailto:"+EH(p[j])+"\">"+EH(p[j])+"</A>"):"",true);
}else{
if(j=="S"){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\"callto:"+EH(p[j])+"\">"+EH(p[j])+"</A>"):"",true);
}else{
if((j=="w")||(j=="B")||(j=="P")){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\""+EH(p[j])+"\" TARGET=\"_new\" onClick=\"return UL(this);\">"+EH(p[j])+"</A>"):"",true);
}else{
SSR("contactview",Sv1[j],p[j],false);
}
}
}
}
}
if(staticMode&&!staticModeAfterRead){
SJR("contactview","&nbsp;<BR>To protect your privacy, phone numbers, addresses and emails have been removed.",true,2);
}
}
};
function SP2(){
var f=Efa;
var p=f[Spe];
if(Sed){
SSD("burialdom","burialmonth","burialyear",p.F);
}else{
SRR("bioview");
for(var j in Sv2){
if(p[j]||(j=="v")||(j=="y")||(j=="j")){
if(((j!="y")&&(j!="U")&&(j!="F"))||(p.z==1)){
SSR("bioview",Sv2[j],(j=="F")?FDT(p[j]):p[j],false);
}
}
}
}
};
function S3R(f,p,pi,rc){
if(rc&&GE("partnersviewedit").firstChild){
SLR("partnersviewedit",2);
}
var cp=(p.s==pi)||(p.z==1);
var pl=(p.z!=1)&&(f[pi].z==1);
var _3=new String(p.gp?p.gp[pi]:"");
if(rc){
var cm=FCM(p,f[pi]);
if(((_3=="m")&&(cp||pl))||(_3=="s")){
if(pl){
var s=cm?((cm>0)?"Late wife":"Late husband"):"Late spouse";
}else{
var s=cm?((cm>0)?"Wife":"Husband"):"Spouse";
}
if(_3=="s"){
s+=" (separated)";
}
}else{
if((_3=="m")||(_3=="d")||(_3=="a")){
var s=cm?((cm>0)?"Ex-wife":"Ex-husband"):"Ex-spouse";
}else{
if((_3=="e")&&(cp||pl)){
if(pl){
var s=(cm>0)?"Late fiancée":"Late fiancé";
}else{
var s=(cm>0)?"Fiancée":"Fiancé";
}
}else{
if(_3=="e"){
var s=(cm>0)?"Ex-fiancée":"Ex-fiancé";
}else{
var s=pl?"Late partner":(cp?"Partner":"Ex-partner");
}
}
}
}
SSR("partnersviewedit",s,f[pi].n,false);
}
if(_3=="m"){
var t={m:"Wedding date",w:"Location",z:((cp||pl)?"":"End date")};
}else{
if(_3=="e"){
var t={r:"Engagement date",z:((cp||pl)?"":"End date")};
}else{
if(_3=="r"){
var t={b:"Start date",z:((p.s==pi)?"":"End date")};
}else{
if(_3=="s"){
var t={m:"Wedding date",w:"Location",s:"Separation date"};
}else{
if(_3=="d"){
var t={m:"Wedding date",w:"Location",d:"Divorce date"};
}else{
if(_3=="a"){
var t={m:"Wedding date",w:"Location",a:"Annulment date"};
}else{
var t={};
}
}
}
}
}
}
if(Sed){
var e="partner"+pi+"g";
if(rc){
SSR("partnersviewedit","Type","<SELECT ID=\""+EH(e)+"\" CLASS=\"sselect\" onChange=\"SCP('g', '"+EH(pi)+"')\"></SELECT>",true,"middle");
var v=GE(e);
v.options.length=0;
v.options[v.options.length]=new Option("","");
for(var j in Spt){
v.options[v.options.length]=new Option(Spt[j],j);
}
}
SO(e,_3);
for(var ti in t){
if(t[ti]){
var _4=p[ti+"p"]?p[ti+"p"][pi]:"";
if(ti=="w"){
var e="partner"+pi+ti;
if(rc){
SSR("partnersviewedit",t[ti],"<INPUT ID=\""+EH(e)+"\" CLASS=\"sfield\" onChange=\"SCP('"+ti+"', '"+EH(pi)+"');\">",true,"middle");
}
SV(e,_4);
}else{
S3D(pi,t[ti],ti,_4,rc);
}
}
}
}else{
if(rc){
for(var ti in t){
if(t[ti]){
var _4=p[ti+"p"]?p[ti+"p"][pi]:"";
SSR("partnersviewedit",t[ti],(ti=="w")?_4:FDT(_4),false);
}
}
}
}
};
function S3D(pi,t,ti,d,rc){
if(rc){
var s=EH(pi+ti);
var o=" onChange=\"SCP('"+EH(ti)+"', '"+EH(pi)+"');\"";
SSR("partnersviewedit",t,"<SELECT ID=\"partner"+s+"dom\" CLASS=\"sselect\""+o+"></SELECT>&nbsp; <SELECT ID=\"partner"+s+"month\" CLASS=\"sselect\""+o+"></SELECT>&nbsp; <INPUT ID=\"partner"+s+"year\" CLASS=\"syear\""+o+" MAXLENGTH=4>",true,"middle");
}
SSD("partner"+pi+ti+"dom","partner"+pi+ti+"month","partner"+pi+ti+"year",d);
};
function SP3(){
var f=Efa;
var p=f[Spe];
var rr={};
if(p.s){
rr[p.s]=true;
}
for(var pi in p.pc){
if(pi!=p.s){
rr[pi]=true;
}
}
if(Sed){
var rl=Spe;
for(var pi in rr){
rl+=" "+(p.gp?p.gp[pi]:"")+pi+(p.ep?p.ep[pi]:"");
}
var rc=(rl!=Srl);
Srl=rl;
}else{
Srl=null;
var rc=true;
}
if(rc){
SRR("partnersviewedit");
}
for(var pi in rr){
S3R(f,p,pi,rc);
}
};
function SSG(v){
EFC(Spe,{g:v});
EUF();
};
function SCV(i){
if(i=="birth"){
EFC(Spe,{b:FDS(GO("birthdom"),GO("birthmonth"),GV("birthyear"))});
}else{
if(i=="death"){
EFC(Spe,{d:FDS(GO("deathdom"),GO("deathmonth"),GV("deathyear"))});
}else{
if(i=="burial"){
EFC(Spe,{F:FDS(GO("burialdom"),GO("burialmonth"),GV("burialyear"))});
}else{
if(i=="alive"){
EFC(Spe,{z:(GE(i).checked?"0":"1")});
}else{
for(k=0;k<Sen.length;k++){
for(var j in Sen[k]){
if(i==Sen[k][j]){
var c={};
var v=new String(GV(i));
v=v.replace(/^\s+|\s+$/g,"");
if((j=="p")||(j=="l")||(j=="q")){
var s=v.split(" ");
for(w=0;w<s.length;w++){
if((s[w].length)&&(excludeCapitals.indexOf(","+s[w]+",")<0)&&(s[w].indexOf("'")<0)){
s[w]=s[w].charAt(0).toUpperCase()+s[w].substring(1);
}
}
v=s.join(" ");
}
if((j=="w")||(j=="B")||(j=="P")){
if(v.length&&(v.indexOf("://")<0)){
v="http://"+v;
}
}
c[j]=v;
EFC(Spe,c);
}
}
}
}
}
}
}
EUF();
};
function SCP(ti,pi){
var e="partner"+pi+ti;
var c={};
if(ti=="g"){
c[ti]=GO(e);
}else{
if(ti=="w"){
c[ti]=GV(e);
}else{
c[ti]=FDS(GO(e+"dom"),GO(e+"month"),GV(e+"year"));
}
}
EPC(Spe,pi,c);
EUF();
};
function SCM(){
var f=Efa;
var tm=GO("treemother");
var tf=GO("treefather");
SPP("treefather",FAR(f,Spe,tm),tm?f[tm].es:tf);
if(!GO("treefather")){
SO("treefather",f[Spe].f);
}
};
function SFV(i){
if(!GV(i)){
if(i=="familybirth"){
var sn=GV("familyname");
if(sn){
EFC(Spe,{q:sn});
SV(i,sn);
if(GV(i)){
GE(i).blur();
setTimeout("FS('"+i+"')",0);
}
}
}
}
};
function SAP(f,ti,oi,_5,_6,_7,_8){
if(oi){
var op=f[oi];
}
if(oi&&(op.es||op.cp)){
if((op.es)&&(op.es!=ti)){
SRB(_5+f[op.es].n,_6,op.es);
}
for(var pi in op.pc){
if((pi!=op.es)&&(pi!=ti)){
SRB(_5+f[pi].n,_6,pi);
}
}
if(_8){
SRB(_7,_8,"");
}
}else{
if(_8){
SCB(_8,"");
}
}
};
function SPX(f,i1,i2,ap){
if(i1&&i2&&f[i1]&&f[i2]&&(ap||!FMS(f,i1,i2))){
if(!(f[i1].ep&&f[i1].ep[i2]&&f[i2].ep&&f[i2].ep[i1])){
EPC(i1,i2,{e:1});
}
}
};
function SCB(i,v){
var f=Efa;
var p=f[Spe];
if((i=="addparents")||(i=="addparentsstop")){
if(i=="addparents"){
ECS();
}
var pd=(p.z==1)&&(p.c.length>0);
for(var j=0;j<p.c.length;j++){
if(f[p.c[j]].z!=1){
pd=false;
}
}
var fi=EFI();
var fo={"^":Spe,g:"m",l:p.q};
if(pd){
fo.z=1;
}
EFC(fi,fo);
var mi=EFI();
var mo={"^":Spe,g:"f",s:fi,l:p.q};
if(pd){
mo.z=1;
}
EFC(mi,mo);
EFC(Spe,{m:mi,f:fi});
if(i=="addparents"){
ESE(true,[mi,fi],Spe);
}
}else{
if(i=="choosemother"){
SPR(true);
SAP(f,p.m,p.f,"Set mother to ","setmother","Add new mother","addmother");
SRB("Cancel","cancel","");
}else{
if(i=="choosefather"){
SPR(true);
SAP(f,p.f,p.m,"Set father to ","setfather","Add new father","addfather");
SRB("Cancel","cancel","");
}else{
if(i=="changeparent"){
SPR(true);
if((!p.f)&&(!p.m)){
SRB("Add new parents","addparents","");
}
if(!p.f){
SRB("Add new father","addfather","");
}else{
SAP(f,p.m,p.f,"Set mother to ","setmother",null,null);
}
if(!p.m){
SRB("Add new mother","addmother","");
}else{
SAP(f,p.f,p.m,"Set father to ","setfather",null,null);
}
var ra=FAR(f,Spe,null);
if(ra.length){
SRB("Choose new parents from tree","treeparents","");
}
SRB("Cancel","cancel","");
}else{
if((i=="choosespouse")||(i=="changespouse")){
SPR(true);
if((i=="changespouse")||!p.s){
for(var pi in p.pc){
if(pi!=p.s){
SRB("Set partner to "+f[pi].n,"setspouse",pi);
}
}
}
if(i=="choosespouse"){
SRB("Add new partner","addspouse","");
SRB("Add new ex-partner","addexspouse","");
var ra=FPR(f,Spe);
if(ra.length){
SRB("Partner with person already on tree","treespouse","");
}
}
if(i=="changespouse"){
if(p.s){
SRB("Set no current partner","setspouse","");
}
var cf=FDF(f,Spe,null,null,null);
for(var pi in p.pc){
if((pi!=p.s)&&!FLP(f,Spe,pi).length){
var df=FDF(f,Spe,null,Spe,pi);
if(df.length<=cf.length){
SRB("Remove ex-partner "+f[pi].n,"notexspouse",pi);
}
}
}
}
SRB("Cancel","cancel","");
}else{
if(i=="addchild"){
SPR(true);
if(p.es){
SRB("Add child with "+f[p.es].n,"addchildwith",p.es);
}
for(var pi in p.pc){
if(pi!=p.es){
SRB("Add child with "+f[pi].n,"addchildwith",pi);
}
}
SRB((p.g=="m")?"Add child with new mother":"Add child with new father","addchildwithnew","");
SRB((p.g=="m")?"Add child without mother":"Add child without father","addchildwithout","");
SRB("Cancel","cancel","");
}else{
if(i=="addchildwith"){
ECS();
var ci=EFI();
var mi=FSM(f,Spe,v)?Spe:v;
var fi=FSM(f,Spe,v)?v:Spe;
var c={"^":Spe,m:mi,f:fi};
if(FMS(f,mi,fi)){
c.l=p.l;
c.q=p.l;
}
EFC(ci,c);
ESE(true,[ci],ci);
}else{
if(i=="addchildwithnew"){
ECS();
var ci=EFI();
var c={"^":Spe};
if(p.g=="m"){
c.f=Spe;
}else{
c.m=Spe;
}
EFC(ci,c);
var pi=EFI();
EFC(pi,{"^":ci,g:(p.g=="m")?"f":"m"});
EFC(ci,(p.g=="m")?{m:pi}:{f:pi});
ESE(true,[ci,pi],ci);
}else{
if(i=="addchildwithout"){
ECS();
var ci=EFI();
EFC(ci,(p.g=="m")?{"^":Spe,f:Spe,l:p.l,q:p.l}:{"^":Spe,m:Spe,l:p.l,q:p.l});
ESE(true,[ci],ci);
}else{
if(i=="addsibling"){
ECS();
var ap=!(p.m||p.f);
if(ap){
SCB("addparentsstop","");
}
var si=EFI();
EFC(si,{"^":Spe,m:p.m,f:p.f,l:p.q,q:p.q});
ESE(true,ap?[si,p.m,p.f]:[si],si);
}else{
if(i=="addmother"){
ECS();
SPX(f,p.f,p.m,false);
var mi=EFI();
EFC(Spe,{m:mi});
EFC(mi,{"^":Spe,g:"f"});
ESE(true,[mi],Spe);
}else{
if(i=="addfather"){
ECS();
SPX(f,p.f,p.m,false);
var fi=EFI();
EFC(Spe,{f:fi});
EFC(fi,{"^":Spe,g:"m"});
ESE(true,[fi],Spe);
}else{
if(i=="addspouse"){
ECS();
SPX(f,Spe,p.s,true);
var si=EFI();
EFC(si,{"^":Spe,g:FIG(p.g),s:Spe,l:p.l});
ESE(true,[si],Spe);
}else{
if(i=="addexspouse"){
ECS();
var si=EFI();
EFC(si,{"^":Spe,g:FIG(p.g)});
EPC(Spe,si,{e:1});
ESE(true,[si],Spe);
}else{
if(i=="notexspouse"){
EPC(Spe,v,{e:""});
ESS();
EUF();
}else{
if(i=="treespouse"){
SPR(true);
SJR("relactions","Choose the person to partner with:",false,1);
SJR("relactions","<SELECT ID=\"treepartner\" CLASS=\"sselect\"></SELECT>",true,1);
SLR("relactions",1);
SRB("Add as current partner","treeaddspouse","");
SRB("Add as ex-partner","treeaddexspouse","");
SRB("Cancel","cancel","");
SPP("treepartner",FPR(f,Spe),null);
}else{
if(i=="treeaddspouse"){
SCB("setspouse",GO("treepartner"));
}else{
if(i=="treeaddexspouse"){
ECS();
EPC(Spe,GO("treepartner"),{e:1});
ESS();
EUF();
}else{
if(i=="setmother"){
SPX(f,p.f,p.m,false);
EFC(Spe,{m:v});
ESS();
EUF();
}else{
if(i=="setfather"){
SPX(f,p.f,p.m,false);
EFC(Spe,{f:v});
ESS();
EUF();
}else{
if(i=="setspouse"){
SPX(f,Spe,p.s,true);
if(v){
SPX(f,v,f[v].s,true);
}
EFC(Spe,{s:v});
ESS();
EUF();
}else{
if(i=="treeparents"){
SPR(true);
SJR("relactions","Choose the new mother:",false,1);
SJR("relactions","<SELECT ID=\"treemother\" CLASS=\"sselect\" onChange=\"SCM()\"></SELECT>",true,1);
SLR("relactions",1);
SJR("relactions","Choose the new father:",false,1);
SJR("relactions","<SELECT ID=\"treefather\" CLASS=\"sselect\"></SELECT>",true,1);
SLR("relactions",1);
SRB("Set new parents","treesetparents","");
SRB("Cancel","cancel","");
SPP("treemother",FAR(f,Spe,null),p.m);
SPP("treefather",FAR(f,Spe,p.m),p.f);
}else{
if(i=="treesetparents"){
var nm=GO("treemother");
var nf=GO("treefather");
var om=p.m;
var of=p.f;
var cf=FDF(f,Spe,null,null,null);
SPX(f,p.f,p.m,false);
EFC(Spe,{m:nm,f:nf});
EUS(true,null,null,false,false);
var df=FDF(f,Spe,null,null,null);
if(df.length>cf.length){
RE("This choice of parents is not allowed because it would split the tree into separate pieces.");
EFC(Spe,{m:om,f:of});
}
ESS();
EUF();
}else{
if(i=="delete"){
var p=Efa[v];
if(confirm("Are you sure you want to permanently delete "+p.n+"?")){
var ni=p["^"];
if((!ni)||(!f[ni])){
ni=p["^"]||p.es||p.f||p.m||p.c[0];
}
ECS();
SPX(f,p.f,p.m,false);
ESP(ni,true);
EFC(v,{x:""});
EUF();
}
}else{
if(i=="cancel"){
SSA(Spa,false);
}else{
if(i=="morelactions"){
SRP(true);
}else{
if(i=="startbranch"){
var md=(GV("personid")==Spe);
if(confirm("This will create a new family for "+(md?"your":(p.h+"'s"))+" relatives. Are you sure you want to proceed?")){
GE("startbranch").value="Please wait a few moments...";
EFB(Spe);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
};
function NSN(a,b){
if(a.l<b.l){
return -1;
}else{
if(b.l<a.l){
return 1;
}
}
if(a.p<b.p){
return -1;
}else{
if(b.p<a.p){
return 1;
}
}
return 0;
};
function SSD(ed,em,ey,d){
var p=FPD(d?d.toString():"");
var v=GE(ed);
v.options.length=0;
v.options[v.options.length]=new Option("",0);
for(var j=1;j<=31;j++){
v.options[v.options.length]=new Option(j,j);
}
var v=GE(em);
v.options.length=0;
v.options[v.options.length]=new Option("",0);
for(var j=1;j<=12;j++){
v.options[v.options.length]=new Option(Fmn[j],j);
}
SO(ed,p.d);
SO(em,p.m);
SV(ey,p.y);
};
function SSU(s){
SS("showurl",!s);
SS("hideurl",s);
};
function SIU(u){
var p=Efa[Spe];
var r=p?p.r:null;
var pw=(!Sed)&&SPW(Spe)&&GV("familyid");
u=u&&pw;
if(u){
var v=GE("uploadiframe");
v.src="imageupload.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&i="+escape(Spe)+(r?"&r="+escape(r):"");
}else{
if(r){
var e=r.split(" ");
var v=GE("personimage");
var s=EIU(e[0]);
if(v.src!=s){
if(e[1]&&e[2]){
v.style.width=e[1]+"px";
v.style.height=e[2]+"px";
}else{
v.style.width="";
v.style.height="";
v.className="blankpixel";
}
v.src=s;
}
v.title=pw?"Click to change photo":"";
}
}
SV("uploadbutton",(Spe==GV("personid"))?"Add my photo":("Add photo for "+p.h));
SS("uploadbutton",pw&&(!r)&&(!u));
SS("uploadiframe",u);
SS("personimage",r&&(!u));
};
function SIC(){
if(SPW(Spe)&&!Sed){
SIU(true);
}
};
function SIF(f,i,r,w,h){
EFC(i,{r:(r?(r+" "+w+" "+h):r)});
ESS();
EUF();
SIU(false);
};
function SIA(){
SIU(false);
};
function SCC(){
if(confirm("Are you sure you want to clear this entire family and start again? "+"None of your work will be saved!")){
ESA();
}
};
</script> </HEAD>
<BODY STYLE="overflow:hidden;" onLoad="PL();" onResize="page_resized();">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0>
<TR HEIGHT="8">
<FORM NAME="topform" ACTION="./" METHOD="POST">
<TD STYLE="border-bottom:solid #666666 1px; padding:8px;" VALIGN="middle">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0><TR VALIGN="middle">
<TD NOWRAP><FONT STYLE="font-size:28px;"> <SPAN ID="lfamilyname"><FONT COLOR="#7F2020">Family 4</FONT></SPAN>&nbsp;<SPAN ID="lfamilyinfo" STYLE="font-size:12px;"></SPAN>
<IFRAME ID="backframe" WIDTH="1" HEIGHT="1" FRAMEBORDER="0" SCROLLING="no"></IFRAME>
</FONT></TD>
<TD ALIGN="right">
<INPUT TYPE="hidden" ID="newscript" NAME="newscript" VALUE="
# Start of FamilyScript...
iSTART whttps://www.WikiTree.com/wiki/Reidt-31 pGeorg Rudolph qReidt gm b16400000 vHessen, Germany z1 d17150611 yNeukirchen, Hessen-Kassel, Germany o== Biography ==\nGeorg Rudolph was born about 1640. He passed away about 1715.\n== Sources ==\n&lt;references /&gt;\n* German Church Records\n
iLZE15 whttps://www.WikiTree.com/wiki/Reitz-226 pJohannes qReitz gm b16650000 z1 d16960000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-226was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: 157C4D1AB30F4178881CB14EF90BBC815795\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 11 May 2015\n::: Time: 10:49\nPrior to import, this record was last changed 10:49 11 May 2015.\n\n=== Note ===\n: Note: [[#NI4147]]\n\n=== Notes ===: Note &lt;span id='NI4147'&gt;NI4147&lt;/span&gt;THE REITZ FAMILY HISTORY AND RECORD BOOK\n: compiled by the Rev. J. J. Reitz -1930-\n:: JOHANNES REITZ, son of Johannes Reitz of Rohrig, now belonging to the Bieber: Lutheran Church, in the district of Gelnhausen, and Anna Barbara Friedrich, daughter of Stoffel: Friedrich of Lohrhaupten, Seulbach, held their engagement services Jan. 15, 1690, and their: marriage ceremony Feb. 11, 1690. They were the grandparents of Pioneer Johan George Henrich Reitz.\n\n== Sources ==\n\n&lt;references /&gt; fSTART sV65TY
iV65TY sLZE15 whttps://www.WikiTree.com/wiki/Frederick-1013 pAnna Barbara qFrederick gf b16690000 z1 d16960000
iJEJNJ whttps://www.WikiTree.com/wiki/Reitz-225 pJohan-Peter qReitz gm b16901203 vGelnhausen, Main-Kinzig-Kreis, Hessen, Germany z1 d17321202 yGelnhausen, Main-Kinzig-Kreis, Hessen, Germany o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-225was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== User ID ===\n: User ID: 26D27727F9B6421EBC45C631852E30941439\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 11 May 2015\n::: Time: 10:49\nPrior to import, this record was last changed 10:49 11 May 2015.\n\n=== Note ===\n: Note: [[#NI4032]]\n\n=== Notes ===: Note &lt;span id='NI4032'&gt;NI4032&lt;/span&gt;JOHANNES PETER REITZ, (also called Hans Peter, Johann Peter, or only Peter), son: of Johannes and Anna Barbara (Friedrich) Reitz, of Rohrig (now Bieber Luth. Church) Gelnhausen,: born Dec. 3, 1690, baptized the same day, the sponsor being Peter Freund, son of Hans Freund (a: smith or tailor). Married Jan. 4, 1715 Magdalena Weygand, born on the day of Simonis and Judae,: 1687, daughter of Niclas Weygand, of Lohrhaupten, baptized on the same day, the sponsor being: Magdalena, housewife of Peter Kesler. Johannes Peter Reitz died andwas buried Dec. 2, 1732, aged: 41 years. His wife Magdalena (Weygand) Reitz died and was buried A.D. 1740, aged 53 years.: They lived at Lohrhaupten and were the parents of Johan George Henrich Reitz.\n:\n: THE REITZ FAMILY HISTORY AND RECORD BOOK\n: compiled by the Rev. J. J. Reitz -1930-\n''No biography yet.&lt;ref&gt;Profile created by [[Armstrong-5775 | Kim Armstrong]] through the import of Ritts Family Tree_2017-12-24.ged on Dec24, 2017. ''This comment and citation should be deleted after a shortbiography has been added and primary sources have been cited.''&lt;/ref&gt;Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt; mV65TY fLZE15 sKX6IO
iKX6IO sJEJNJ whttps://www.WikiTree.com/wiki/Weygand-9 pMagdalena qWeygand gf b16871027 z1 d17400000
iE9XA8 whttps://www.WikiTree.com/wiki/Reitz-433 pJohan Frederick qReitz gm b17230730 vLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany z1 d17630000 yWhitehall, Lehigh, Pennsylvania o== Biography =='''Johan''' Frederick Reitz. &lt;ref&gt;Source: [[#S72]] Place: Pennsylvania; Year: 1741-1767; Page Number: 23&lt;/ref&gt;&lt;ref&gt;Source: [[#S73]] File&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S74]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records File @M680@&lt;/ref&gt;\n\n'''Friderich''' Reitz.\n''Found multiple versions of name. Using Johan Frederick Reitz.''\n\n'''Born'''\n30 JUL 1723.\nLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany.\nMap:\nLatitude: N50.1333.\nLongitude: E9.4833. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n22 AUG 1721.\nLohrhaupten, Main-Kinzig-Kreis, Hessen, Germany.\nMap:\nLatitude: N50.1333.\nLongitude: E9.4833.\n''Found multiple copies of birth date. Using 30 JUL 1723''\n\n'''Died'''\n1763\nWhitehall, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.3517.\nLongitude: W79.9795. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n1764\nWhitehall, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.3517.\nLongitude: W79.9795.\n''Found multiple copies of death date. Using 1763''\n\n'''Residence'''\n1748\nPhiladelphia, Philadelphia, Pennsylvania, USA.\nMap:\nLatitude: N39.9522.\nLongitude: W75.1642. &lt;ref&gt;Source: [[#S74]] &lt;/ref&gt;\n\n'''Event:'''\nDeparture\n1748\nFlörsbach, Main-Kinzig-Kreis, Hessen, Germany.\nMap:\nLatitude: N50.1333.\nLongitude: E9.4167.Source: Biography, 1988, Margaret Reitz, &quot;The Century Farms of Jefferson County, PA&quot;, (The Jefferson County Historical and Genealogical Society, Brookville, PA), pp.58-59.\nArrival\n1748\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834.\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M171'&gt;M171&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., German Immigrants, 1712-1933.jpg. Format: jpg. U.S., German Immigrants, 1712-1933.\n* File &lt;span id='M34'&gt;M34&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\emigration from Florsbach Germany.htm. Format: jpg. emigration from Florsbach Germany. 1766 details of the emigration of Johann Friedrich Reitz and family and others from Florsbach and Kempfenbrunn Germany.\n* File &lt;span id='M680'&gt;M680&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(25).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S72'&gt;S72&lt;/span&gt; Ancestry.com U.S. and Canada, Passenger and Immigration Lists Index, 1500s-1900s Publication: Name: Ancestry.com Operations, Inc; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S73'&gt;S73&lt;/span&gt; Ancestry.com U.S., German Immigrants, 1712-1933 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2016; Repository: [[#R2]]* Source: &lt;span id='S74'&gt;S74&lt;/span&gt; Ancestry.com Pennsylvania, Compiled Census and Census Substitutes Index, 1772-1890 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 1999; NOTEJackson, Ronald V., Accelerated Indexing Systems, comp.. &lt;i&gt;Pennsylvania Census, 1772-1890&lt;/i&gt;. Compiled and digitized by Mr. Jackson and AIS from microfilmed schedules of the U.S. Federal Decennial Census, territorial/state censuses, and/or census substitutes. mKX6IO fJEJNJ sQC52Q
iQC52Q sE9XA8 whttps://www.WikiTree.com/wiki/Steigerwald-42 pAnna Margareth qSteigerwald gf b17190220 z1 d17630000
iM5F7V whttps://www.WikiTree.com/wiki/Reitz-437 pHeinrich qReitz gm b17450000 vGermany z1 d18140000 yWhitehall, Lehigh, Pennsylvania, USA o== Biography =='''Heinrich''' Reitz. &lt;ref&gt;Source: [[#S23]] Book Title: Peabody Genealogy&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 530 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S23]] Book Title: Lineage Book : NSDAR : Volume 150 : 1919 File @M205@&lt;/ref&gt;&lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;\n\n'''Henry''' Reitz.\n''Found multiple versions of name. Using Heinrich Reitz.''\n\n'''Born'''\nABT 1745.Germany&lt;ref&gt;Source: [[#S23]] Book Title: Peabody Genealogy&lt;/ref&gt;&lt;ref&gt;Source: [[#S23]] Book Title: Lineage Book : NSDAR : Volume 150 : 1919 File &lt;/ref&gt;\nBEF 1755.\n''Found multiple copies of birth date. Using ABT 1745''\n\n'''Died'''\n1814\nWhitehall, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.3517.Longitude: W79.9795. &lt;ref&gt;Source: [[#S23]] Book Title: Peabody Genealogy&lt;/ref&gt;&lt;ref&gt;Source: [[#S23]] Book Title: Lineage Book : NSDAR : Volume 150 : 1919 File &lt;/ref&gt;\n'''Residence''' Males - Under 10: 1 Free White Persons - Males - 45 and over: 1 Free White Persons - Females - 16 thru 25: 1 Free White Persons - Females - 45 and over: 1 Number of Household Members Under 16: 1 Number of Household Members Over 25: 2 Number of Househ.\n1800\nNorthampton County, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.\nLongitude: W75.3076.\n\n'''Photo:''' [[#M7]].\n\n'''File''' .\n\n'''Marriage'''\nHusband Heinrich Reitz.\nWife Magdalene Herr.\nChild: Eva Catherine Reitz.\nChild: Susanna Elizabeth Reitz.\nChild: Peter Reitz.\nMarriage1768&lt;ref&gt;Source: [[#S23]] Book Title: Peabody Genealogy&lt;/ref&gt;&lt;ref&gt;Source: [[#S23]] Book Title: Lineage Book : NSDAR : Volume 150 : 1919 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S23]] Book Title: Peabody Genealogy&lt;/ref&gt;&lt;ref&gt;Source: [[#S23]] Book Title: Lineage Book : NSDAR : Volume 150 : 1919 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M200'&gt;M200&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(1).jpg. Format: jpg. Pennsylvaniaand New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 530.\n* File &lt;span id='M205'&gt;M205&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\North America, Family Histories, 1500-2000.jpg. Format: jpg. North America, Family Histories, 1500-2000. Book Title: Lineage Book : NSDAR : Volume 150 : 1919.\n* File &lt;span id='M7'&gt;M7&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\revolutionary soldier.jpg. Format: jpg. revolutionary soldier.\n* External File: &lt;span id='M7'&gt;M7&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\revolutionary soldier.jpgFormat: jpg revolutionary soldier\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S23'&gt;S23&lt;/span&gt; Ancestry.com North America, Family Histories, 1500-2000 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2016; Repository: [[#R2]]* Source: &lt;span id='S24'&gt;S24&lt;/span&gt; Lineages, Inc., comp Lehigh and Berks Counties, Pennsylvania: Helffrich Pastoral Records Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]] mQC52Q fE9XA8
iP117L whttps://www.WikiTree.com/wiki/Reitz-434 pJohan Jacob qReitz gm b17590308 vNorthumberland, Northumberland, Pennsylvania z1 d18440309 yLynn, Lehigh, Pennsylvania, USA o== Biography =='''Johan''' Jacob Reitz. &lt;ref&gt;Source: [[#S20]] Historical Society ofPennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records File &lt;/ref&gt;\n\n'''Born'''\n8 MAR 1759.\nNorthumberland, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.8918.Longitude: W76.7975. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records File &lt;/ref&gt;\n\n'''Baptism:'''\n8 APR 1759.\nBerks, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.Longitude: W75.9277. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M680'&gt;M680&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(25).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com mQC52Q fE9XA8
iM4YY5 whttps://www.WikiTree.com/wiki/Ritz-322 pLawrence qRitz gm b17611201 vBerks, Pennsylvania z1 d18440309 yNew Tripoli, Lehigh, Pennsylvania, USA o== Biography =='''Lawrence''' Ritz. &lt;ref&gt;Source: [[#S22]] 1800 United States Federal Census Record File &lt;/ref&gt;&lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File @M514@&lt;/ref&gt;&lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp; MuseumCommission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File @M517@&lt;/ref&gt;&lt;ref&gt;Source: [[#S77]] File @M522@&lt;/ref&gt;&lt;ref&gt;Source: [[#S77]] File @M525@&lt;/ref&gt;&lt;ref&gt;Source: [[#S60]] Year: 1810; Census Place: Lynn, Northampton, Pennsylvania; Roll: 51; Page: 15; Image: 00118; Family History Library Film: 0193677 File @M528@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records File @M172@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1929-1990; Series Number: Series 1 File @M544@&lt;/ref&gt;&lt;ref&gt;Source: [[#S144]] Abstract of Graves of Revolutionary Patriots; Volume: 3; Serial: 10468-A; Volume: 23&lt;/ref&gt;&lt;ref&gt;Source: [[#S145]] File @M551@&lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 326 File @M176@&lt;/ref&gt;&lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S108]] National Archives andRecords Administration; Washington, D.C File @M462@&lt;/ref&gt;&lt;ref&gt;Source:[[#S25]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S146]] File @M469@&lt;/ref&gt;\n\n'''//'''\n'''Lorentz''' Reitz. &lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Lynn, Lehigh, Pennsylvania; Page: 153; NARA Roll: M33_104; Image: 163 File &lt;/ref&gt;\n''Found multiple versions of name. Using Lawrence Ritz.''\n\n'''Born'''\n1 DEC 1761.\nBerks, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.Longitude: W75.9277. &lt;ref&gt;Source: [[#S22]] 1800 United States Federal Census Record File &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: HistoricPennsylvania Church and Town Records File @M172@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 326 File @M176@&lt;/ref&gt;\n\n'''Died'''\n9 MAR 1844.\nNew Tripoli, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.6808.Longitude: W75.7522. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 326 File &lt;/ref&gt;\nFile .\n\n'''Buried'''\n1844\nLehigh County, Pennsylvania, USA.\nMap:\nLatitude: N40.6145.Longitude: W75.59. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1929-1990; Series Number: Series 1 File &lt;/ref&gt;\n\n'''Residence'''\n7 NOV 1792.\nBerks County, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.\nLongitude: W75.9277. &lt;ref&gt;Source: [[#S25]] &lt;/ref&gt;\n1798\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.Longitude: W75.3076. &lt;ref&gt;Source: [[#S108]] National Archives and Records Administration; Washington, D.C File &lt;/ref&gt;\n1775\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834. &lt;ref&gt;Source: [[#S145]] File &lt;/ref&gt;Males - Under 10: 2 Males -10 thru 15: 2 Males - 26 thru 44: 1 Females - Under 10: 1 Females - 10 thru 15: 1 Females - 26 thru 44: 1 Numberof Household Members Under 16: 6 Number of Household Members Over 25:2 Number of Household Members: 8.\n1800\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.\nLongitude: W75.3076. &lt;ref&gt;Source: [[#S77]] File &lt;/ref&gt;\n1786\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.\nLongitude: W75.3076. &lt;ref&gt;Source: [[#S77]] File &lt;/ref&gt;\n1790\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.Longitude: W75.3076. &lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp;Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File &lt;/ref&gt;\n1789\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.Longitude: W75.3076. &lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp;Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File &lt;/ref&gt;Males - Under 10: 2 Males - 10 thru 15: 2 Males - 16 thru 25: 2 Males - 45 and over: 1 Females - Under 10: 1 Females - 16 thru 25: 1 Females - 45 and over : 1 Members Under 16: 5 Members Over 25: 2 Number of Househol.\n1810\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.Longitude: W75.3076. &lt;ref&gt;Source: [[#S60]] Year: 1810; Census Place:Lynn, Northampton, Pennsylvania; Roll: 51; Page: 15; Image: 00118; Family History Library Film: 0193677 File &lt;/ref&gt;Males - 16 thru 25 1 Males - 45 and over 1 Females - 16 thru 25 1 Females - 45 and over 1 Number of Persons - Engaged in Agriculture 2Persons - Over 25 2 Total Free White Persons 4.\n1820\nLynn, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.0926.Longitude: W79.7539. &lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Lynn, Lehigh, Pennsylvania; Page: 153; NARA Roll: M33_104; Image: 163 File &lt;/ref&gt;\n\n'''Baptism:'''\n2 JAN 1762.\nBerks, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.Longitude: W75.9277. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records File &lt;/ref&gt;\n2 JAN 1762.\nLehigh County, Pennsylvania, USA.\nMap:\nLatitude: N40.6145.\nLongitude: W75.59.\nSource:\nFile .\n\n'''Property:'''\n4 JAN 1810.\nNorthampton, Pennsylvania, USA.\nMap:\nLatitude: N40.7527.\nLongitude: W75.3076.\n\n'''Photo:''' [[#M134]].\n\n'''File''' .\n@M134@.\n\n=== External Files ===* File &lt;span id='M133'&gt;M133&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Lorentz Reitz grave.jpg. Format: jpg. Lorentz Reitz grave.\n* File &lt;span id='M134'&gt;M134&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\revolutionary soldier(3).jpg. Format: jpg. revolutionary soldier.\n* External File: &lt;span id='M134'&gt;M134&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\revolutionary soldier(3).jpg Format: jpg revolutionary soldier\n* File &lt;span id='M172'&gt;M172&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985.jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: HistoricPennsylvania Church and Town Records.\n* File &lt;span id='M176'&gt;M176&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., Sons of the American Revolution Membership Applications, 1889-1970(1).jpg. Format: jpg. U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 326.\n* File &lt;span id='M462'&gt;M462&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, U.S. Direct TaxLists, 1798(2).jpg. Format: jpg. Pennsylvania, U.S. Direct Tax Lists, 1798. National Archives and Records Administration; Washington, D.C.\n* File &lt;span id='M469'&gt;M469&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Land Warrants and Applications, 1733-1952.jpg. Format: jpg. Pennsylvania, Land Warrants and Applications, 1733-1952.\n* File &lt;span id='M512'&gt;M512&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media00 United States Federal Census(11).jpg. Format: jpg. 1800 United States Federal Census. 1800 United States Federal Census Record.\n* File &lt;span id='M514'&gt;M514&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Tax and Exoneration, 1768-1801(9).jpg. Format: jpg. Pennsylvania, Tax and Exoneration, 1768-1801. Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331.\n* File &lt;span id='M517'&gt;M517&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Tax and Exoneration, 1768-1801(11).jpg. Format: jpg. Pennsylvania, Tax and Exoneration, 1768-1801. Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331.\n* File &lt;span id='M520'&gt;M520&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media20 United States Federal Census(3).jpg. Format: jpg. 1820 United States Federal Census. 1820 U S Census; Census Place: Lynn, Lehigh, Pennsylvania; Page: 153; NARA Roll: M33_104; Image: 163.\n* File &lt;span id='M522'&gt;M522&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Septennial Census, 1779-1863(8).jpg. Format: jpg. Pennsylvania, Septennial Census, 1779-1863.\n* File &lt;span id='M525'&gt;M525&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Septennial Census, 1779-1863(9).jpg. Format: jpg. Pennsylvania, Septennial Census, 1779-1863.\n* File &lt;span id='M528'&gt;M528&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media10 United States Federal Census(5).jpg. Format: jpg. 1810 United States Federal Census. Year: 1810; Census Place: Lynn, Northampton, Pennsylvania; Roll: 51; Page: 15; Image: 00118; Family History Library Film: 0193677.\n* File &lt;span id='M533'&gt;M533&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Unknown.jpg. Format: jpg.\n* File &lt;span id='M544'&gt;M544&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Veterans BurialCards, 1777-2012(8).jpg. Format: jpg. Pennsylvania, Veterans BurialCards, 1777-2012. Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1929-1990; Series Number: Series 1.\n* File &lt;span id='M551'&gt;M551&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783.jpg. Format: jpg. Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S108'&gt;S108&lt;/span&gt; Ancestry.com Pennsylvania, U.S.Direct Tax Lists, 1798 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S125'&gt;S125&lt;/span&gt; Ancestry.com 1820 United StatesFederal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S144'&gt;S144&lt;/span&gt; Hatcher, Patricia Law Abstract of Graves of Revolutionary Patriots Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 1999; Repository: [[#R2]]* Source: &lt;span id='S145'&gt;S145&lt;/span&gt; Ancestry.com Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S146'&gt;S146&lt;/span&gt; Ancestry.com Pennsylvania, LandWarrants and Applications, 1733-1952 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]* Source: &lt;span id='S22'&gt;S22&lt;/span&gt; Ancestry.com 1800 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2010; NOTESecond Census of the United States, 1800. NARA microfilm publication M32 (52 rolls). Records of the Bureauof the Census, Record Group 29. National Archives, Washington, D.C. &lt;p&gt; Second Census of the United States, 1800: Population Schedules, Washington County, Territory Northwest of the River Ohio; and Population Census, 1803: Washington County, Ohio. NARA microfilm publication M1804 (1 roll).&lt;/p&gt;* Source: &lt;span id='S24'&gt;S24&lt;/span&gt; Lineages, Inc., comp Lehigh and Berks Counties, Pennsylvania: Helffrich Pastoral Records Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S25'&gt;S25&lt;/span&gt; Ancestry.com Pennsylvania, ChurchRecords - Adams, Berks, and Lancaster Counties, 1729-1881 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2004; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Ancestry.com Pennsylvania, Veterans Burial Cards, 1777-2012 Publication: Name: Ancestry.com Operations,Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S60'&gt;S60&lt;/span&gt; Ancestry.com 1810 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]]* Source: &lt;span id='S77'&gt;S77&lt;/span&gt; Ancestry.com Pennsylvania, Septennial Census, 1779-1863 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S79'&gt;S79&lt;/span&gt; Ancestry.com Pennsylvania, Tax and Exoneration, 1768-1801 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]] mQC52Q fE9XA8 sO1PSB
iO1PSB sM4YY5 whttps://www.WikiTree.com/wiki/Hess-3743 pCatherine qHess gf b17590814 z1 d18371226
iUEV76 whttps://www.WikiTree.com/wiki/Reitz-438 pJohn Hess qReitz gm b17850508 vPennsylvania, USA z1 d18520412 yCatawissa, Columbia, Pennsylvania, USA o== Biography ==\n'''John''' Hess Reitz Sr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n8 MAY 1785.\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n12 APR 1852.\nCatawissa, Columbia, Pennsylvania, USA.\nMap:\nLatitude: N40.952.\nLongitude: W76.4597. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1852\nCatawissa, Columbia, Pennsylvania, USA.\nMap:\nLatitude: N40.952.\nLongitude: W76.4597. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M39]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M39'&gt;M39&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\DAR(1).jpg. Format: jpg. DAR\n* External File: &lt;span id='M39'&gt;M39&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\DAR(1).jpg Format: jpg DAR\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com mO1PSB fM4YY5 sVMTEW
iVMTEW sUEV76 whttps://www.WikiTree.com/wiki/Frey-2052 pMary Elizabeth qFrey gf b17880000 z1 d18760000
iMKA1Y whttps://www.WikiTree.com/wiki/Reitz-441 pJoseph qReitz gm b18250000 vLynn, Lehigh, Pennsylvania, USA z1 d18320000 o== Biography ==''No biography yet.&lt;ref&gt;Profile created by [[Armstrong-5775 | Kim Armstrong]] through the import of Ritts Family Tree_2017-12-24.ged on Dec24, 2017. ''This comment and citation should be deleted after a shortbiography has been added and primary sources have been cited.''&lt;/ref&gt;Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n mVMTEW fUEV76
iH6X77 whttps://www.WikiTree.com/wiki/Reitz-439 pJonas qReitz gm b17960501 vPennsylvania, USA z1 d18610610 yNew Tripoli, Lehigh, Pennsylvania, USA o== Biography =='''Jonas''' Reitz. &lt;ref&gt;Source: [[#S71]] Volume: 326 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S28]] Year: 1860; Census Place: Lynn, Lehigh, Pennsylvania; Roll: M653_1130; Page: 337; Family History Library Film: 805130 File @M175@&lt;/ref&gt;&lt;ref&gt;Source: [[#S29]] Year: 1850; Census Place: Lynn, Lehigh, Pennsylvania; Roll: M432_792; Page: 125B; Image: 252 File @M173@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;\n\n'''Born'''\n1 MAY 1796.\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.Longitude: W76.3834. &lt;ref&gt;Source: [[#S71]] Volume: 326 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S28]] Year: 1860; Census Place: Lynn, Lehigh, Pennsylvania; Roll: M653_1130; Page: 337; Family History Library Film: 805130 File @M175@&lt;/ref&gt;&lt;ref&gt;Source: [[#S29]] Year: 1850; Census Place: Lynn, Lehigh, Pennsylvania; Roll: M432_792; Page: 125B; Image: 252 File @M173@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;\n\n'''Died'''\n10 JUN 1861.\nNew Tripoli, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.6808.Longitude: W75.7522. &lt;ref&gt;Source: [[#S71]] Volume: 326 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1861\nNew Tripoli, Lehigh County, Pennsylvania, USA.\nMap:\nLatitude: N40.6808.Longitude: W75.7522. &lt;ref&gt;Source: [[#S24]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]]&lt;/ref&gt;\n\n'''Residence'''\n1850\nLynn, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.0926.Longitude: W79.7539. &lt;ref&gt;Source: [[#S29]] Year: 1850; Census Place:Lynn, Lehigh, Pennsylvania; Roll: M432_792; Page: 125B; Image: 252 File &lt;/ref&gt;\n1860\nLynn, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.0926.Longitude: W79.7539. &lt;ref&gt;Source: [[#S28]] Year: 1860; Census Place:Lynn, Lehigh, Pennsylvania; Roll: M653_1130; Page: 337; Family History Library Film: 805130 File &lt;/ref&gt;\n\n'''Photo:''' [[#M39]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M173'&gt;M173&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media50 United States Federal Census.jpg. Format: jpg. 1850 United States Federal Census. Year: 1850; Census Place: Lynn, Lehigh, Pennsylvania; Roll: M432_792; Page: 125B; Image: 252.\n* File &lt;span id='M175'&gt;M175&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media60 United States Federal Census.jpg. Format: jpg. 1860 United States Federal Census. Year: 1860; Census Place: Lynn, Lehigh, Pennsylvania; Roll: M653_1130; Page: 337; Family History Library Film: 805130.\n* File &lt;span id='M176'&gt;M176&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., Sons of the American Revolution Membership Applications, 1889-1970(1).jpg. Format: jpg. U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 326.\n* File &lt;span id='M39'&gt;M39&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\DAR(1).jpg. Format: jpg. DAR\n* External File: &lt;span id='M39'&gt;M39&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\DAR(1).jpg Format: jpg DAR\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S24'&gt;S24&lt;/span&gt; Lineages, Inc., comp Lehigh and Berks Counties, Pennsylvania: Helffrich Pastoral Records Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S28'&gt;S28&lt;/span&gt; Ancestry.com 1860 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]]* Source: &lt;span id='S29'&gt;S29&lt;/span&gt; Ancestry.com 1850 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]] mO1PSB fM4YY5 sULVM2
iULVM2 sH6X77 whttps://www.WikiTree.com/wiki/Lutz-1602 pCatherine qLutz gf b18040926 z1 d18800318
iQO21M whttps://www.WikiTree.com/wiki/Reitz-455 pElias qReitz gm b18341225 z1 d19170228 o== Biography ==\n'''Elias''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n25 DEC 1834. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n28 FEB 1917. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1917\nNew Tripoli, Lehigh, Pennsylvania, USA.\nMap:\nLatitude: N40.6808.\nLongitude: W75.7522. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mULVM2 fH6X77
iKMEFK whttps://www.WikiTree.com/wiki/Reitz-440 pDaniel S qReitz gm b18401000 vPennsylvania, USA o== Biography ==\n'''Daniel''' S Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\nOCT 1840.\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nWyandotte County, Kansas, USA.\nMap:\nLatitude: N39.1144.\nLongitude: W94.7662. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mULVM2 fH6X77
iLXFDL whttps://www.WikiTree.com/wiki/Reitz-123 pJohan Georg qReitz gm b17260205 vLohrhaupten, Gelnhausen, Hesse-Nassau, Prussia, Germany z1 d17830000 yWashington, Northumberland, Pennsylvania, United States o== Biography ==Johan Georg was born February 5, 1726, at Lohrhaupten, Gelnhausen (now Flörsbachtal), where he belonged to the Lutheran Church.&lt;ref name=reitz1967&gt;Reitz, A. G. (1967). The Reitz family. Brookville, Pa: A.G. Reitz. Page 4. In the possession of [[Reitz-515|Zachary Reitz]].&lt;/ref&gt;\nHe landed in Philadelphia, Pennsylvania, on September 14, 1751, in the ship ''Duke of Bedford''.&lt;ref name=reitz1967 /&gt;&lt;ref&gt;Strassburger, R.Beaver. (1934). Pennsylvania German pioneers: a publication of the original lists of arrivals in the port of Philadelphia from 1727 to 1808. Norristown, Penn.: Pennsylvania German Society. Page 537. https://archive.org/stream/pennsylvaniagerm43stra&lt;/ref&gt;\nHe settled Rebuck in Northumberland County, Pennsylvania, and helped build Himmel's Church there.&lt;ref name=reitz1967 /&gt;\nHe died in 1793, at the age of 66, in Northumberland County, PA; he was buried onthe Reitz Farm Cemetery.&lt;ref&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 29 August 2018), memorial page for Johan George Reitz (5 Feb 172630 Jan 1793), Find A Grave Memorial no.168629127, citing Reitz Farm Cemetery, Northumberland County, Pennsylvania, USA ; Maintained by Law-Miller Roots (contributor 47103448) .&lt;/ref&gt;\n\n'''Name:''' Johan Georg Reitz.\nGiven Name: Johan Georg.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Christening:'''\n03 FEB 1726.\nLohrhaupten,Gelnhausen,Hessen-Nassau,Germany\n\n'''Buried'''\n1783\nfarm near Rebuck,Washington Twp,Northumberlnd Co,PA.\n\n'''Note:''' [[#N90721936]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;\nDNA verified: Joanne Reitz 23andMe. Common ancestor through Michael Reitz, Andreas Reitz sibling.*Biography, 1988, Margaret Reitz, &quot;The Century Farms of Jefferson County, PA&quot;, (The Jefferson County Historical and Genealogical Society, Brookville, PA), pp.58-59*Records of Schwaben Creek (Himmel Lutheran &amp; Reformed) Church, Washington Township, Northumberland County, Pennsylvania, 1774-1846*Passenger and Immigration Lists Index, 1500s-1900s. Place: Philadelphia, Pennsylvania; Year: 1751; Page Number: 458 mKX6IO fJEJNJ sXFZ1Z
iXFZ1Z sLXFDL whttps://www.WikiTree.com/wiki/Unknown-435705 pAnna Martha qUnknown gf b17190220 z1 d17880500
iA6QW3 whttps://www.WikiTree.com/wiki/Reitz-220 pAndreas qReitz gm b17550101 vSwabian Creek, Washington Township, Berks County, Colony of Pennsylvania z1 d18370316 yNorthumberland County, Pennsylvania, USA o== Biography ==\nAndreas was born in 1755, Swabian Creek, Wahsington Twp., Northumberland County, Penna., the son of Johan George Heinrich Reitz (b. Lohrhaupten, Gelnhausen, Hessen-Nassau, Germany) and Anna Martha (b. same location). He passed away in 1837, and was buried at Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania.&lt;ref&gt;''Find A Grave'', database and images (https://www.findagrave.com : accessed 29 June 2019), memorial page for Andreas (Andrew) Reitz (1 Jan 175516 Mar 1837), [https://www.findagrave.com/memorial/32965697/andreas-_andrew_-reitz Find A Grave Memorial no. 32965697], citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA ; Maintained by palsg (contributor 46888396).&lt;/ref&gt;\n\n=== GEDCOM Import ===''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-220was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. &lt;/ref&gt;\n'''Andreas''' Andrew Reitz. &lt;ref&gt;Source: [[#S145]] File @M557@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000 File @M561@&lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S153]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File @M743@&lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Andrew''' Reitz.\n''Found multiple versions of name. Using Andreas Andrew Reitz.''\n\n'''Born'''\n1 JAN 1755.\nWashington Township, Berks County, Pennsylvania, USA.\nMap:\nLatitude: N40.1676.Longitude: W80.2463. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000 File @M561@&lt;/ref&gt;&lt;ref&gt;Source: [[#S153]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\nBEF 1755.\n''Found multiple copies of birth date. Using 1 JAN 1755''\n\n'''Died'''\n16 MAR 1837.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File @M169@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Buried'''\n1837\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000 File @M561@&lt;/ref&gt;&lt;ref&gt;Source: [[#S57]] Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; SeriesNumber: Series 4 File @M549@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S62]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M745@&lt;/ref&gt;\n\n'''Residence'''\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.\nLongitude: W76.3834. &lt;ref&gt;Source: [[#S145]] File @M557@&lt;/ref&gt;Males - Under 10: 1 Males - 16 thru 25: 2 Males - 45 and over: 1 Females - Under 10: 3 Females - 10 thru 15: 2 Females - 16 thru 25: 2 Females - 26 thru 44: 1 Number of Household Members Under 16: 6 Number of Household Members Over 25: 2 Number of.\n1800\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082.\n1782\nNorthumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S79]] Pennsylvania Historical &amp;Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331 File @M743@&lt;/ref&gt;\n\n'''Buried'''\nHimmel Chur Cem,Washington Twp,Northumberlnd Co,PA.\n\n'''Note:''' [[#N75929922]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N75929922'&gt;N75929922&lt;/span&gt;Family was living in Berks County in 1755. This area became NorthumberlandCounty in 1772. Andreas received a patent for the farm that his father hadtaken out a warant for in 1772 in Mahanoy Twp. (later became Upper Mahanoy Twp.\nand then became part of Washington Twp.)\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 338.* Pennsylvania, Veterans Burial Cards, 1777-2012. Pennsylvania Historical and Museum Commission; Harrisburg, Pennsylvania; Pennsylvania Veterans Burial Cards, 1950-2010; Series Number: Series 4.* Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783.* Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 1000.* Pennsylvania, Tax and Exoneration, 1768-1801. Pennsylvania Historical &amp; Museum Commission; Records of the Office of the Comptroller General, RG-4; Tax &amp; Exoneration Lists, 1762-1794; Microfilm Roll: 331.* Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236.\n* https://familysearch.org/tree/#view=ancestor&amp;person=KL4K-K1D* Source: &lt;span id='S145'&gt;S145&lt;/span&gt; Ancestry.com Pennsylvania, Revolutionary War Battalions and Militia Index, 1775-1783 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S153'&gt;S153&lt;/span&gt; Godfrey Memorial Library, comp.American Genealogical-Biographical Index (AGBI) Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 1999; Repository: [[#R2]]* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Ancestry.com Pennsylvania, Veterans Burial Cards, 1777-2012 Publication: Name: Ancestry.com Operations,Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]* Source: &lt;span id='S62'&gt;S62&lt;/span&gt; National Cemetery Administration U.S. Veterans' Gravesites, ca.1775-2006 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2006; Repository: [[#R2]]* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]]* Source: &lt;span id='S79'&gt;S79&lt;/span&gt; Ancestry.com Pennsylvania, Tax and Exoneration, 1768-1801 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]] mXFZ1Z fLXFDL sJGNJP
iJGNJP sA6QW3 whttps://www.WikiTree.com/wiki/Brosius-161 pMaria-Margaretha qBrosius gf b17610517 z1 d18261020
iIDEM4 whttps://www.WikiTree.com/wiki/Reitz-452 pJacob F qReitz gm b17820130 vUpper Mahanoy Tw,,Northumberlnd Co,PA z1 d18380926 yMahanoy City, Schuylkill County, Pennsylvania, USA o== Biography =='''Jacob''' F Reitz Sr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia,Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M667@&lt;/ref&gt;\n\n'''Born'''\n30 JAN 1782.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n26 SEP 1838.\nMahanoy City, Schuylkill County, Pennsylvania, USA.\nMap:\nLatitude: N40.8126.\nLongitude: W76.1416. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1838\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M667'&gt;M667&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(20).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n* File &lt;span id='M672'&gt;M672&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(22).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n'''Buried'''\nSt Peters L&amp;R Ch,Red Cross,Jackson Twp,Northumb. Co. PA.\n\n'''Note:''' [[#N59901084]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N59901084'&gt;N59901084&lt;/span&gt;b-Caldwells Atlas of Jefferson Co., PA 1878; d- Meiser; death and marriagedate - JR Bible; Floyds pg. 587 lists another child (female who married a Seiler\n- no records of her elsewhere)Received warrant in 1816 for 110 acres in Jackson Twp., Northumberland Co. -\nFarmer in Jackson Twp.\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mJGNJP fA6QW3 sT5RWX
iT5RWX sIDEM4 whttps://www.WikiTree.com/wiki/Hepler-268 pAnna Maria qHepler gf b17840404 z1 d18570923
iVX1RV whttps://www.WikiTree.com/wiki/Reitz-469 pBenjamin qReitz gm b18030719 vNorthumberland County, Pennsylvania, USA z1 d18380111 o== Biography =='''Benjamin''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 124001-125491 File @M724@&lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n19 JUL 1803.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 124001-125491 File @M724@&lt;/ref&gt;\n\n'''Died'''\n11 JAN 1838. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1838\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Baptism:'''\n3 SEP 1803.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Photo:''' [[#M611]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M611'&gt;M611&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Benjamin Reitz grave.jpg. Format: jpg. Benjamin Reitz grave.\n* External File: &lt;span id='M611'&gt;M611&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Benjamin Reitz grave.jpg Format: jpg Benjamin Reitz grave\n* File &lt;span id='M667'&gt;M667&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(20).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n* File &lt;span id='M724'&gt;M724&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(74).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 124001-125491.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n fIDEM4
iRDAR5 whttps://www.WikiTree.com/wiki/Reitz-470 pJacob qReitz gm b18041126 vPennsylvania, USA z1 d18770126 o== Biography =='''Jacob''' Reitz Jr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Born'''\n26 NOV 1803.\nPennsylvania, USA.\nMap:\nLatitude: N40.8583.Longitude: W76.3834. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Died'''\n26 JAN 1877. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1877\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M5]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M213'&gt;M213&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(2).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920.\n* File &lt;span id='M5'&gt;M5&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Jacob Reitz Headstone.jpg. Format: jpg. Jacob Reitz Headstone.\n* External File: &lt;span id='M5'&gt;M5&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Jacob Reitz Headstone.jpgFormat: jpg Jacob Reitz Headstone\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]] mT5RWX fIDEM4 sYGPNZ
iYGPNZ sRDAR5 whttps://www.WikiTree.com/wiki/Wagner-8282 pElizabeth qWagner gf b18030720 z1 d18871127
iI5IQB whttps://www.WikiTree.com/wiki/Reitz-478 pManuel Wagner qReitz gm b18291106 vNorthumberland County, Pennsylvania, USA z1 d19070312 yJefferson County, Pennsylvania, USA o== Biography ==\n'''Manuel''' Wagner Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n6 NOV 1829.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n12 MAR 1907.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1907\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M615]].\n\n'''File''' .\n@M615@.\n\n=== External Files ===* File &lt;span id='M612'&gt;M612&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Obituary.htm. Format: jpg. Obituary as posted at findagrave.com.\n* File &lt;span id='M615'&gt;M615&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\manuel wagner reitz.jpg. Format: jpg. manuel wagner reitz. jefferson history page 351.\n* External File: &lt;span id='M615'&gt;M615&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\manuel wagner reitz.jpg Format: jpg manuel wagner reitz jefferson history page 351\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mYGPNZ fRDAR5
iN6ZXA whttps://www.WikiTree.com/wiki/Reitz-475 pAaron qReitz gm b18340807 z1 d19150413 o== Biography ==\n'''Aaron''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n7 AUG 1834. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n13 APR 1915. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1915\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mYGPNZ fRDAR5
iAY6RK whttps://www.WikiTree.com/wiki/Reitz-479 pJonathan Wagner qReitz gm b18360210 vNorthumberland County, Pennsylvania, USA z1 d18870616 yJefferson County, Pennsylvania, USA o== Biography =='''Jonathan''' Wagner Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S101]] National Archives and Records Administration (NARA); Washington, D.C.; Consolidated Lists of Civil War Draft Registration Records(Provost Marshal General's Bureau; Consolidated Enrollment Lists, 1863-1865); Record Group: 110, Records of the Provost Marsha File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n10 FEB 1836.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S101]] National Archives and Records Administration (NARA); Washington, D.C.; Consolidated Lists of Civil War Draft Registration Records (Provost Marshal General's Bureau; Consolidated Enrollment Lists, 1863-1865);Record Group: 110, Records of the Provost Marsha File &lt;/ref&gt;\n\n'''Died'''\n16 JUN 1887.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1887\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Residence'''\n1 JUL 1863.\nJefferson, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.Longitude: W78.9998. &lt;ref&gt;Source: [[#S101]] National Archives and Records Administration (NARA); Washington, D.C.; Consolidated Lists of Civil War Draft Registration Records (Provost Marshal General's Bureau;Consolidated Enrollment Lists, 1863-1865); Record Group: 110, Recordsof the Provost Marsha File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M716'&gt;M716&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., Civil War Draft Registrations Records, 1863-1865(3).jpg. Format: jpg. U.S., Civil War DraftRegistrations Records, 1863-1865. National Archives and Records Administration (NARA); Washington, D.C.; Consolidated Lists of Civil War Draft Registration Records (Provost Marshal General's Bureau; Consolidated Enrollment Lists, 1863-1865); Record Group: 110, Records of the Provost Marsha.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S101'&gt;S101&lt;/span&gt; Ancestry.com U.S., Civil War Draft Registrations Records, 1863-1865 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n mYGPNZ fRDAR5
iS3N4G whttps://www.WikiTree.com/wiki/Reitz-476 pBenjamin Wagner qReitz gm b18410223 vNorthumberland County, Pennsylvania, USA z1 d19141228 yBrookville, Jefferson, Pennsylvania, USA o== Biography =='''Benjamin''' Wagner Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Born'''\n23 FEB 1841.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Died'''\n28 DEC 1914.\nBrookville, Jefferson, Pennsylvania, USA.\nMap:\nLatitude: N41.1612.Longitude: W79.0831. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920 File &lt;/ref&gt;\n\n'''Buried'''\n1914\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M213'&gt;M213&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(2).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 114421-117920.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n mYGPNZ fRDAR5
iFX39F whttps://www.WikiTree.com/wiki/Reitz-480 pWilliam qReitz gm b18440110 z1 d18511025 o== Biography ==\n'''William''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n10 JAN 1844. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n25 OCT 1851. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1851\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mYGPNZ fRDAR5
iKXIOF whttps://www.WikiTree.com/wiki/Reitz-467 pLydia Hannah qReitz gf b18070209 vJackson, Northumberland County, Pennsylvania, USA z1 d18790419 yBenner, Centre County, Pennsylvania, USA o== Biography =='''Lydia''' Hannah Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 107001-109700 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n9 FEB 1807.\nJackson, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N42.0269.Longitude: W80.0138. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 107001-109700 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n19 APR 1879.Benner, Centre County, Pennsylvania, USA. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1879\nCentre County, Pennsylvania, USA.\nMap:\nLatitude: N40.9143.Longitude: W77.8185. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M608]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M608'&gt;M608&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Lydia Hannah Reitz (1807 - 1879).jpg. Format: jpg. Lydia Hannah Reitz (1807 - 1879). Birth: unknown Death: Apr. 19, 1879 Note: Age at death, 72 years, 2 months,10 days, wife of Henry Tressler. Burial: Meyer Cemetery Buffalo Run Centre County Pennsylvania, USA Created by: Kenneth Greene Record added: Jan 27, 2008 Find A Grave Memorial# 24208847.\n* External File: &lt;span id='M608'&gt;M608&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Lydia Hannah Reitz (1807 - 1879).jpg Format: jpg Lydia Hannah Reitz (1807 - 1879) Birth: unknown Death: Apr. 19, 1879 Note: Age at death, 72 years, 2 months, 10 days, wife of Henry Tressler. Burial: Meyer Cemetery Buffalo Run Centre County Pennsylvania, USA Created by: Kenneth Greene Record added: Jan 27, 2008 Find A Grave Memorial# 24208847\n* File &lt;span id='M703'&gt;M703&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(63).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 107001-109700.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]] mT5RWX fIDEM4
iD0AMH whttps://www.WikiTree.com/wiki/Reitz-471 pSamuel qReitz gm b18120329 z1 d18720501 yDornsife, Northumberland County, Pennsylvania, USA o== Biography ==\n'''Samuel''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n29 MAR 1812. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1 MAY 1872.\nDornsife, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7456.\nLongitude: W76.7894. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1872\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n fIDEM4
iB5D1T whttps://www.WikiTree.com/wiki/Reitz-472 pDaniel H. qReitz gm b18130801 vNorthumberland County, Pennsylvania, USA z1 d18890513 o== Biography =='''Daniel''' H. Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n1 AUG 1813.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S1]]Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142 File &lt;/ref&gt;\n\n'''Died'''\n13 MAY 1889. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Residence''' Marital Status: Married; Relation to Head: Self.\n1880\nLittle Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7667.Longitude: W76.7581. &lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M708'&gt;M708&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media80 United States Federal Census(21).jpg. Format: jpg. 1880 United States Federal Census. Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: 1163; Family History Film: 1255163; Page: 12D; Enumeration District: 142.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S1'&gt;S1&lt;/span&gt; Ancestry.com and The Church of Jesus Christ of Latter-day Saints 1880 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n fIDEM4
iC2IAJ whttps://www.WikiTree.com/wiki/Reitz-468 pIsaac H qReitz gm b18180910 z1 d18941119 o== Biography =='''Isaac''' H Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records;Reel: 236 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''10 SEP 1818. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Died'''\n19 NOV 1894. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1894\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Baptism:'''\n25 OCT 1818.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Photo:''' [[#M606]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M606'&gt;M606&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\IMG_9787.JPG.jpg. Format: jpg. IMG_9787.JPG 3 Jul 2017.\n* External File: &lt;span id='M606'&gt;M606&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\IMG_9787.JPG.jpg Format: jpg IMG_9787.JPG 3 Jul 2017\n* File &lt;span id='M672'&gt;M672&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(22).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mT5RWX fIDEM4
iN0C6U whttps://www.WikiTree.com/wiki/Reitz-474 pJoseph H qReitz gm b18240110 vNorthumberland County, Pennsylvania, USA z1 d18700507 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Joseph''' H Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n10 JAN 1824.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n7 MAY 1870.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1870\nHerndon, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7095.\nLongitude: W76.8425. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com mT5RWX fIDEM4 sMHCAM
iMHCAM sN0C6U whttps://www.WikiTree.com/wiki/Siders-133 pZeiders Catharine qSiders gf b18200215 z1 d18921107
iGFICE whttps://www.WikiTree.com/wiki/Reitz-640 pJoseph S. qReitz gm b18480105 vJackson Twp,Northumberlnd Co,Pennsylvania z1 d19120208 yMontandon,W.Chillisquaque,Northumberlnd Co,Pennsylvania o== Biography ==\n'''Name:''' Joseph S. Reitz.\nGiven Name: Joseph S.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n11 FEB 1912.\nMontandon Cem,W.Chillisquaque,Northumberlnd Co,Pennsylvania.\n'''Note:''' [[#N72781600]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N72781600'&gt;N72781600&lt;/span&gt;\nFloyds pg 463-464 - Attended Union College, New Berlin, PA two terms -taught school for one term. Later removed to Williamstown, Dauphin county,for 8 years and served as school director of the township. In 1876-1877 hestage between Williamstown and Tower City. He was associated with hisfatherin the general store business at Trevorton for 2 years before his father's\ndeath, after which he carried on a meat market. In 1893 he went to\nChillisquaque twp and engaged in market gardening (provided all of thevegetables for Bucknell University). He was active in the Methodist church of\nMontandon.b, d, &amp; burial date - death certificate, cause of death true pneumonia fever\nwith contributory cause exposure;\n1850 census age 2 in Jackson Twp w/family;\n1860 census age 11 in Little Mahanoy Twp;\n1871 bought property in Shamokin; 1873 &amp; 1875 living inWilliamstown when property was sold; 1878 resided in Lykens; 1880 census age 32living at 213 Coal St., Pottsville, PA w/Lena, Harvey(9), Kate(5), Edward (3) -occupation livery stable; 1886-1893 living in Shamokin; 1900 census age 52living West Chillisquaque twp. w/ Lena, Edward(22), George(19)&amp; Howard(8) -occupation gardner; 1910 census age 62 living West Chillisquaque twp.w/Lena,\nAllan(23) &amp; Howard(18) - occupation farmer on truck farm.\nCRE\n25 SEP 2019.\nTime: 10:57:13.\n\n== Sources ==\n&lt;references /&gt;* https://github.com/kennethreitz/context/raw/master/ext/kr-ascendents.pdf mMHCAM fN0C6U sS3YKF
iS3YKF sGFICE whttps://www.WikiTree.com/wiki/C-303 pMinnie qC gf b18860000
iJQ2W5 whttps://www.WikiTree.com/wiki/Reitz-90 pHoward W qReitz gm b19040000 vShamokin,Northumberlnd Co,Pennsylvania z1 d19181029 yW.Chillisquaque,Northumberlnd Co,Pennsylvania o== Biography ==\nPer the 1910 census, he was the son of William H. Reitz (b abt 1871 PA) and his second wife Ida R. _____ (b abt 1878 PA).&lt;ref name=1910census&gt;&quot;United States Census, 1910,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/3:1:33S7-9RKF-9ZMP?cc=1727033&amp;wc=QZZH-7M7%3A133638001%2C140150901%2C143181101%2C1589089706 : 24 June 2017), Pennsylvania &gt; Northumberland &gt; Zerbe &gt; ED 125 &gt; image 35 of 52; citing NARA microfilm publication T624 (Washington, D.C.: National Archives and Records Administration, n.d.).&lt;/ref&gt;\n\n=== Name ===\n: Howard W Reitz&lt;ref name=1910census/&gt;\n\n=== Residence ===\n:\n:: 1910\n:: Zerbe, Northumberland, Pennsylvania&lt;ref name=1910census/&gt;\n\n=== Death ===Might be the Howard Wilson Reitz buried at Himmel Church Cemetery in Sunbury, Northumberland, Pennsylvania, died 30 Jun 1912.&lt;ref&gt;{{FindAGrave|34694720}}&lt;/ref&gt;\n\n'''Name:''' Howard Wesley Reitz.\nGiven Name: Howard Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Buried'''\n31 OCT 1918.\nMontandon Cem,Montandon,W.Chillisquaque,Northumb. Co. PA.\n'''Note:''' [[#N38959608]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n=== Notes ===\nNote &lt;span id='N38959608'&gt;N38959608&lt;/span&gt;\nFloyds pg 464; marriage license application, occupation - telegraphy;\n1900 census age 8 w/parents West Chillisquaque twp.1910 census age 18 w/parents West Chillisquaque twp. occupation - telegraphy apprentice;b, d, &amp; burial - death certificate; shows occupation trucker, cause of death pneumonia with contributory cause influenza.WorldWar I Draft Registration Card 880, No.39, June 5, 1917, Address:P. O. Box, Montandon, PA; occupation self employed market gardener; wife and three children; medium height and build, blue eyes, light brown hair, not bald\nCRE\n25 SEP 2019.\nTime: 10:57:14.\n\n== Sources ==\n&lt;references /&gt;\n\n== Acknowledgments ==\nThank you to [[Wayland-102 | Denay Greco]] for creating WikiTree profile Reitz-90 through the import of Wayland-Ebert Family Tree .ged on Mar 10, 2013.\nClick to the Changes page for the details of edits by Denay and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt;\n* Personal account, family record keeping. mS3YKF fGFICE sMHLF8
iMHLF8 sJQ2W5 whttps://www.WikiTree.com/wiki/Owen-7975 pElla Esther qOwen gf b18911113
iY0W8D whttps://www.WikiTree.com/wiki/Reitz-642 pMyron Wesley qReitz gm b19140309 vMontandon,W.Chillisquaque,Northumberland,Pennsylvania z1 d19730326 yCentre Co Hosp,Bellefonte,Centre,Pennsylvania o== Biography ==\n'''Name:''' Myron Wesley Reitz.\nGiven Name: Myron Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n09 MAR 1914.\nMontandon,W.Chillisquaque,Northumberland,Pennsylvania\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''Died'''\n26 MAR 1973.\nCentre Co Hosp,Bellefonte,Centre,Pennsylvania.\n&lt;ref name=&quot;ref_0&quot;/&gt;\n'''Christening:'''\n02 JUN 1914.\nMeth. Episcopal,W.Chillisquaque,Northumberland,Pennsylvania.\n'''Buried'''\n29 MAR 1973.\nCentre Co Mem Pk,College Twp,Centre,Pennsylvania.\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n7 Sept 1935.\nMilesburg,,Centre County,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Myron Wesley Reitz.\nWife Isabel June Jodon.\nChild: .\nChild: Howard Wesley Reitz.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is privacy-protected on WikiTree. If you did not add their information, do not share it with anyone. mMHLF8 fJQ2W5 sATFN2
iATFN2 sY0W8D whttps://www.WikiTree.com/wiki/Jodon-20 pIsabel June qJodon gf b19170616 z1 d20090106
iVA971 whttps://www.WikiTree.com/wiki/Reitz-637 pHoward Wesley qReitz gm b19470000 vCentre Co Hosp,Bellefonte,Centre Co,PA o== Biography ==\n'''Name:''' Howard Wesley Reitz.\nGiven Name: Howard Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1947.\nCentre Co Hosp,Bellefonte,Centre Co,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''Note:''' [[#N81015109]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n1965.\nSt Luke's LuthCh, Centre Hall, Centre, Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Howard Wesley Reitz.\nWife Carol Frances Stamm.\nChild: Brian Wesley Reitz.\nChild: Douglas Myron Reitz.\nChild: Karen Lea Reitz.\n=== Notes ===\nNote &lt;span id='N81015109'&gt;N81015109&lt;/span&gt;\nFirst drove tractor 8-9-1951, four years old.\nGraduate of Penn State University with degree in civil engineering.\nMaster of business administration degree from University of Phoenix.\nCRE\n25 SEP 2019.\nTime: 10:57:11.\n\n'''Name:''' Howard Wesley Reitz.\nGiven Name: Howard Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Born'''\n1947.\nCentre Co Hosp,Bellefonte,Centre Co,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n\n'''Note:''' [[#N81015109]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n'''Marriage'''\nMarriage\n1965.\nSt Luke's LuthCh,Centre Hall,Centre,Pennsylvania.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband @IP689@.\nWife @IP690@.\nChild: @IP3263@.\nChild: @IP1933@.\nChild: @IP687@.\n\n=== Notes ===\nNote &lt;span id='N81015109'&gt;N81015109&lt;/span&gt;\nFirst drove tractor 8-9-1951, four years old.\nGraduate of Penn State University with degree in civil engineering.\nMaster of business administration degree from University of Phoenix.\nCRE\n25 SEP 2019.\nTime: 10:57:11.\n\n== Sources ==\n&lt;references /&gt;\n* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mATFN2 fY0W8D sOFYC1
iOFYC1 sVA971 pAnonymous
iNBT0B whttps://www.WikiTree.com/wiki/Reitz-638 pBrian Wesley qReitz gm b19660000 vCentre Co Hosp,Bellefonte,Centre County,Pennsylvania o== Biography ==\n'''Name:''' Brian Wesley Reitz.\nGiven Name: Brian Wesley.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1966.\nCentre Co Hosp,Bellefonte,Centre County,Pennsylvania.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\n\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mOFYC1 fVA971
iUJ15G whttps://www.WikiTree.com/wiki/Reitz-636 pDouglas Myron qReitz gm b19690000 vCentre Co Hosp,Bellefonte,Centre County,PA o== Biography ==\n'''Name:''' Douglas Myron Reitz.\nGiven Name: Douglas Myron.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Note:''' [[#N53034792]].\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n'''Marriage'''\nMarriage\n1988.\n&lt;ref&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\nHusband Douglas Myron Reitz.\nWife Patricia Margaret Glynn.\nChild: .\nChild: Kenneth Robert Reitz.\nChild: .\nChild: .\n=== Notes ===\nNote &lt;span id='N53034792'&gt;N53034792&lt;/span&gt;Received Bachelor of Science degree from Penn State University in August 1995.\nCRE\n25 SEP 2019.\nTime: 10:57:14.\n\n== Sources ==\n&lt;references /&gt;\n* Personally verified (contribution made by his son).\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mOFYC1 fVA971 sIA81O
iIA81O sUJ15G pAnonymous
iJELVG whttps://www.WikiTree.com/wiki/Reitz-635 pKenneth Robert qReitz gm b19881003 vCentre Co Hosp,State College,Centre County,PA o[[Category:Software Engineers]]\n[[Category:American Musicians]]\n[[Category:Famous People]]\n== Biography ==Kenneth Reitz is a wellknown software engineer, specifically in the Python programming community. He is famous for having authored a library known as ''Requests: HTTP for Humans'', which is one of the most activelyinstalled software packages in the world (as of September 2019, it receives ~14 million downloads each week). He authored many other tools, as well as an O'Reilly book called &quot;The Hitchhiker's Guide to Python&quot;.\nHe is also a photographer, and a self-published electronic music artist. His musical artist name is &quot;Infinite State&quot;.\n\n\nKenneth's selfdescribed bio is as follows:\n Kenneth Reitz, '''n''': ''a gardenvariety selfreferential loop. Not available for purchase. Made in USA.''\n\n'''Name:''' Kenneth Robert Reitz.\nGiven Name: Kenneth Robert.\nSurname: Reitz.\nPython Overlord.\nother\nSurname: Python Overlord.\n''Found multiple versions of name. Using Kenneth Robert Reitz.\nA Given name was found in addition to a first name in the NAME tag.''\n\n'''Born'''\n03 OCT 1988.\nCentre Co Hosp,State College,Centre County,PA.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n\n'''Christening:'''\n27 NOV 1994.\nOakwood Presby C,State College,Centre County,PA.\n\n'''Note:''' [[#N94133808]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N94133808'&gt;N94133808&lt;/span&gt;Kenneth was born at 4:31 pm on Monday, Oct. 3, 1988. He weighed 5 lb. 14 oz. and was 20 inches long.\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n\n* First-hand information. Entered by Kenneth Reitz at registration.\n* kennethreitz.org [https://kennethreitz.org]* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\nThis person is privacy-protected on WikiTree. If you did not add their information, do not share it with anyone. mIA81O fUJ15G sZN9O9
iZN9O9 sJELVG pAnonymous
iL9WIV whttps://www.WikiTree.com/wiki/Reitz-639 pKaren Lea qReitz gf b19770000 vKingsport,,Sullivan Co.,Tennessee o== Biography ==\n'''Name:''' Karen Lea Reitz.\nGiven Name: Karen Lea.\nSurname: Reitz.''A Given name was found in addition to a first name in the NAME tag.''\n'''Born'''\n1977.\nKingsport,,Sullivan Co.,Tennessee.\n&lt;ref name=&quot;ref_0&quot;&gt;\nSource: [[#S-301309347]] 26\n&lt;/ref&gt;\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-301309347'&gt;S-301309347&lt;/span&gt; The Jodon History1997 by Dorothy Jodon CRE 25 SEP 2019 Time: 10:57:10\n\nThis person is Unlisted on WikiTree, the strictest privacy level. Be very cautious about sharing their information. mOFYC1 fVA971
iMGMDE whttps://www.WikiTree.com/wiki/Reitz-473 pZadok qReitz gm b18291008 vNorthumberland County, Pennsylvania, USA z1 d18551127 yNorthumberland County, Pennsylvania, USA o== Biography =='''Zadok''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 1000 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n8 OCT 1829.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 1000 File &lt;/ref&gt;\n\n'''Died'''\n27 NOV 1855.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1855\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 1000 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M673'&gt;M673&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(23).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 1000.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n fIDEM4
iL7EP5 whttps://www.WikiTree.com/wiki/Reitz-500 pJohann Nicolaus qReitz gm b17850312 vNorthumberland County, Pennsylvania z1 d18650203 yBethel Twp.,,Miami County,Ohio o== Biography ==\nNarrative from Findagrave.com:\nAccording to Himmel's Union Church Baptismal records, Johann NicolausReitz was:&lt;br&gt;\nSon of Andreas &amp; Maria (nee Brosius)&lt;br&gt;\nBorn - 12 March 1785&lt;br&gt;Baptized - 22 May 1875 in Himmel's Union Church, Schawben Greek, Greenbriar, Upper Mahanoy, Northumberland, Pennsylvania.&lt;br&gt;\nBaptismal sponsors were: Nicolaus Bopp and wife Magdalena\nRef: http://files.usgwarchives.net/pa/northumberland/church/himmbapt.txt &lt;br&gt;\nBiography of Wrights in Portrait &amp; Biographical record of Auglaize, Logan and Shelby Counties OH.........Chicago-Chapman Bros 1892.....&lt;br&gt;\nJohn Nicholas Reitz was born in Northumberland County Pa in 1785.&lt;br&gt;\nJohn Nicholas Reitz came to Ohio in 1808&lt;br&gt;\nA soldier in the War of 1812.&lt;br&gt;The family surname name got changed from Reitz to Wrights and then later to Wright.&lt;br&gt;John Nicholas Reitz is buried at Bethel East Cemetery formerly BethelGerman Reformed Church Cemetery, Phoneton, Miami Co., Ohio&lt;br&gt;(Row 11 Lot No 129 See Link http://www.tdn-net.com/genealogy/cemetery/bethel-e.htm)\nHe was buried as Nicholas Wrights.\n\n'''Name:''' Johann Nicolaus Reitz.\nGiven Name: Johann Nicolaus.\nSurname: Reitz.\nSuffix: Wrights-Oh.''A Given name was found in addition to a first name in the NAME tag.''\n\n'''Christening:'''\n22 MAY 1785.\nHimmel Luth Ch,Washington Twp,Northumberlnd Co,PA.\n\n'''Buried'''\nBethel Ch Cem,Bethel Twp,Miami County,Ohio.\n\n'''Note:''' [[#N33965134]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N33965134'&gt;N33965134&lt;/span&gt;\nb &amp; ch - Himmel church records10-11-1839 in Miami County, Ohio POA to John Forbes &amp; then to Philip Reitz &amp;Michael Smith to settle estate of Andreas recorded in Northumberland County\nDeed Book BB page 110.1810 census Nicholas Reitz, wife &amp; one male &amp; one female under 10, Upper Mahanoy\ntwp., Northumberland Co., PA\n1820 census probably Butler Co., Ohio1830 census Nicholas Wrights, wife &amp; 10 children Bethel Twp., Miami Co., Ohio1840 census Nicholas Wrights, wife &amp; 3 children Bethel Twp., Miami Co., Ohio1850 census Nicholas Wrights, wife &amp; 3 children Bethel Twp., Miami Co., Ohio1860 census Nicholas Wrights (77), Margaret (74) P.O.Brant, Bethel Twp., Miami\nCo., Ohio\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/11648304/johann-nichols-wrights_(reitz) mJGNJP fA6QW3 sRIW1I
iRIW1I sL7EP5 whttps://www.WikiTree.com/wiki/Bresler-82 pMargaret qBresler gf b17880513 z1 d18630826
iW76OY whttps://www.WikiTree.com/wiki/Reitz-499 pMary Margaret qReitz gf b18080223 vNorthumberlnd Co,,,PA z1 d18930206 yMcCowan,,Delaware County,Indiana o== Biography ==\nNarrative from Findagrave.com:\nMary Margaret Reitz was the daughter of Johan Nicholas Reitz and Margaretha Bresler.\nNOTE: Her father Nicholas Reitz changed the family surname to Wrightsand is buried at Bethel Cemetery in Ohio as &quot;Nicholas Wrights&quot;.\n\nNOTE: Information provided by Lanell Rabner:\n\nMaria Margaret Reitz:\n\nBorn - 23 February 1808&lt;br&gt;Baptized - 21 March 1808: Himmel's Union Church, Schwaben Creek, &lt;br&gt;Greenbriar, Upper Mahanoy Township, Northumberland, Pennsylvania.\n\nChild was not named in Himmel's Baptismal Records\n\n'''Christening:'''\n21 MAR 1808.\nHimmel Lutheran,Washington Twp,Northumberlnd Co,PA.\n\n'''Note:''' [[#N10788098]].\n\n'''CRE'''\n25 SEP 2019.\nTime: 10:57:09.\n\n=== Notes ===\nNote &lt;span id='N10788098'&gt;N10788098&lt;/span&gt;\nb &amp; ch dates from Himmel church records - no name for child in recordsBarbara Fisher research. Second Marriage to Mrs. Barbara Henry 10-19-1873\nCRE\n25 SEP 2019.\nTime: 10:57:10.\n\n== Sources ==\n&lt;references /&gt;\n\n* https://www.findagrave.com/memorial/35236993/mary-margaret-rabuck mRIW1I fL7EP5 sZQBW0
iZQBW0 sW76OY whttps://www.WikiTree.com/wiki/Raybock-1 pGeorge qRaybock gm b18031200 z1 d18610606
iYH80C whttps://www.WikiTree.com/wiki/Raybuck-14 pCatherine qRaybuck gf b18261022 vNorthumberland County, Pennsylvania z1 d19020324 yJefferson County, Pennsylvania o== Biography ==Catharine Raybuck was born on October 22, 1826, in Northumberland, Pennsylvania. She married Isaac Mauk about 1847. She died on March 24, 1902, in Jefferson, Pennsylvania, having lived a long life of 75 years, and was buried there.\nhttps://www.ancestry.com/family-tree/person/tree/36407284/person/262004406067/facts\n\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/35640559/catharine-mauk\n* Year: 1850; Census Place: Perry, Jefferson, Pennsylvania; Roll: M432_786; Page: 108B; Image: 223\n* Year: 1860; Census Place: Oliver, Jefferson, Pennsylvania; Roll: M653_1118; Page: 199; Family History Library Film: 805118\n* Year: 1870; Census Place: Oliver, Jefferson, Pennsylvania; Roll: M593_1352; Page: 102A; Family History Library Film: 552851\n* Year: 1880; Census Place: Oliver, Jefferson, Pennsylvania; Roll: 1136; Page: 118D; Enumeration District: 193\n* Year: 1900; Census Place: Oliver, Jefferson, Pennsylvania; Page: 3;Enumeration District: 0068\n\n* Michigan, Death Records, 1867-1950, Child\tIsaac J Mauk\n* Pennsylvania, Death Certificates, 1906-1964; Child\tMary Annie Blose&amp; Charlotta Mauk Snyder mW76OY fZQBW0 sFD8TJ
iFD8TJ sYH80C whttps://www.WikiTree.com/wiki/Mauk-318 pIsaac qMauk gm b18240109 z1 d18850220
iDCGQY whttps://www.WikiTree.com/wiki/Mauk-317 pMargaret qMauk gf b18520909 vSprankle Mills, Jefferson, Pennsylvania z1 d19220504 yIndiana, Indiana, Pennsylvania o== Biography ==\nNarrative from Findagrave.com:\n\nMargret Mauk was married five times:&lt;br&gt;\nDaniel Bitterman Enterline on January 25, 1872&lt;br&gt;\nBenjamin A. Berkhouse on May 5, 1903 in Brookville, PA&lt;br&gt;\nGeorge D. Geist on July 7, 1904 in Brookville, PA&lt;br&gt;\nAndrew Barr on December 13 1905 in Brookville, PA&lt;br&gt;\nWilliam Bladen Corbett after 1917&lt;br&gt;\nObituary from the Indiana Gazette May 4, 1922&lt;br&gt;\nMRS. CORBETT NATIVE OF JEFFERSON COUNTY PASSED AWAY ON MAY 4TH&lt;br&gt;Mrs. Margaret Mauk Corbett, wife of Mr. W. B. Corbett of 368 East Church Street, Indiana, Pa., passed away at her home on the morning of May 4th. Her death was due to a long illness from diabetes and it's complication.&lt;br&gt;She was born in Perry township, Jefferson Co., October 10, 1854 and was aged 68 years, 6 months and 24 days. Deceased was a daughter of Mr.and Mrs. Isaac Mauk of Jefferson county, both of whom have passed away. Formerly Mrs. Corbett was Mrs. D. B. Enterline, to whom 12 childrenwere born.&lt;br&gt;Mrs. Corbett was a devout Christian and a faithful member of the Presbyterian church. She was a firm friend to many, a loving wife and a faithful mother.&lt;br&gt;Funeral services were held Friday evening in Indiana by Dr. F. W. Hinitt and interment was made on Saturday at Ebenezer cemetery, after services there conducted by Rev. Doverspike of Northville.&lt;br&gt;She leaves her husband and nine children: Isaac M., John D., Webster,Gleason, Wesley, Fred M., Stanley H., Mrs. George Vasbinder and Mrs. George Mead; 30 grandchildren and five great-grandchildren.\nhttps://www.ancestry.com/family-tree/person/tree/36407284/person/262004392761/facts\n\n== Sources ==\n&lt;references /&gt;* https://www.findagrave.com/memorial/61504351/margaret-enterline_berkhouse_geist_barr_corbett\n* Year: 1860; Census Place: Oliver, Jefferson, Pennsylvania; Roll: M653_1118; Page: 199; Family History Library Film: 805118\n* Year: 1870; Census Place: Oliver, Jefferson, Pennsylvania; Roll: M593_1352; Page: 102A; Family History Library Film: 552851\n* Year: 1880; Census Place: Haynesville, Pratt, Kansas; Roll: 393; Page: 407D; Enumeration District: 321\n* Year: 1900; Census Place: Worthville, Jefferson, Pennsylvania; Page: 12; Enumeration District: 0077\n* Year: 1910; Census Place: Rose, Jefferson, Pennsylvania; Roll: T624_1352; Page: 5A; Enumeration District: 0089; FHL microfilm: 1375365\n\n* Kansas State Census Collection, 1885\n\n* Ontario, Canada, Marriages, 1826-1936, Child\tFairy Marshal Enterline\n* Pennsylvania, Death Certificates, 1906-1964, Child\tStanley H Enterline\n* U.S., Social Security Applications and Claims Index, 1936-2007, Child\tIsaac Mauk Enterline mYH80C fFD8TJ sXT3C7
iXT3C7 sDCGQY whttps://www.WikiTree.com/wiki/Enterline-55 pDaniel Bitterman qEnterline gm b18470902 z1 d19021010
iJ6X9E whttps://www.WikiTree.com/wiki/Enterline-54 pLucinda Elmeda qEnterline gf b18830628 vWyandotte, Kansas z1 d19500222 yOhio o== Biography ==When Lucinda Elmeda Enterline was born on June 28, 1883, in Wyandotte, Kansas, her father, Daniel, was 35, and her mother, Margaret, was 30. She married Edward Joseph Jasper Suffolk in 1900 but he died 14 years later in an accident while working in Massachusetts. She then married George Daden Meade in 1917. She died on February 22, 1950, in Ohio at the age of 66.\nhttps://www.ancestry.com/family-tree/person/tree/36407284/person/262004386296/facts\n\n== Sources ==\n&lt;references /&gt;* Year: 1900; Census Place: Warsaw, Jefferson, Pennsylvania; Page: 1;Enumeration District: 0080\n* Year: 1910; Census Place: Oliver, Jefferson, Pennsylvania; Roll: T624_1351; Page: 3A; Enumeration District: 0077; FHL microfilm: 1375364\n* Year: 1920; Census Place: Coventry, Summit, Ohio; Roll: T625_1442; Page: 22A; Enumeration District: 284\n* Year: 1930; Census Place: Akron, Summit, Ohio; Page: 5A; Enumeration District: 0215\n* Year: 1940; Census Place: Akron, Summit, Ohio; Roll: m-t0627-03181;Page: 5B; Enumeration District: 89-225\n* Ohio, County Marriages, 1774-1993, Child\tDorothy Suffolk, Film Number\t000425763\n* Pennsylvania, Birth Certificates, 1906-1910; Child\tDorothy Delena Suffolk, Certificate Number\t158395\n* Summit County, Ohio, Marriage Records, 1840-1980, Child\tIrene M Suffolk &amp; E Doyle Suffolk mDCGQY fXT3C7 sPXCKZ
iPXCKZ sJ6X9E whttps://www.WikiTree.com/wiki/Suffolk-43 pEdward Joseph Jasper qSuffolk gm b18800000 z1 d19140000
iGRLVV whttps://www.WikiTree.com/wiki/Suffolk-42 pEdward Doyle qSuffolk gm b19041012 vWhistletown, Pennsylvania z1 d19700201 yArizona o== Biography ==When Edward Doyle Suffolk was born on October 12, 1904, his father, Edward, was 24 and his mother, Almeda, was 21. He married Ethel May Scott on August 22, 1931. He died on February 1, 1970, in Arizona at theage of 65, and was buried in Kingman, Arizona.\nhttps://www.ancestry.com/family-tree/person/tree/36407284/person/262004383216/facts\n\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/23797055\n* Year: 1910; Census Place: Oliver, Jefferson, Pennsylvania; Roll: T624_1351; Page: 3A; Enumeration District: 0077; FHL microfilm: 1375364\n* Year: 1920; Census Place: Coventry, Summit, Ohio; Roll: T625_1442; Page: 22A; Enumeration District: 284\n* Year: 1930; Census Place: Akron, Summit, Ohio; Page: 4B; Enumeration District: 0215\n* Year: 1940; Census Place: Akron, Summit, Ohio; Roll: m-t0627-03181;Page: 1A; Enumeration District: 89-227\n* Summit County, Ohio, Marriage Records, 1840-1980; Summit County Court of Common Pleas - Probate Division; Akron, Ohio; Volume Number or Range of Dates: Vol 61, 1930-1932\n\n* Akron, Ohio, City Directory, 1934\n\n* U.S., Social Security Death Index, 1935-2014 mJ6X9E fPXCKZ sWW03N
iWW03N sGRLVV whttps://www.WikiTree.com/wiki/Scott-28192 pEthel May qScott gf b19110716
iLBSTQ pAnonymous
iKPOK4 whttps://www.WikiTree.com/wiki/Raybuck-18 pBennawell qRaybuck gm b18300331 vNorthumberland County, Pennsylvania, USA z1 d18800109 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Saint Johns Reformed UCC Cemetery , Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Bennawell Raybuck (1830-1880) on {{FindAGrave|35236988}} retrieved 31 August 2018 mW76OY fZQBW0 sDSW1J
iDSW1J sKPOK4 whttps://www.WikiTree.com/wiki/Caylor-269 pSarah Elizabeth qCaylor gf b18300930 z1 d18680316
iCIBB9 whttps://www.WikiTree.com/wiki/Raybuck-17 pWilliam qRaybuck gm b18590814 vJefferson County, Pennsylvania, USA z1 d19460306 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Saint Johns Reformed UCC Cemetery , Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* William Raybuck (1859-1946) on {{FindAGrave|42646193}} retrieved 31August 2018 mDSW1J fKPOK4 sWZ07M
iWZ07M sCIBB9 whttps://www.WikiTree.com/wiki/Shaffer-3546 pElsie Jane qShaffer gf b18631123 z1 d19180913
iDFBLW whttps://www.WikiTree.com/wiki/Raybuck-16 pMaude Elsie qRaybuck gf b18951029 vJefferson County, Pennsylvania, USA z1 d19530910 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Mount Tabor Cemetery , Sigel, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Maude Elsie Raybuck Gilbert (1895-1953) on {{FindAGrave|108358223}}retrieved 31 August 2018 mWZ07M fCIBB9
iSYSMY whttps://www.WikiTree.com/wiki/Reitz-286 pCatharina qReitz gf b17861024 vWashington, Northumberland County, Pennsylvania z1 d18540625 yWashington, Northumberland County, Pennsylvania, USA o== Biography ==Catharina ([https://images.findagrave.com/photos/2009/78/30256898_123753898149.jpg Catharine] or Catherine) was born in 1786. She was the daughter of Andreas (Andrew) Reitz (1755 - 1837) and Maria Margaretha Brosius Reitz (1761 - 1826). Catherine ''Reitz'' Hetrick passed away in 1854, and was buried at Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania.&lt;ref&gt;''Find A Grave'', database and images (https://www.findagrave.com : accessed 10 May 2019), memorial page for Catherine Reitz Hetrick (21 Oct 178625 Jun 1854), [https://www.findagrave.com/memorial/30256898 Find A Grave Memorial no. 30256898], citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania,USA ; Maintained by Researcher (contributor 46902961).&lt;/ref&gt; &lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n'''Catherine''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n1786&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1854&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* [[Leighton-1630|Leighton, Steven]]. Personal recollection, 22 Feb 2018. mJGNJP fA6QW3 sMEQPX
iMEQPX sSYSMY whttps://www.WikiTree.com/wiki/Hetrick-197 pGeorge Phillip qHetrick gm b17850723 z1 d18530301
iQVF8G whttps://www.WikiTree.com/wiki/Hetrick-51 pJohn qHetrick gm b18050202 vNorthumberland, Northumberland, Pennsylvania, United States z1 d18710622 yWashington, Northumberland, Pennsylvania, United States o== Biography ==\n\n===Burial===\nHimmel Church Cemetery\nRebuck\nNorthumberland CountyPennsylvania, USA&lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=30203963 Find A Grave]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* [http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=115 Ancestry Family Trees]\n\n\n== Acknowledgments ==Thank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hetrick-51 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mSYSMY fMEQPX sS7EP5
iS7EP5 sQVF8G whttps://www.WikiTree.com/wiki/Schneider-2430 pCatherine qSchneider gf b18091215 z1 d18660818
iTNHK7 whttps://www.WikiTree.com/wiki/Hetrick-196 pPeter Snyder qHetrick gm b18290301 vRebuck, Northumberland County, Pennsylvania z1 d19151024 yPunxsutawney, Jefferson County, Pennsylvania o== Biography ==\n\n===Burial===\n\nCircle Hill Cemetery\nPunxsutawney\nJefferson CountyPennsylvania, USA &lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=35257454]findagrave&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* fQVF8G sTMHTO
iTMHTO sTNHK7 whttps://www.WikiTree.com/wiki/Lingenfelter-89 pSusanna qLingenfelter gf b18380706 z1 d19110506
iRYNC8 whttps://www.WikiTree.com/wiki/Hetrick-195 pEdgar Alonzo qHetrick gm b18740000 vPennsylvania z1 d19610000 yPunxsutawney, Jefferson County, Pennsylvania o== Biography ==\n\n===Burial===\n\nCircle Hill Cemetery\nPunxsutawney\nJefferson County\nPennsylvania, USAPlot: Sec. P, Row 8 &lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=35257450]findagrave&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* mTMHTO fTNHK7 sDFCIP
iDFCIP sRYNC8 whttps://www.WikiTree.com/wiki/Murphy-8525 pCelia Clair qMurphy gf b18790116 z1 d19641116
iFFHJG whttps://www.WikiTree.com/wiki/Hetrick-202 pRobert Fenton qHetrick gm b19060727 vPunxsutawney, Jefferson County, Pennsylvania z1 d19790525 yPunxsutawney, Jefferson County, Pennsylvania o== Biography ==\nRobert F. Hetrick was the son of Edgar Alonzo Hetrick and Cecelia C. Murphy. He married (first) Christine Jones. He married (second) Marion E. (Greenawalt) Hetrick on 18 Oct 1975. Robert died in Blose-McGregor Health Care Center in Punxsutawney, PA and was buried 29 May 1979.\n\n===Obituary===\nRobert F. Hetrick, 131 West Mahoning Street, Punxsutawney, died Friday, May 25, 1979 in Blose-McGregor Health Care Center in Punxsutawney. He was 72 years of age. Friends will be received from 7-9 Sunday and from 2-4 and 7-9 Monday in the Deeley funeral Home. A Mass of the Resurrection will be celebrated at 10 a.m. Tuesday from Saints Cosmas andDamian Roman Catholic Church. Interment will follow in Calvary Cemetery [note: he was actually buried in Circle Hill Cemetery]. Mr. Hetrickwas born July 27, 1906 in Punxsutawney, the son of Edgar and Cecelia Murphy Hetrick. He was married to Christine Jones Hetrick, who died August 17 1973, and he was the married to Marion Hetrick on October 18 1975. Former owner of the Jones Furniture Store in Punxsutawney, Mr. Hetrick had lived in Punxsy his entire lifetime. He was a member of theSSCD Church, BPO Elks No. 301, the American Legion and the Kiwanis Club of Punxsutawney. Surviving are his wife; one daughter, Mrs. Thomas(Julie) Hoover, Grenwich Valley, New York; Three step-children: Thomas R. Jordan of Cornwell Heights, Mrs. John (Shirley) Hill of Mount Lebanon and Mrs. Robert(Joanne) Smith of Punxsy; and ten step-grandchildren.&lt;ref&gt;Obituary, May 26, 1979, &quot;The Punxsutawney Spirit&quot; (Punxsutawney,Jefferson Co., PA)&lt;/ref&gt;\n\n===Burial===\n\nCircle Hill Cemetery\nPunxsutawney\nJefferson County\nPennsylvania, USAPlot: Sec. K, Row 5&lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=35257455]findagrave&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* mDFCIP fRYNC8 sUDBS7
iUDBS7 sFFHJG whttps://www.WikiTree.com/wiki/Jones-46256 pChristine Suzanne qJones gf b19130906 z1 d19730817
iEOMIZ pAnonymous
iZ8OQL whttps://www.WikiTree.com/wiki/Hetrick-204 pMary Virginia qHetrick gf b19080204 vPunxsutawney, Jefferson County, Pennsylvania z1 d19670519 yPittsburgh, Allegheny County, Pennsylvania o== Biography ==\nGraduated from St. John's Nursing School, Long Island, New York&lt;ref&gt;Obituary from Indiana Gazette (Indiana, PA) May 20, 1967, pg 17&lt;/ref&gt;\n\n===Burial===\n\nCircle Hill Cemetery\nPunxsutawney\nJefferson CountyPennsylvania, USA&lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=35257496]findagrave&lt;/ref&gt;\n\n\n== Sources ==\n&lt;references /&gt;\n* mDFCIP fRYNC8
iBE7IC whttps://www.WikiTree.com/wiki/Hetrick-205 pJohn David qHetrick gm b19131015 vPunxsutawney, Jefferson County, Pennsylvania z1 d19681020 yPunxsutawney, Jefferson County, Pennsylvania o== Biography ==\nJohn David Hetrick was the son of Edgar Alonzo Hetrick and Cecelia C.Murphy. He was a railroad brakeman. He married Ruth V. Sadler on 30Apr 1936 in Dayton, Armstrong Co., PA. John was buried 23 Oct 1968.&lt;ref&gt;Obituary, 20 Oct 1968, &quot;The Punxsutawney Spirit&quot; (Punxsutawney, Jefferson Co., PA)\n &lt;/ref&gt;\n\n\n===Burial===\n\nCircle Hill Cemetery\nPunxsutawney\nJefferson County\nPennsylvania, USAPlot: Sec. P, Row 7&lt;ref&gt;[http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=35257451]findagrave&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* mDFCIP fRYNC8 sLXPCO
iLXPCO sBE7IC whttps://www.WikiTree.com/wiki/Sadler-1276 pRuth Virginia qSadler gf b19120509 z1 d20050221
iC9QLJ pAnonymous
iKA71C pAnonymous
iX8IEI whttps://www.WikiTree.com/wiki/Hetrick-50 pSarah qHetrick gf b18380120 vNorthumberland, Pennsylvania, United States z1 d19040509 yMahanoy, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=94* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hetrick-50 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mS7EP5 fQVF8G sJZXDH
iJZXDH sX8IEI whttps://www.WikiTree.com/wiki/Hoffman-2189 pJohn G qHoffman gm b18350419 vMahanoy, Northumberland, Pennsylvania, United States z1 d18681110 yWashington, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: JOHN G /HOFFMAN/&lt;ref&gt;Source: [[#S-2044362305]] Page: Year:1860; Census Place: Washington, Northumberland, Pennsylvania; Roll: ;Page: ; Image: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4289656&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1835 Birth place: Pennsylvania Residence date: 1860 Residence place: Washington, Northumberland, Pennsylvania, United States APID: 1,7667::4289656&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044315870]] Page:Year: 1850; Census Place: Jackson, Northumberland, Pennsylvania; Roll: M432_804; Page: 238A; Image: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=4808279&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1835 Birth place: Pennsylvania Residence date: 1850 Residence place: Jackson, Northumberland, PennsylvaniaAPID: 1,8054::4808279&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 19 Apr 1835:: Place: Mahanoy, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S-2044362305]] Page: Year: 1860; Census Place: Washington,Northumberland, Pennsylvania; Roll: ; Page: ; Image: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4289656&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1835 Birth place: Pennsylvania Residence date: 1860 Residence place: Washington, Northumberland, Pennsylvania, United States APID: 1,7667::4289656&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044315870]] Page: Year: 1850; Census Place: Jackson, Northumberland, Pennsylvania; Roll: M432_804; Page: 238A; Image: .Note: http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=4808279&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1835 Birth place: Pennsylvania Residence date: 1850 Residence place:Jackson, Northumberland, Pennsylvania APID: 1,8054::4808279&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: Date: 1850:: Place: Jackson, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-2044315870]] Page: Year: 1850; Census Place: Jackson, Northumberland, Pennsylvania; Roll: M432_804; Page: 238A; Image: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=4808279&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1835 Birth place: Pennsylvania Residence date: 1850 Residence place: Jackson, Northumberland, Pennsylvania APID: 1,8054::4808279&lt;/ref&gt;\n: Residence: Shoemaker\n:: Date: 1860:: Place: Washington, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S-2044362305]] Page: Year: 1860; Census Place: Washington, Northumberland, Pennsylvania; Roll: ; Page: ; Image: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4289656&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1835 Birth place: Pennsylvania Residence date: 1860 Residence place: Washington,Northumberland, Pennsylvania, United States APID: 1,7667::4289656&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-2044315870'&gt;S-2044315870&lt;/span&gt; Repository: [[#R-2138344807]] Title: 1850 United States Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - Seventh Census of the United States, 1850; (National Archives Microfilm Publication M432, 1009 rolls); Records of the Bureau of the Note: APID: 1,8054::0* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-2044362305'&gt;S-2044362305&lt;/span&gt; Repository: [[#R-2138344807]] Title: 1860 United States Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - 1860 U.S. census, population schedule. NARA microfilm publication M653, 1,438 rolls. Washington, D.C.: National Archives and Records Note: APID: 1,7667::0* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=97\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2189 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iKLW1T whttps://www.WikiTree.com/wiki/Hoffman-2183 pRobert H qHoffman gm b18590702 vWashington, Northumberland, Pennsylvania, United States z1 d19180402 yLittle Mahanoy, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Name ===: Name: Robert H /Hoffman/&lt;ref&gt;Source: [[#S-2044465460]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=767448&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: Northumberland, PA APID: 1,5103::767448&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044465409]] Page: Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll:T9_1163; Family History Film: 1255163; Page: 11.1000; Enumeration District: 142; Image: 0612. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37827979&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1880 Residence place: Little Mahanoy, Northumberland, Pennsylvania, UnitedStates APID: 1,6742::37827979&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044465387]] Page: Year: 1870; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41247412&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data:Text: Birth date: abt 1859 Birth place: Pennsylvania Residence date: 1870 Residence place: Washington, Northumberland, Pennsylvania, United States APID: 1,7163::41247412&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044468347]] Page: Year: 1900; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T623_1449; Page: 10A; Enumeration District: 128. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=68763845&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: Jul 1859 Birth place: Pennsylvania Marriage date: 1885 Marriage place: Residence date: 1900 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7602::68763845&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044473499]] Page: Year: 1910; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T624_1384; Page: 5A; Enumeration District: 67; Image: 12. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25186535&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: LittleMahanoy, Northumberland, Pennsylvania APID: 1,7884::25186535&lt;/ref&gt;\n\n=== Birth ===\n: Birth:\n:: Date: 2 Jul 1859:: Place: Washington, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S-2044465460]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=767448&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: Northumberland, PA APID: 1,5103::767448&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044465409]] Page: Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T9_1163; Family History Film: 1255163; Page: 11.1000; Enumeration District: 142; Image: 0612. Note:http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37827979&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1880 Residence place: Little Mahanoy, Northumberland, Pennsylvania, United States APID: 1,6742::37827979&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044465387]] Page: Year: 1870; Census Place:Washington, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image:. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41247412&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1859 Birth place: Pennsylvania Residence date: 1870 Residence place: Washington, Northumberland, Pennsylvania, United States APID: 1,7163::41247412&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044468347]] Page: Year: 1900; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T623_1449; Page: 10A; Enumeration District: 128. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=68763845&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: Jul 1859 Birth place: Pennsylvania Marriage date: 1885 Marriage place: Residence date: 1900 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7602::68763845&lt;/ref&gt;&lt;ref&gt;Source: [[#S-2044473499]] Page: Year: 1910; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T624_1384; Page: 5A;Enumeration District: 67; Image: 12. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25186535&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7884::25186535&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: Date: 1910:: Place: Little Mahanoy, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-2044473499]] Page: Year: 1910; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T624_1384; Page: 5A; Enumeration District: 67; Image: 12. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25186535&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7884::25186535&lt;/ref&gt;\n: Residence:\n:: Date: 1900:: Place: Little Mahanoy, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-2044468347]] Page: Year: 1900; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T623_1449; Page: 10A; Enumeration District: 128. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=68763845&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: Jul 1859 Birth place: Pennsylvania Marriage date: 1885 Marriage place: Residence date: 1900 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7602::68763845&lt;/ref&gt;\n: Residence:\n:: Date: 1910:: Place: Little Mahanoy, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S-2044473499]] Page: Year: 1910; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T624_1384; Page: 5A; Enumeration District: 67; Image: 12. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25186535&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7884::25186535&lt;/ref&gt;\n: Residence:\n:: Date: 1870:: Place: Washington, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S-2044465387]] Page: Year: 1870; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Note:http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41247412&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1859 Birth place: Pennsylvania Residence date: 1870 Residence place: Washington, Northumberland, Pennsylvania, United States APID: 1,7163::41247412&lt;/ref&gt;\n: Residence:\n:: Date: 1880:: Place: Little Mahanoy, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S-2044465409]] Page: Year: 1880; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T9_1163; Family History Film: 1255163; Page: 11.1000; Enumeration District: 142; Image: 0612. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37827979&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1880 Residence place: Little Mahanoy, Northumberland, Pennsylvania, United States APID: 1,6742::37827979&lt;/ref&gt;\n: Residence:\n:: Date: 1910:: Place: Northumberland, PA&lt;ref&gt;Source: [[#S-2044465460]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=767448&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: abt 1860 Birth place: Pennsylvania Residence date: 1910 Residence place: Northumberland, PA APID: 1,5103::767448&lt;/ref&gt;\n\n=== Marriage ===\n\n: Husband: [[Hoffman-2183|Robert H Hoffman]]\n: Wife: [[Raker-15|Barbara Alice Raker]]\n: Child: [[Hoffman-2188|Carrie Hoffman]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hoffman-2186|William C Hoffman]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hoffman-2187|Child Hoffman]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hoffman-2185|Katie M Hoffman]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hoffman-2178|John Frederick Hoffman]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Child: [[Hoffman-2184|Robert Lee Hoffman]]\n:: Relationship to Father: Natural\n:: Relationship to Mother: Natural\n: Marriage::: Date: 1885&lt;ref&gt;Source: [[#S-2044468347]] Page: Year: 1900; Census Place: Little Mahanoy, Northumberland, Pennsylvania; Roll: T623_1449; Page: 10A; Enumeration District: 128. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=68763845&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Data: Text: Birth date: Jul 1859 Birth place: Pennsylvania Marriage date: 1885 Marriage place: Residence date: 1900 Residence place: Little Mahanoy, Northumberland, Pennsylvania APID: 1,7602::68763845&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-2044465387'&gt;S-2044465387&lt;/span&gt; Repository: [[#R-2138344807]] Title: 1870 United States Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - 1870 U.S. census, population schedules. NARA microfilm publication M593, 1,761 rolls. Washington, D.C.: National Archives and Record Note: APID: 1,7163::0* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Source: &lt;span id='S-2044465409'&gt;S-2044465409&lt;/span&gt; Repository: [[#R-2138344807]] Title: 1880 United States Federal Census Author: Ancestry.com and The Church of Jesus Christ of Latter-day Saints Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc,2005. 1880 U.S. Census Index provided by The Church of Jesus Christ of Latter-day Saints © Copyright 1999 Intellectual Reserve, Inc. All rights reserved. All use is subject to the limited Note: APID: 1,6742::0* Source: &lt;span id='S-2044465460'&gt;S-2044465460&lt;/span&gt; Repository: [[#R-2138344807]] Title: Pennsylvania 1910 Miracode Index Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.Original data - Pennsylvania Miracode. Washington, D.C.: National Archives and Records Administration.Original data: Pennsylvania Miracode. Washington, D.C.: National Archives and Recor Note: APID: 1,5103::0* Source: &lt;span id='S-2044468347'&gt;S-2044468347&lt;/span&gt; Repository: [[#R-2138344807]] Title: 1900 United States Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - United States of America, Bureau of the Census. Twelfth Census of the United States, 1900. Washington, D.C.: National Archives and Records Administration, 1900. T623, 18 Note: APID: 1,7602::0* Source: &lt;span id='S-2044473499'&gt;S-2044473499&lt;/span&gt; Repository: [[#R-2138344807]] Title: 1910 United States Federal Census Author: Ancestry.com Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006.Original data - Thirteenth Census of the United States, 1910 (NARA microfilm publication T624, 1,178 rolls). Recordsof the Bureau of the Census, Record Group 29. National Archives, Was Note: APID: 1,7884::0* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=88\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2183 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mX8IEI fJZXDH sM7A7M
iM7A7M sKLW1T whttps://www.WikiTree.com/wiki/Raker-15 pBarbara Alice qRaker gf b18581020 z1 d19361226
iI0S0H whttps://www.WikiTree.com/wiki/Hoffman-2188 pCarrie qHoffman gf b18860500 vPennsylvania mM7A7M fKLW1T
iV3L1B whttps://www.WikiTree.com/wiki/Hoffman-2186 pWilliam C qHoffman gm b18881200 vPennsylvania mM7A7M fKLW1T
iJ5A3H whttps://www.WikiTree.com/wiki/Hoffman-2187 pChild qHoffman gf b18930000 vLittle Mahanoy, Northumberland, Pennsylvania mM7A7M fKLW1T
iHHHH8 whttps://www.WikiTree.com/wiki/Hoffman-2185 pKatie M qHoffman gf b18980500 vPennsylvania mM7A7M fKLW1T
iHE7SI pAnonymous qHoffman
iE6T2Y pAnonymous qHoffman
iCFOW5 pAnonymous qHoffman
iPQY6I pAnonymous
iSKE0E pAnonymous qHoffman
iIALTI pAnonymous
iH3NIL pAnonymous
iPOIFH pAnonymous qNash
iYJML5 pAnonymous qNash
iF7M64 pAnonymous
iPWEZN pAnonymous
iGBOUU pAnonymous
iQ4OAC pAnonymous
iTVR91 whttps://www.WikiTree.com/wiki/Nash-2105 pEllie qNash gf
iR6AAI whttps://www.WikiTree.com/wiki/Nash-2106 pHannah qNash gf
iXIFIE whttps://www.WikiTree.com/wiki/Nash-2104 pSamuel qNash gm
iZ31ES pAnonymous
iDMUT6 pAnonymous
iDG1TG pAnonymous
iWJ2LJ pAnonymous
iOAFUA pAnonymous
iKQITZ pAnonymous
iJTSFX pAnonymous
iBKAW4 pAnonymous
iX1AYK pAnonymous
iFTUA5 whttps://www.WikiTree.com/wiki/Spencer-4889 pJacob qSpencer gm
iVT59E pAnonymous
iXNUE7 whttps://www.WikiTree.com/wiki/Hoffman-2184 pRobert Lee qHoffman gm b19030000 vLittle Mahanoy, Northumberland, Pennsylvania z1 yNorthumberland, Northumberland, Pennsylvania, United States mM7A7M fKLW1T
iHSQ2X whttps://www.WikiTree.com/wiki/Hoffman-2193 pTilly Alles qHoffman gf b18621201 z1 d18621227 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=112* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2193 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mX8IEI fJZXDH
iD48EQ whttps://www.WikiTree.com/wiki/Hoffman-2192 pCatharine E qHoffman gf b18671215 z1 d18721101 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=111* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2192 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mX8IEI fJZXDH
iUBH30 whttps://www.WikiTree.com/wiki/Hetrick-240 pPeter qHetrick gm b18061005 vNorthumberland County, Pennsylvania, USA z1 d18790921 yRice Township, Sandusky County, Ohio, USA o== Biography ==Peter was born in 1806. He was the son of [[Hetrick-197|Philip Hetrick]] and [[Reitz-286|Catherine Reitz]]. He passed away in 1879, and was buried in St. Paul's Lutheran Cemetery, Rice Township, Sandusky County, Ohio.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt; &lt;ref&gt;[https://secure.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=63185040 Find A Grave Memorial# 63185040]&lt;/ref&gt;\n\n=== Obituary ===Peter Hetrick, one of the old pioneers of Sandusky County died at hisresidence in the western part of Rice Twp Sunday morning, September 21st of cancer of the stomach. Mr Hetrick was born in Northumberland County, PA, Oct 5, 1806, and moved to Rice Twp in 1832. He had married in 1828. He resided on the same farm all his life. He leaves a wife older than himself, who enjoys good health.\nHe was the father of 13 children, all but two of whom are still living. He was the grandfather of 67, of whom only 10 are dead, and the great-grandfather of 11, one of whom is dead. All of this numerous familyare worthy and honored members of the community.\nFuneral services were held at the home of the deceased, and were conducted by Rev H Lang. Father Hetrick, and all his children were membersof the Lutheran Church. Pastor Lang has baptized most all of Father Hetricks numerous family, and most were confirmed in the Lutheran faith.\n== Sources ==\n\n&lt;references /&gt; mSYSMY fMEQPX sUC3DY
iUC3DY sUBH30 whttps://www.WikiTree.com/wiki/Hensel-215 pJudith qHensel gf b18100828 z1 d18930907
iNAKCA whttps://www.WikiTree.com/wiki/Hetrick-236 pJacob qHetrick gm b18300301 vPennsylvania, United States z1 d18951002 yRice Township, Sandusky County, Ohio, United States o== Biography ==Jacob was born in 1830. Jacob Hetrick was the son of [[Hetrick-240|Peter Hetrick]] and [[Hensel-215|Judith Hensel]]. He passed away in 1895, and was buried in St. Paul's Lutheran Cemetery, Rice Township, Sandusky County, Ohio. The cause of his death was an accident.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n\n== Sources ==\n&lt;references /&gt; mUC3DY fUBH30 sRK1QR
iRK1QR sNAKCA whttps://www.WikiTree.com/wiki/Engler-174 pMary Elizabeth qEngler gf b18360326 z1 d19020512
iD6UA6 whttps://www.WikiTree.com/wiki/Hetrick-237 pSamuel qHetrick gm b18590612 vSandusky County, Ohio, United States z1 d19410311 yPayne, Paulding County, Ohio, United States o== Biography ==Samuel was born in 1859. He was the son of [[Hetrick-236|Jacob Hetrick]] and [[Engler-174|Mary Engler]]. He passed away in 1941, and was buried in Lehman Cemetery, Payne, Ohio.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendantsof Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mRK1QR fNAKCA
iS6KJB whttps://www.WikiTree.com/wiki/Hetrick-235 pMary Elizabeth qHetrick gf b18631100 vSandusky, County Ohio, USA z1 d19110000 yOak Harbor, Ottawa County, Ohio, United States o[[Category:Oak_Harbor_Union_Cemetery%2C_Oak_Harbor%2C_Ohio]]\n== Biography ==Mary was born in 1863 (her [https://s3-us-west-2.amazonaws.com/find-a-grave-prod/photos/2013/356/44823119_138779042811.jpg gravestone] shows 1863). Mary Hetrick was the daughter of [[Hetrick-236|Jacob Hetrick]] and [[Engler-174|Mary Engler]]. She passed away in 1911, and was buried at Oak Harbor Union Cemetery, Oak Harbor, Ottawa County, Ohio.&lt;ref&gt;[https://secure.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=44823119 Find A Grave Memorial# 44823119]&lt;/ref&gt; &lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Notes ==Another source&lt;ref&gt;''Descendants of Hetrick Families of Sandusky County, Ohio''&lt;/ref&gt; show her date of birth as 21 Nov 1864.\n== Sources ==\n\n&lt;references /&gt; mRK1QR fNAKCA sUUMSN
iUUMSN sS6KJB whttps://www.WikiTree.com/wiki/Zehner-69 pWilliam qZehner gm b18690609 z1 d19521225
iFTTYM whttps://www.WikiTree.com/wiki/Zehner-37 pMabel qZehner gf b18900526 vOttawa County, Ohio z1 d19631117 ySandusky, Erie County, Ohio o[[Category:Oak_Harbor_Union_Cemetery%2C_Oak_Harbor%2C_Ohio]]\n== Biography ==\nMabel was born in 1890. She was the daughter of [[Zehner-69|William Zehner]] and [[Hetrick-235|Mary Hetrick]]. She passed away in 1963, and was buried at Oak Harbor Union Cemetery, Oak Harbor, Ottawa County,Ohio.\nMabel had been ill three months.She died at home. She was the widow of Alfred Leaser, who preceded her to the grave.\nSurviving Mabel were sons Bernell, Charles and Richard; daughters MrsLucille Keefe, Mrs Marian Vettel, Mrs Evelyn Winterhalter, and Mrs Betty Johnston, all of Sandusky. Surviving sisters were Mrs Pearl Guhn,Mrs Gertrude Rhoda, and Miss Luella Zehner, all of Oak Harbor. There were 11 grandchildren, and 6 great grandchildren.\nRobinson Funeral Home of Oak Harbor conducted the funeral, and Rev Carl Mittermaier did the service.\n\nThree brothers and three sisters preceded Mabel in death.\nShe wa the daughter of William and Mary Hetrick Zehner.&lt;ref&gt;[https://secure.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=82271177 Find A Grave Memorial# 82271177]&lt;/ref&gt;\n\n== Notes ==''This profile is a collaborative work-in-progress. Can you contribute information or sources?''\n== Sources ==\n&lt;references /&gt; mS6KJB fUUMSN sCRK53
iCRK53 sFTTYM whttps://www.WikiTree.com/wiki/Leaser-4 pAlfred Daniel qLeaser gm b18881011 z1 d19460201
iF2HG7 whttps://www.WikiTree.com/wiki/Leaser-18 pLucille Gertrude qLeaser gf b19081223 z1 d19840510 o== Biography ==Lucille was born in 1908. She was the daughter of [[Leaser-4|Alfred Leaser]] and [[Zehner-37|Mabel Zehner]]. Lucille married (first) Arnold Mischler Sr.. She next married Maurice Keefe. She passed away in 1984.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mFTTYM fCRK53
iR8851 whttps://www.WikiTree.com/wiki/Leaser-19 pMarian Alta qLeaser gf b19100728 z1 d19980716 o== Biography ==Marian was born in 1910. She was the daughter of [[Leaser-4|Alfred Leaser]] and [[Zehner-37|Mabel Zehner]]. Marian married Charles Theodore Vettle in 1931. She passed away in 1998.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mFTTYM fCRK53
iSN29Q whttps://www.WikiTree.com/wiki/Leaser-20 pBernell Alfred qLeaser gm b19120629 z1 d19860309 o== Biography ==Bernell was born in 1912. He was the son of [[Leaser-4|Alfred Leaser]] and [[Zehner-37|Mabel Zehner]]. He passed away in 1986.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mFTTYM fCRK53
iVFNOF whttps://www.WikiTree.com/wiki/Leaser-17 pEvelyn Mary qLeaser gf b19141201 z1 d20001208 yErie, County Ohio, USA o== Biography ==Evelyn was born in 1914. She was the daughter of [[Leaser-4|Alfred Leaser]] and [[Zehner-37|Mabel Zehner]]. She passed away in 2000, and was buried at Calvary Cemetery, Sandusky, Erie County, Ohio.&lt;ref&gt;[https://secure.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=148770641 Find AGrave Memorial# 148770641]&lt;/ref&gt; &lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mFTTYM fCRK53
iHDCUM whttps://www.WikiTree.com/wiki/Leaser-21 pCharles William qLeaser gm b19181217 o== Biography ==Charles was born in 1918. He is the son of [[Leaser-4|Alfred Leaser]]and [[Zehner-37|Mabel Zehner]]. Charles married Mabel Rice (b. 5 Sep1910) in 1946.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families ofSandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mFTTYM fCRK53
iC16XP whttps://www.WikiTree.com/wiki/Leaser-22 pBetty Jane qLeaser gf b19210210 z1 d19940922 o== Biography ==Betty was born in 1921. She was the daughter of [[Leaser-4|Alfred Leaser]] and [[Zehner-37|Mabel Zehner]]. Betty married Norbert E. Johnston. She passed away in 1994.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mFTTYM fCRK53
iH5IRB whttps://www.WikiTree.com/wiki/Leaser-23 pRichard Eugene qLeaser gm b19340424 z1 d19910314 o== Biography ==Richard was born in 1934. He was the son of [[Leaser-4|Alfred Leaser]] and [[Zehner-37|Mabel Zehner]]. Richard married Mary Jane Hofford (d. Nov 2003) on 4 Apr 1959. He passed away in 1991.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n\n== Sources ==\n\n&lt;references /&gt; mFTTYM fCRK53
iDEAEA whttps://www.WikiTree.com/wiki/Zehner-70 pCaroline qZehner gf b18970506 vOttawa County, Ohio, USA z1 d19451119 yFremont, Sandusky County, Ohio, USA o== Biography ==Caroline was born in 1897. She was the daughter of [[Zehner-69|William Zehner]] and [[Hetrick-235|Mary Hetrick]]. She passed away in 1945,and was buried at Saint Josephs Catholic Cemetery, Fremont, Sandusky County, Ohio.&lt;ref&gt;[https://secure.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=168043945 Find A Grave Memorial# 168043945]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mS6KJB fUUMSN
iU3OU3 whttps://www.WikiTree.com/wiki/Hetrick-326 pDaniel qHetrick gm b18310725 vNorthumberland, Northumberland County, Pennsylvania, USA z1 d19170213 yFremont, Sandusky County, Ohio, USA o== Biography ==\nBURIAL\nOakwood Cemetery\nFremont, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Daniel Hetrick (25 Jul 183113Feb 1917), Find A Grave Memorial no. 67253216, citing Oakwood Cemetery, Fremont, Sandusky County, Ohio, USA ; Maintained by Kathy (Posey) Meadows (contributor 47372162) . mUC3DY fUBH30 sJ7AOM
iJ7AOM sU3OU3 whttps://www.WikiTree.com/wiki/Siegenthaler-54 pMary Ann qSiegenthaler gf b18340810 z1 d19061117
iWN8I1 whttps://www.WikiTree.com/wiki/Hetrick-199 pBenjamin Franklin qHetrick gm b18550126 vSandusky, Ohio, United States z1 d19400320 yOak Harbor, Ottawa County, Ohio, USA o== Biography ==\n\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* See file for John George Overmyer, DAR patriot #A085024, accepted lineages.\nFind A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Ben F Hetrick (26 Jan 185520 Mar 1940), Find A Grave Memorial no. 63455610, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mJ7AOM fU3OU3 sB5APQ
iB5APQ sWN8I1 whttps://www.WikiTree.com/wiki/Reed-11136 pMaria Elizabeth qReed gf b18601205 z1 d18890311
iDT4GD whttps://www.WikiTree.com/wiki/Hetrick-200 pLillian qHetrick gf b18830000 z1 d19390000 o== Biography ==\n\nThis person is DAR member #261080.\n\nBURIAL\nLakeview Cemetery\nPort Clinton, Ottawa County, Ohio, USA\nPLOT\tJ Section Rows11 &amp; 12\n\n== Sources ==\n&lt;references /&gt;* See file for John George Overmyer, DAR patriot #A085024, accepted lineages. Member #261080\n* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Lillian Hetrick Stevens (18831939), Find A Grave Memorial no. 141633427, citing Lakeview Cemetery, Port Clinton, Ottawa County, Ohio, USA ; Maintained by Connie Starnes (contributor 47163352) . mB5APQ fWN8I1
iFK5E8 whttps://www.WikiTree.com/wiki/Hetrick-191 pDavid qHetrick gm b18330122 vSandusky County, Ohio, USA z1 d19160724 ySandusky County, Ohio, USA o== Biography ==\nDavid was born in 1833. He was the son of [[Hetrick-240|Peter Hetrick]] and [[Hensel-215|Juda Hensel]]. He passed away in 1916.\n\n== Sources ==\n&lt;references /&gt;\n* &quot;Ohio, County Marriages, 1789-2013,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XDGZ-TLZ : accessed 22 April 2016), Abner I. Hetrick and Ida C. Gahn, 17 Apr 1907; citing Ottawa, Ohio, United States, reference VOL 2 PAGE 227; county courthouses,Ohio; FHL microfilm 475,914.\n* Profile created by [[Hetrick-294 | Stephanie Farster]] through the import of Hetrick Family Tree.ged on Feb 7, 2018.\n* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for David Hetrick (22 Jan 183324 Jul 1916), Find A Grave Memorial no. 63184519, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mUC3DY fUBH30 sF6V9M
iF6V9M sFK5E8 whttps://www.WikiTree.com/wiki/Walters-5889 pCaroline qWalters gf b18320122 z1 d18680406
iHO3T5 whttps://www.WikiTree.com/wiki/Hetrick-430 pMartha Ellen qHetrick gf b18550202 z1 d19270225 o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jun 26, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n\n* family records fFK5E8 sKHSIL
iKHSIL sHO3T5 whttps://www.WikiTree.com/wiki/Boyer-4629 pJohn Wesley qBoyer gm b18550000
iWYA52 whttps://www.WikiTree.com/wiki/Boyer-4630 pRosella Jeanette qBoyer gf b18810726 z1 d19780222 o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records mHO3T5 fKHSIL
iAXWPH whttps://www.WikiTree.com/wiki/Boyer-4632 pLester Monroe qBoyer gm b18880226 z1 yFontana, California o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records mHO3T5 fKHSIL
iLKVOT whttps://www.WikiTree.com/wiki/Boyer-4633 pChauncey Oliver qBoyer gm b18900210 z1 d19770000 yDetroit, Michigan o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records mHO3T5 fKHSIL
iJSCIZ whttps://www.WikiTree.com/wiki/Boyer-4634 pIra Ezra qBoyer gm b18920220 z1 d19210408 yLindsey, Sandusky Co., Ohio o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records mHO3T5 fKHSIL
iEQAAV whttps://www.WikiTree.com/wiki/Boyer-4635 pAdelaide Viola qBoyer gf b18960803 z1 d19520101 yMonroe, Michigan o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records mHO3T5 fKHSIL
iZL924 whttps://www.WikiTree.com/wiki/Hetrick-431 pAlcena Susannah qHetrick gf b18560814 z1 d18811114 o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records\n fFK5E8
iWXT5S whttps://www.WikiTree.com/wiki/Hetrick-301 pEphraim Alfred qHetrick gm b18580713 vFremont, OH z1 d19271026 yFremont, OH o== Biography =='''Ephraim''' Alfred Hetrick. &lt;ref&gt;Source: [[#S-2136598510]] Year: 1900; Census Place: Rice, Sandusky, Ohio; Roll: ; Page: ; Enumeration District: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=45662434&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: Jul 1858 Birth place: Ohio Marriage date: 1879 Marriage place: Residence date: 1900 Residence place: Rice Township, Sandusky, Ohio &lt;/ref&gt;\n\n'''Born'''July 13, 1858. &lt;ref&gt;Source: [[#S-2136598510]] Year: 1900; Census Place: Rice, Sandusky, Ohio; Roll: ; Page: ; Enumeration District: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=45662434&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: Jul 1858 Birth place: Ohio Marriage date: 1879 Marriage place: Residence date: 1900 Residence place: Rice Township, Sandusky, Ohio &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-2136598510'&gt;S-2136598510&lt;/span&gt; Repository: [[#R-2146988012]] 1900 United States Federal Census Ancestry.com Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2004.Original data - United States of America, Bureau of the Census. Twelfth Census of the United States, 1900. Washington, D.C.: National Archives and Records Administration, 1900. T623, Note:* Repository: &lt;span id='R-2146988012'&gt;R-2146988012&lt;/span&gt; Ancestry.com Note: mF6V9M fFK5E8 sC26QL
iC26QL sWXT5S whttps://www.WikiTree.com/wiki/Boyer-3799 pClara Ellen qBoyer gf b18610805 z1 d19381113
iI6F8L whttps://www.WikiTree.com/wiki/Hetrick-299 pOrange Rutherford qHetrick gm b18801128 vFremont, Ohio z1 d19580916 yFremont, Ohio o== Biography =='''Orange''' Rutherford Hetrick. &lt;ref&gt;Source: [[#S-2136598207]] Year: 1910; Census Place: Rice, Sandusky, Ohio; Roll: T624_1227; Page: 3B;Enumeration District: 123; Image: 798. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=22471264&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: abt 1882 Birth place: Ohio Residence date: 1910 Residence place: Rice, Sandusky, Ohio &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136598227]]Roll: WWII_2247146; Local board: Sandusky , Ohio. Note: http://trees.ancestry.com/rd?f=sse&amp;db=wwiidraft&amp;h=6996208&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 28 Nov 1880 Birth place: Ohio Residence date: Residence place: Sandusky, Ohio &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136597884]] Certificate: 66068; Volume: 15538 Note: http://trees.ancestry.com/rd?f=sse&amp;db=ohdeath93-98&amp;h=2489805&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 1881 Birth place: Death date: 16 Sep 1958 Death place: SanduskyCounty, Sandusky, Ohio Residence date: Residence place: Sandusky, Ohio, United States &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136598510]] Year: 1900;Census Place: Rice, Sandusky, Ohio; Roll: ; Page: ; Enumeration District: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=45662437&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: Nov 1880 Birth place: Ohio Residence date: 1900 Residence place: Rice Township, Sandusky, Ohio &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136598536]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910ohmir&amp;h=689316&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: abt 1882 Birth place: Ohio Residence date: 1910 Residence place: Sandusky, OH &lt;/ref&gt;\n\n'''Born'''\n28 Nov 1880.Fremont, Ohio. &lt;ref&gt;Source: [[#S-2136598207]] Year: 1910; Census Place: Rice, Sandusky, Ohio; Roll: T624_1227; Page: 3B; Enumeration District: 123; Image: 798. Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=22471264&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: abt 1882 Birth place: Ohio Residence date: 1910 Residence place: Rice, Sandusky, Ohio &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136598227]] Roll: WWII_2247146; Local board: Sandusky , Ohio. Note: http://trees.ancestry.com/rd?f=sse&amp;db=wwiidraft&amp;h=6996208&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 28 Nov 1880 Birth place: Ohio Residence date: Residence place: Sandusky, Ohio &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136597884]] Certificate: 66068;Volume: 15538 Note: http://trees.ancestry.com/rd?f=sse&amp;db=ohdeath93-98&amp;h=2489805&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 1881 Birth place: Death date: 16 Sep 1958 Death place: Sandusky County, Sandusky,Ohio Residence date: Residence place: Sandusky, Ohio, United States &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136598510]] Year: 1900; Census Place: Rice, Sandusky, Ohio; Roll: ; Page: ; Enumeration District: . Note: http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=45662437&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: Nov 1880 Birth place: Ohio Residence date: 1900 Residence place: Rice Township, Sandusky, Ohio &lt;/ref&gt;&lt;ref&gt;Source: [[#S-2136598536]] Note: http://trees.ancestry.com/rd?f=sse&amp;db=1910ohmir&amp;h=689316&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: abt 1882 Birth place: Ohio Residence date: 1910 Residence place: Sandusky, OH &lt;/ref&gt;\n\n'''Died'''\n16 Sep 1958.Fremont, Ohio. &lt;ref&gt;Source: [[#S-2136597884]] Certificate: 66068; Volume: 15538 Note: http://trees.ancestry.com/rd?f=sse&amp;db=ohdeath93-98&amp;h=2489805&amp;ti=0&amp;indiv=try&amp;gss=pt Note: Birth date: 1881 Birth place: Death date: 16 Sep 1958 Death place: Sandusky County, Sandusky, Ohio Residence date: Residence place: Sandusky, Ohio, United States &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S-2136597884'&gt;S-2136597884&lt;/span&gt; Repository: [[#R-2146988012]] Ohio Deaths, 1908-1932, 1938-1944, and 1958-2002 Ancestry.com and Ohio Department of Health Publication: Online publication -Provo, UT, USA: The Generations Network, Inc., 2006.Original data - Ohio. Division of Vital Statistics. Death Certificates and index, December 20, 1908-December 31, 1953. State Archives Series 3094. Ohio Historical Society, Ohio.Ohio D Note:* Repository: &lt;span id='R-2146988012'&gt;R-2146988012&lt;/span&gt; Ancestry.com Note:* Source: &lt;span id='S-2136598207'&gt;S-2136598207&lt;/span&gt; Repository: [[#R-2146988012]] 1910 United States Federal Census Ancestry.com Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2006. For details on the contents of the film numbers, visit the following NARA web page: NARA.Original data - United States of America, Bureau of the Census. Thirteenth Census of the Unit Note:* Source: &lt;span id='S-2136598227'&gt;S-2136598227&lt;/span&gt; Repository: [[#R-2146988012]] U.S. World War II Draft Registration Cards, 1942 Ancestry.com Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2007.Original data - United States, Selective Service System. Selective Service Registration Cards, World War II: Fourth Registration. National Archives and Records Administration Branch l Note:* Source: &lt;span id='S-2136598510'&gt;S-2136598510&lt;/span&gt; Repository: [[#R-2146988012]] 1900 United States Federal Census Ancestry.com Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2004.Original data - United States of America, Bureau of the Census. Twelfth Census of the United States, 1900. Washington, D.C.: National Archives and Records Administration, 1900. T623, Note:* Source: &lt;span id='S-2136598536'&gt;S-2136598536&lt;/span&gt; Repository: [[#R-2146988012]] Ohio 1910 Census Miracode Index National Archives and Records Administration Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2000.Original data - National Archives and Records Administration. Ohio Miracoda. Washington, D.C.: National Archives and Records Administration. T1272, 418 rolls.Original data:National A Note: mC26QL fWXT5S sHT2VP
iHT2VP sI6F8L whttps://www.WikiTree.com/wiki/Nitschke-263 pClara Adelaide qNitschke gf b18850518 z1 d19741125
iJOW83 whttps://www.WikiTree.com/wiki/Hetrick-327 pBeatrice qHetrick gf b19040908 vRice Twp, Sandusky Co, Ohio z1 d19910618 yGreen Springs, Sandusky Co, Ohio o== Biography ==\nBURIAL\nGreenlawn Memory Gardens\nClyde, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Beatrice Draves (1904unknown), Find A Grave Memorial no. 108877173, citing Greenlawn Memory Gardens, Clyde, Sandusky County, Ohio, USA ; Maintained by Connie Starnes (contributor 47163352) .\n[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)] mHT2VP fI6F8L
iEMLIU whttps://www.WikiTree.com/wiki/Hetrick-298 pAlfred qHetrick
iBOABO whttps://www.WikiTree.com/wiki/Hetrick-297 pHaldon qHetrick
iPA0V2 pAnonymous
iPQQEM pAnonymous
iZQIEO whttps://www.WikiTree.com/wiki/Hetrick-294 pStephanie qHetrick
iPS3HR pAnonymous
iQN38V pAnonymous
iKA9PB pAnonymous
iKBCEW whttps://www.WikiTree.com/wiki/Hetrick-296 pKristen qHetrick
iWZDL3 pAnonymous
iLKKYO pAnonymous
iSJ6SR whttps://www.WikiTree.com/wiki/Hetrick-300 pLarry James qHetrick gm b19381109 z1 d20060107 yLindsey, OH o== Biography ==Larry was born in 1938. He was the son of [[Hetrick-298|Alfred Hetrick]] and [[Lerch-159|Marjorie Lerch]]. He passed away in 2006.\n== Sources ==\n&lt;references /&gt;* Profile created by [[Hetrick-294 | Stephanie Farster]] through the import of Hetrick Family Tree.ged on Feb 7, 2018. mQ8NWN
iJF4HD pAnonymous
iLVDPA pAnonymous
iE3BH7 whttps://www.WikiTree.com/wiki/Hetrick-329 pLyola Marie qHetrick gf b19080924 vKingsway, Rice Twp, Sandusky Co, Ohio z1 d19151124 yKingsway, Rice Twp, Sandusky Co, Ohio o== Biography ==\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Lyola M. Hetrick (19081915),Find A Grave Memorial no. 62085395, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Judy (contributor 47250418) .\n[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)] mHT2VP fI6F8L
iRCX2O whttps://www.WikiTree.com/wiki/Hetrick-328 pClatys Ruth qHetrick gf b19110301 vFremont, Sandusky Co, Ohio z1 d19800125 ySandusky County, Ohio, USA o== Biography ==\nBURIAL\nGreenwood Cemetery\nKingsway, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Clatys R Hetrick Nickel (1 Mar 191125 Jan 1980), Find A Grave Memorial no. 106252704, citing Greenwood Cemetery, Kingsway, Sandusky County, Ohio, USA ; Maintained by Shelly (Stansberry) Wood (contributor 47641657) .\n[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)] mHT2VP fI6F8L sN3LLO
iN3LLO sRCX2O whttps://www.WikiTree.com/wiki/Nickel-595 pMelvin Theodore qNickel gm b19061026 z1 d19950123
iMIY16 whttps://www.WikiTree.com/wiki/Nickel-596 pWayne Melvin qNickel gm b19290212 vSandusky County, Ohio, USA z1 d20060322 ySandusky County, Ohio, USA o== Biography ==\nBURIAL\nGreenwood Cemetery\nKingsway, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* [http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County,Ohio (Second Edition)]\nFind A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Wayne M Nickel (12 Feb 192922 Mar 2006), Find A Grave Memorial no. 103122762, citing Greenwood Cemetery, Kingsway, Sandusky County, Ohio, USA ; Maintained by Shelly (Stansberry) Wood (contributor 47641657) . mRCX2O fN3LLO
iBQG99 whttps://www.WikiTree.com/wiki/Hetrick-330 pFlorence Emma qHetrick gf b19121025 vFremont, Sandusky County, Ohio, USA z1 d19990328 yGreen Springs, Sandusky County, Ohio, USA o== Biography ==\nBURIAL\nOakwood Cemetery\nFremont, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Florence Emma Hetrick Henry (25Oct 191228 Mar 1999), Find A Grave Memorial no. 131691953, citing Oakwood Cemetery, Fremont, Sandusky County, Ohio, USA ; Maintained by rakjr (contributor 47280556) .\n[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)] mHT2VP fI6F8L
iRNERU whttps://www.WikiTree.com/wiki/Hetrick-331 pOrange Rutherford qHetrick gm b19160128 vFremont, Sandusky County, Ohio, USA z1 d19830722 yToledo, Lucas County, Ohio, USA o== Biography ==\nBURIAL\nOakwood Cemetery\nFremont, Sandusky County, Ohio, USA\n\nOwned Johnson's Greenhouse with his wife Dorothy\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Orange Rutherford Hetrick (28 Jan 191622 Jul 1983), Find A Grave Memorial no. 181032182, citing Oakwood Cemetery, Fremont, Sandusky County, Ohio, USA ; Maintained by Bruce L Johnson (contributor 48752030) .\n[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)] mHT2VP fI6F8L
iG7FMM whttps://www.WikiTree.com/wiki/Hetrick-332 pOpal Rose qHetrick gf b19170823 vRice Twp, Sandusky Co, Ohio, z1 d19450805 yFremont, Sandusky Co, Ohio, o== Biography ==\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 04 June 2018), memorial page for Opal Rose Hetrick Wise (23 Aug 19175 Aug 1945), Find A Grave Memorial no. 115550913, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained byJudy (contributor 47250418) .\n[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)] mHT2VP fI6F8L
iESGI0 whttps://www.WikiTree.com/wiki/Hetrick-333 pRichard W qHetrick gm b19211124 vRice Twp, Sandusky Co, Ohio z1 d20021023 yRice Twp, Sandusky Co, Ohio o== Biography ==Richard was born in 1921. He was the son of [[Hetrick-299|Orange Hetrick]] and [[Nitschke-263|Clara Nitschke]]. He passed away in 2002.\n== Sources ==\n&lt;references /&gt;* [http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County,Ohio (Second Edition)] mHT2VP fI6F8L
iC621Z whttps://www.WikiTree.com/wiki/Hetrick-428 pEmma Luella qHetrick gf b18601116 z1 d18630508 o== Biography ==Emma was born in 1860. She was the daughter of [[Hetrick-191|David Hetrick]]. She passed away in 1863.\n== Sources ==\n&lt;references /&gt;\n* family records fFK5E8
iFJ75B whttps://www.WikiTree.com/wiki/Hetrick-429 pCyrus qHetrick gm b18630226 z1 d19200705 o== Biography ==Cyrus was born in 1863. He was the son of [[Hetrick-191|David Hetrick]]. He passed away in 1920.\n== Sources ==\n&lt;references /&gt;\n* family records\n fFK5E8
iV7RA7 whttps://www.WikiTree.com/wiki/Hetrick-432 pWilliam Henry qHetrick gm b18650418 z1 d19240514 o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records\n fFK5E8
iMYKWG whttps://www.WikiTree.com/wiki/Hetrick-159 pAbner Isaiah qHetrick gm b18810115 vSandusky County, Ohio, USA z1 d19650529 yOak Harbor, Ottawa County, Ohio, USA o== Biography ==\n\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* &quot;Ohio, County Marriages, 1789-2013,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XZBL-MPS : accessed 3 September 2015), Adam Gahn in entry for Abner J. Hetrick and Ida C. Gahn, 17 Apr 1907; citing Ottawa, Ohio, United States, reference p274-276;county courthouses, Ohio; FHL microfilm 1,992,897.\n* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Abner Isiah Hetrick (15 Jan 188129 May 1965), Find A Grave Memorial no. 63616105, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mT7NEU fFK5E8
iW5EBH whttps://www.WikiTree.com/wiki/Hetrick-324 pJohn qHetrick gm b18380712 vRice Twp, Sandusky County, Ohio z1 d19180922 ySalem Twp, Ottawa County, Ohio o== Biography ==\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for John Hetrick (12 Jul 183822 Sep 1918), Find A Grave Memorial no. 63212918, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mUC3DY fUBH30 sBKNLS
iBKNLS sW5EBH whttps://www.WikiTree.com/wiki/Seyfield-1 pAmelia qSeyfield gf b18551120 z1 d19270506
iMHZWP whttps://www.WikiTree.com/wiki/Hetrick-233 pPhillip Henry qHetrick gm b18680706 vOttawa County, Ohio, USA z1 d19540204 yMemorial Hospital, Fremont City, Sandusky, Ohio, United States o== Biography ==\nPhillip was born in 1868. Phillip Hetrick ... He passed away in 1954.&lt;ref&gt;Information entered by [[McNally-122 | Dave McNally]], Monday, January 16, 2017. &lt;/ref&gt;\n\n-----\n\nMarried by Rev BowmanFuneral services for Phillip Hetrick,85,retired farmer who died Thursday in Memorial hospital were held Sunday at Weller Wonderly mortuary.The Rev E E Zimmerman officiated.Pallbearers were Carl Stoltz, Clarence Lohrbach, John Kueck, and EarlHetrick, all past members of the council of St John's Lutheran church.\nBurial was in Four Mile House cemetery.\n\n-----\n''This profile is a collaborative work-in-progress. Can you contribute information or sources?'' &lt;!-- This comment, and everything else, can be edited or removed. --&gt;\n\n== Sources ==\n* Find A Grave Memorial# 64229090. Click here to see it: [http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=64229090].\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n== Acknowledgments ==\n\nThanks to [[McNally-122 | Dave McNally]] for starting this profile.\nClick the Changes tab for the details of contributions by Dave and others.\n&lt;!-- Please edit, add, or delete anything in this text, including this note. Be bold and experiment! If you make a mistake you can always see the previous version of the text on the Changes page. --&gt; mT3IAT fW5EBH sJZYY8
iJZYY8 sMHZWP whttps://www.WikiTree.com/wiki/Webster-6407 pSabina qWebster gf b18701105 z1 d19441111
iL1MIS whttps://www.WikiTree.com/wiki/Hetrick-117 pAda Marie qHetrick gf b18970504 vFremont, Sandusky, Ohio, United States z1 d19451014 ySeneca, Ohio, United States mJZYY8 fMHZWP
iBP29K whttps://www.WikiTree.com/wiki/Hetrick-187 pGertrude May qHetrick gf b18861020 vSandusky County, Ohio, USA z1 d19670902 yPort Clinton, Ottawa County, Ohio, USA o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=66820979 mBKNLS fW5EBH
iU3IL4 whttps://www.WikiTree.com/wiki/Hetrick-323 pPeter qHetrick gm b18430104 vSandusky County, Ohio, USA z1 d19150727 ySandusky County, Ohio, USA o== Biography ==\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Peter Hetrick (4 Jan 184327 Jul 1915), Find A Grave Memorial no. 63402854, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mUC3DY fUBH30 sU74AQ
iU74AQ sU3IL4 whttps://www.WikiTree.com/wiki/Will-825 pWilhelmina qWill gf b18510719 z1 d19450518
iE2TQP whttps://www.WikiTree.com/wiki/Hetrick-189 pArthur Ervin qHetrick gm b18810711 vRice Township, Sandusky, Ohio, United States z1 d19630912 yHayesville, Ashland County, Ohio, USA o== Biography ==\n\nBURIAL\nOak Harbor Union Cemetery\nOak Harbor, Ottawa County, Ohio, USA\nPLOT\tSection K\n\n== Sources ==\n&lt;references /&gt;\n* http://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=114598774 mU74AQ fU3IL4 sQSJ83
iQSJ83 sE2TQP whttps://www.WikiTree.com/wiki/Gahn-156 pHarriet Elizabeth qGahn gf b18840800 z1 d19540000
iSLK3M whttps://www.WikiTree.com/wiki/Hetrick-190 pHerbert Emery qHetrick gm b19100207 vOhio, USA z1 d19720824 yFremont, Sandusky County, Ohio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* http://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=161025907\n\n mQSJ83 fE2TQP
iMKUH7 whttps://www.WikiTree.com/wiki/Hetrick-238 pPhilip qHetrick gm b18101015 vNorthumberland County, Pennsylvania, USA z1 d18921222 ySandusky County, Ohio, USA o== Biography ==Philip was born in 1810. He was the son of [[Hetrick-197|Philip Hetrick]] and [[Reitz-286|Catherine Reitz]]. He passed away in 1892, and was buried in St. Paul's Lutheran Cemetery, Rice Twp.,Sandusky County, Ohio.&lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mSYSMY fMEQPX sQZ1A3
iQZ1A3 sMKUH7 whttps://www.WikiTree.com/wiki/Kreilick-16 pAnna Mary qKreilick gf b18190210 z1 d19030122
iAXYN6 whttps://www.WikiTree.com/wiki/Hetrick-147 pEmmanuel qHetrick gm b18391203 vSandusky County, Ohio z1 d19210809 yOak Harbor, Ottawa County, Ohio o== Biography ==An obituary included in the Find-A-Grave page has names of other family members.\n\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Salem, Ottawa County, Ohio\n\nhttp://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=63497569 mQZ1A3 fMKUH7 sI1WU1
iI1WU1 sAXYN6 whttps://www.WikiTree.com/wiki/Gahn-113 pCatharine qGahn gf b18420300 z1 d19200428
iFPM9O whttps://www.WikiTree.com/wiki/Hetrick-152 pIsabell qHetrick gf b18770127 vHarris Township, Ohio z1 d19660426 yPort Clinton, Ottawa County, Ohio, USA o== Biography ==\n\nBURIAL\nOak Harbor Union Cemetery\nOak Harbor, Ottawa County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* &quot;Ohio, County Marriages, 1789-2013,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XZHW-GNZ : accessed 22 August 2015), Catherine Gahn in entry for Wallace Bloom and Isabell Hetrick, 29 Nov 1899; citing Ottawa, Ohio, United States, reference it 3,p71, No.141; county courthouses, Ohio; FHL microfilm 2,069,268.\n* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Isabelle Hetrick Bloom (27 Jan 187726 Apr 1966), Find A Grave Memorial no. 63819282, citing Oak Harbor Union Cemetery, Oak Harbor, Ottawa County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mI1WU1 fAXYN6
iQ2I6D whttps://www.WikiTree.com/wiki/Hetrick-148 pJosiah W qHetrick gm b18790312 vSalem Township, Ottawa County, Ohio z1 d19261208 yFremont, Sandusky, Ohio, United States o== Biography ==\n\nBURIAL\nOakwood Cemetery\nFremont, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Salem, Ottawa County, Ohio\n&quot;Ohio, Marriages, 1800-1958,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:XD81-ZBT : accessed 22 August 2015), Catharine Gahn in entry for Josiah W. Hetrick and Katie Zilles, 19 Oct 1899; citing Sandusky County, Ohio, reference 2:3JLMSZS; FHL microfilm 506,621. mI1WU1 fAXYN6
iCC6WT whttps://www.WikiTree.com/wiki/Hetrick-151 pMoses Oliver qHetrick gm b18810331 vSalem, Ottawa County, Ohio z1 d19490918 yOttawa County, Ohio o== Biography ==\nHid death certificate says he was never married.\n\n\n== Sources ==\n&lt;references /&gt;&quot;Ohio, Deaths, 1908-1953,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:X6KY-2JJ : accessed 22 August 2015),Catharine Gahn in entry for Moses Oliver Hetrick, 18 Sep 1949; citing, reference Certificate; FHL microfilm 2,247,098.\n* &quot;Ohio, County Births, 1841-2003,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:X689-HLX : accessed 22 August 2015), Catharine Gahn in entry for Oliver Hettrick, 31 Mar 1881; citing Birth, Salem, Ottawa, Ohio, reference vol 1 p 120 n 22, county courthouses, Ohio; FHL microfilm 475,917. mI1WU1 fAXYN6
iIM4VG whttps://www.WikiTree.com/wiki/Hetrick-149 pMary Loretta qHetrick gf b18830428 vSandusky County, Ohio, USA z1 d19111104 ySandusky County, Ohio, USA o== Biography ==\n\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Salem, Ottawa County, Ohio\n* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Mary Lorettie Zilles (28 Apr 18834 Nov 1911), Find A Grave Memorial no. 66608064, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Wayne Dreier (contributor 47243484) . mI1WU1 fAXYN6
iFCQ2K whttps://www.WikiTree.com/wiki/Hetrick-150 pArthur I qHetrick gm b18861025 vSalem Township, Ottawa County, Ohio z1 d19560000 yOhio, USA o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Salem, Ottawa County, Ohio\n&quot;Ohio, Births and Christenings, 1821-1962,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:XX7X-L7Q : accessed 22 August 2015), Catharine Gahn in entry for Aurthur I. Hetrick, 25 Oct 1886; citing Salem Twp , Ottawa, Ohio, reference ; FHL microfilm 475,917.\nFind A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Arthur I. Hetrick (18861956), Find A Grave Memorial no. 27213302, citing Oakwood Cemetery, Fremont, Sandusky County, Ohio, USA ; Maintained by Helen Bortz (contributor 47006754) . mI1WU1 fAXYN6
iK28DF whttps://www.WikiTree.com/wiki/Hetrick-153 pJohn P qHetrick gm b18420428 vOhio z1 d18811228 yOhio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;* &quot;Ohio, County Marriages, 1789-2013,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XZF4-7PX : accessed 1 September 2015), John Hetrick and Barbara Gahn, 28 Apr 1867; citing Sandusky, Ohio, United States, reference p254; county courthouses, Ohio; FHL microfilm 506,617.\n\nhttp://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=65031848 mQZ1A3 fMKUH7 sE6R5V
iE6R5V sK28DF whttps://www.WikiTree.com/wiki/Gahn-114 pBarbara qGahn gf b18450200 z1 d19181112
iVKVGJ whttps://www.WikiTree.com/wiki/Hetrick-155 pCharles qHetrick gm b18690310 vOhio z1 d19180911 ySalem Township, Ottawa County, Ohio o== Biography ==Charles was listed as single on his death certificate. His mother &quot;Barbra&quot; was the informant for the certificate.\nThe 1900 census says he was born March 1868.\n\n== Sources ==\n&lt;references /&gt;* &quot;Ohio, Deaths, 1908-1953,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:X6X7-Y92 : accessed 1 September 2015), John Hetrick in entry for Charles H Hetrick, 11 Sep 1918; citing Salem Twp, Ottawa, Ohio, reference fn 56004; FHL microfilm 1,984,442.\n\nUS Fed Census 1900 Salem, Ottawa County, Ohio mE6R5V fK28DF
iA3CJZ whttps://www.WikiTree.com/wiki/Hetrick-156 pEmma Laura qHetrick gf b18701212 vSalem Township, Ottawa County, Ohio z1 d19251108 yBallville, Sandusky County, Ohio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* US Fed Census 1880 Salem Township, Ottawa County, Ohio\n&quot;Ohio, Deaths, 1908-1953,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:X63C-4RB : accessed 1 September 2015), John Hetrich in entry for Emma L Overmyer, 08 Nov 1925; citing Ballville, Sandusky, Ohio, reference fn 65646; FHL microfilm 1,992,765. mE6R5V fK28DF sL753I
iL753I sA3CJZ whttps://www.WikiTree.com/wiki/Overmyer-47 pAmos qOvermyer gm b18621106 z1 d19410208
iEM2B9 whttps://www.WikiTree.com/wiki/Overmyer-48 pClyde E qOvermyer gm b18930100 vOhio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Washington, Sandusky County, Ohio mA3CJZ fL753I
iHMLF8 whttps://www.WikiTree.com/wiki/Overmyer-49 pRay F qOvermyer gm b18941100 vOhio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Washington, Sandusky County, Ohio mA3CJZ fL753I
iMNB8F whttps://www.WikiTree.com/wiki/Overmyer-50 pEalum qOvermyer gm b18980300 vOhio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* US Fed census 1900 Washington, Sandusky County, Ohio\n\n mA3CJZ fL753I
iIN8JQ whttps://www.WikiTree.com/wiki/Hetrick-154 pElizabeth qHetrick gf b18721213 vSalem, Ottawa County, Ohio z1 d19500312 yLindsey, Sandusky County, Ohio o== Biography ==\nBirth year calc from age at marriage. Full birth date is also on death cert but hard to read.\n\nHer husband predeceased her.\n\n== Sources ==\n&lt;references /&gt;* &quot;Ohio, County Marriages, 1789-2013,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XZHW-PKC : accessed 1 September 2015), John Hetrick in entry for Gustave Glaser and Lizzie Hetrick, 08 Feb 1900; citing Ottawa, Ohio, United States, reference it 3,p 86, no 171; county courthouses, Ohio; FHL microfilm 2,069,268. mE6R5V fK28DF
iDD0ZK whttps://www.WikiTree.com/wiki/Hetrick-157 pCynthia qHetrick gf b18760000 vOhio o== Biography ==\n\nBirth year calc from age in 1880 census.\n\n== Sources ==\n&lt;references /&gt;\n* US Fed Census 1880 Salem Township, Ottawa County, Ohio mE6R5V fK28DF
iA0EC9 whttps://www.WikiTree.com/wiki/Hetrick-175 pLucinda qHetrick gf b18770000 vOhio z1 d18970000 yOhio o== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* http://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=65032730\n\n mE6R5V fK28DF
iVILVK whttps://www.WikiTree.com/wiki/Hetrick-158 pJerome Frank qHetrick gm b18790304 vOhio z1 d19701223 ySandusky, Ohio, United States o== Biography ==\n\nBURIAL\nFaith Lutheran Cemetery\nLindsey, Sandusky County, Ohio, USA\n\n== Sources ==\n&lt;references /&gt;* US Fed Census 1880 Salem Township, Ottawa County, Ohio; 1900 Salem,Ottawa County, Ohio\n* &quot;Ohio Death Index, 1908-1932, 1938-1944, and 1958-2007,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:VKVH-9KS : 8 December 2014), Frank J Hetrick, 23 Dec 1970; from &quot;Ohio, Deaths, 1908-1932, 1938-2007,&quot; database and images, Ancestry (http://www.ancestry.com: 2010); citing vol. 20318, certificate number 096861, Ohio Historical Society, Columbus; Ohio Department of Health, State Vital StatisticsUnit, Columbus.\n* Find A Grave, database and images (https://www.findagrave.com : accessed 25 May 2018), memorial page for Frank J Hetrick (18791970), Find A Grave Memorial no. 99470062, citing Faith Lutheran Cemetery, Lindsey, Sandusky County, Ohio, USA ; Maintained by Connie Starnes (contributor 47163352) . mE6R5V fK28DF
iH6WWC whttps://www.WikiTree.com/wiki/Hetrick-239 pJacob qHetrick gm b18530729 vSandusky County, Ohio, USA z1 d19360618 yOttawa County, Ohio, USA o== Biography ==Jacob was born in 1853. He was the son of [[Hetrick-238|Philip Hetrick]] and [[Kreilick-16|Anna Kreilick]]. He passed away in 1936, and was buried at Oak Harbor Union Cemetery, Oak Harbor, Ottawa County, Ohio.&lt;ref&gt;[https://secure.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=68828370 Find A Grave Memorial# 68828370]&lt;/ref&gt; &lt;ref&gt;[http://hetrick.info/Frieda_SecondEdition/3PtII_HetrickHistory(55-466)Descendants.pdf Descendants of Hetrick Families of Sandusky County, Ohio (Second Edition)]&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mQZ1A3 fMKUH7 sKWGJW
iKWGJW sH6WWC whttps://www.WikiTree.com/wiki/Leaser-24 pEmma Louise qLeaser gf b18591104 z1 d19281025
iPEQWC whttps://www.WikiTree.com/wiki/Hetrick-414 pLouisa qHetrick gf b18790223 o== Biography ==''No biography yet.&lt;ref name=&quot;ref_0&quot;&gt;Profile created by [[Henderson-15078 | Dennis Henderson]] through the import of Henderson.GED on Jan 8, 2019. ''This comment and citation should be deleted after a short biography has been added and primary sources have been cited.''&lt;/ref&gt; Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n* family records mKWGJW fH6WWC sP5F53
iP5F53 sPEQWC whttps://www.WikiTree.com/wiki/Zilles-27 pJohn W. qZilles gm b18730228 z1 d19410000
iQ7QUH whttps://www.WikiTree.com/wiki/Zilles-23 pEarl qZilles
iXYLXO pAnonymous
iPXFZ0 whttps://www.WikiTree.com/wiki/Sherer-309 pJan qSherer
iDT9QF pAnonymous
iG1C6N pAnonymous
iERSVD pAnonymous
iPIAA2 pAnonymous
iF7RTU pAnonymous
iXFIB4 pAnonymous
iZGO8W pAnonymous
iOHNXD pAnonymous
iU2VJO pAnonymous
iR4WZ5 pAnonymous
iL727R pAnonymous
iJ3WV5 whttps://www.WikiTree.com/wiki/Hetrick-383 pSalome qHetrick gf b18250803 vNorthumberland County, Pennsylvania, USA z1 d18651106 yNorthumberland County, Pennsylvania, USA o== Biography ==Salome was born in 1825. She was the daughter of [[Hetrick-197|PhilipHetrick]] and [[Reitz-286|Catherine Reitz]]. She passed away in 1865.\n== Sources ==\n&lt;references /&gt;* Find A Grave memorial page for Saloma Hetrick Bobb (3 Aug 18256 Nov 1865), {{FindAGrave|34030213}}, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA. mSYSMY fMEQPX sJGM66
iJGM66 sJ3WV5 whttps://www.WikiTree.com/wiki/Bobb-155 pSamuel qBobb gm b18230825 z1 d18890507
iMVB6T whttps://www.WikiTree.com/wiki/Bobb-156 pHenry qBobb gm b18480704 vPennsylvania, United States z1 d19111022 yPennsylvania, United States o== Biography ==Henry was born in 1848. He was the son of [[Bobb-155|Samuel Bobb]] and [[Hetrick-383|Salome Hetrick]]. He passed away in 1911.\n== Sources ==\n&lt;references /&gt;* Find A Grave memorial page for Henry Bobb (4 Jul 184822 Oct 1911), {{FindAGrave|34716572}}, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA. mJ3WV5 fJGM66 sEMGFA
iEMGFA sMVB6T whttps://www.WikiTree.com/wiki/Smith-173186 pHannah qSmith gf b18410815 z1 d19031017 yNorthumberland,Pennsylvania, United States o== Biography ==* Fact: Residence (1880) Washington, Northumberland, Pennsylvania, United States* Fact: Residence (1900) Little Mahanoy Township, Washington Township, Northumberland, Pennsylvania, United States* Fact: Burial Himmel Church Cem.,Washington Twp.,Northumberland Co.,Pennsylvania\n\n== Sources ==\n&lt;references /&gt;* Find A Grave memorial page for Hannah Smith Bobb (15 Aug 184817 Oct 1903), {{FindAGrave|34716562}}, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA.\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org), entry for Hannah Smith(PID https://familysearch.org/ark:/61903/4:1:998F-M22); contributed by various users. mU5OHK fCHHXV
iRQ0BD whttps://www.WikiTree.com/wiki/Bobb-157 pJennie S. qBobb gf b18770000 vPennsylvania, United States z1 d19190000 o== Biography ==* Fact: Residence (1880) Washington, Northumberland, Pennsylvania, United States* Fact: Residence (1910) Little Mahanoy, Northumberland, Pennsylvania, United States\n\n== Sources ==\n&lt;references /&gt;* &quot;Pennsylvania Marriages, 1709-1940,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V26P-XW6), John Charles Treon and Jennie S. Bobb, 01 Feb 1902; citing Northumberland, Pennsylvania, UnitedStates; FHL microfilm 961,098.\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org), entry for Jennie S. Bobb(PID https://familysearch.org/ark:/61903/4:1:99D7-CK3); contributed by various users. mEMGFA fMVB6T
iW36QD whttps://www.WikiTree.com/wiki/Reitz-119 pMaria Eva qReitz gf b17880104 vWashington, Northumberland, Pennsylvania, United States z1 d18681108 yJackson, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n'''Maria''' Eva Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n4 JAN 1788.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n8 NOV 1863.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1863\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=297* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:* Pennsylvania and New Jersey, Church and Town Records, 1669-1999. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236* Find A Grave, database and images (https://www.findagrave.com : accessed 21 May 2018), memorial page for Maria Eva Reitz Gonser (4 Jan 17888 Nov 1863), Find A Grave Memorial no. 34131798, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA. https://www.findagrave.com/memorial/34131798*Pennsylvania and New Jersey, Church and Town Records, 1669-1999 Historical Society of Pennsylvania; Philadelphia, Pennsylvania; CollectionName: Historic Pennsylvania Church and Town Records; Reel: 236* Records of Schwaben Creek (Himmel Lutheran &amp; Reformed) Church, Washington Township, Northumberland County, Pennsylvania, 1774-1846, Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Reitz-119 through the import of Lauren Nash_s Family Tree.ged on Aug20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com mJGNJP fA6QW3 sXJ8HI
iXJ8HI sW36QD whttps://www.WikiTree.com/wiki/Gonser-14 pDaniel qGonser gm b17861102 z1 d18570418
iIE884 whttps://www.WikiTree.com/wiki/Gonser-13 pAnna Maria qGonser gf b18120917 vWashington, Northumberland, Pennsylvania, United States z1 d18990516 yWashington, Northumberland, Pennsylvania, United States o== Biography ==\nBurial: Himmels Lutheran &amp; Reformed Church Cem, Rebuck, Washington Twp, Northumberland Co, PA. &lt;ref&gt;https://wc.rootsweb.ancestry.com/cgi-bin/igm.cgi?op=GET&amp;db=northumberlandpa&amp;id=I1963&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=113* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Gonser-13 through the import of Lauren Nash_s Family Tree.ged on Aug20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mW36QD fXJ8HI sPKOE5
iPKOE5 sIE884 whttps://www.WikiTree.com/wiki/Hoffman-2191 pWilliam D qHoffman gm b18021223 z1 d18851002
iVO2WL whttps://www.WikiTree.com/wiki/Hoffman-2216 pConrad G qHoffman gm b18250000 z1 d18320000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=295* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2216 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iHAF6W whttps://www.WikiTree.com/wiki/Hoffman-2215 pDenah qHoffman gm b18250000 z1 d18320000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=294* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2215 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iANHCJ whttps://www.WikiTree.com/wiki/Hoffman-2212 pElizabeth qHoffman gf b18250000 z1 d18320000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=291* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2212 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iT00R1 whttps://www.WikiTree.com/wiki/Hoffman-2214 pEmanuel qHoffman gm b18250000 z1 d18320000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=293* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2214 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iVMV03 whttps://www.WikiTree.com/wiki/Hoffman-2217 pErnestus G qHoffman gm b18250000 z1 d18320000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=296* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2217 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iSB8XA whttps://www.WikiTree.com/wiki/Hoffman-2213 pLouise qHoffman gf b18250000 z1 d18320000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=292* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2213 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iUROUE whttps://www.WikiTree.com/wiki/Hoffman-2211 pWS qHoffman gm b18300302 z1 d18530811 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=290* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2211 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iS4F50 whttps://www.WikiTree.com/wiki/Hoffman-2210 pDaniel G qHoffman gm b18320626 vPennsylvania, United States z1 d18601222 yWashington, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=289* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2210 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iT5E97 whttps://www.WikiTree.com/wiki/Hoffman-2209 pElizabeth qHoffman gf b18330826 vNorthumberland, Northumberland, Pennsylvania, United States z1 d19050210 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=288* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2209 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iL7UBY whttps://www.WikiTree.com/wiki/Hoffman-2208 pJacob G qHoffman gm b18360831 vNorthumberland, Northumberland, Pennsylvania, United States z1 d19210925 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=287* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2208 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iK00LO whttps://www.WikiTree.com/wiki/Hoffman-2207 pMaria qHoffman gf b18380531 vMoystown, Ferbane, Kings, Ireland z1 d19090819 yNorth Carolina, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=286* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2207 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iTE6FZ whttps://www.WikiTree.com/wiki/Hoffman-2206 pDianna qHoffman gf b18401011 vWashington, Northumberland, Pennsylvania, United States z1 d19200924 yMahanoy, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=285* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2206 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iA4UFZ whttps://www.WikiTree.com/wiki/Hoffman-2205 pWilliam G qHoffman gm b18420000 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=284* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2205 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iH7VP6 whttps://www.WikiTree.com/wiki/Hoffman-2203 pHenry G qHoffman gm b18430924 vWashington, Northumberland, Pennsylvania, United States z1 d18740209 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=282* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2203 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=283* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2204 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iN2WG6 whttps://www.WikiTree.com/wiki/Hoffman-2202 pConrad G qHoffman gm b18450707 vWashington, Northumberland, Pennsylvania, United States z1 d19041105 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=281* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2202 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iVW4OX whttps://www.WikiTree.com/wiki/Hoffman-2201 pRudolph A qHoffman gm b18471108 vWashington, Northumberland, Pennsylvania, United States z1 d18860109 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=280* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2201 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iN2OJE whttps://www.WikiTree.com/wiki/Hoffman-2200 pLuther qHoffman gm b18480000 vWashington, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=279* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2200 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iUAJZF whttps://www.WikiTree.com/wiki/Hoffman-2199 pBenjamin qHoffman gm b18500429 vWashington, Northumberland, Pennsylvania, United States z1 d18610120 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=278* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2199 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iYZAS5 whttps://www.WikiTree.com/wiki/Hoffman-2198 pRobert G qHoffman gm b18520327 vWashington, Northumberland, Pennsylvania, United States z1 d18570501 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=277* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2198 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iS32LI whttps://www.WikiTree.com/wiki/Hoffman-2197 pRuben qHoffman gm b18520327 o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=276* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2197 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iS4BLB whttps://www.WikiTree.com/wiki/Hoffman-2196 pLouisa qHoffman gf b18550208 vWashington, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=275* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2196 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iYFX3U whttps://www.WikiTree.com/wiki/Hoffman-2195 pCaroline qHoffman gf b18570117 vWashington, Northumberland, Pennsylvania, United States z1 d18660513 yNorthumberland, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=274* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2195 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iIMNZV whttps://www.WikiTree.com/wiki/Hoffman-2194 pWilliam G qHoffman gm b18580311 vWashington, Northumberland, Pennsylvania, United States z1 d19310529 yPillow, Dauphin, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n== Sources ==\n* Source: &lt;span id='S-2044476905'&gt;S-2044476905&lt;/span&gt; Repository: [[#R-2138344807]] Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: This information comes from1 or more individual Ancestry Family Tree files. This source citationpoints you to a current version of those files. Note: The owners ofthese tree files may have removed or changed information since this source citation was created. Page: Ancestry Family Trees Note: Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=17666650&amp;pid=273* Repository: &lt;span id='R-2138344807'&gt;R-2138344807&lt;/span&gt; Name: Ancestry.com Address: http://www.Ancestry.com Note:\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Nash-2059 | Lauren Nash]] for creating WikiTree profile Hoffman-2194 through the import of Lauren Nash_s Family Tree.ged on Aug 20, 2013. Click to the Changes page for the details of edits by Lauren and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIE884 fPKOE5
iMSW1H whttps://www.WikiTree.com/wiki/Gosnar-1 pElizabeth qGosnar gf b18170131 vJackson, Northumberland, Pennsylvania z1 d18930518 yRockefeller, Northumberland, Pennsylvania o== Biography ==\nElizabeth was born in 1817. She passed away in 1893.\n== Sources ==\n&lt;references /&gt;\n* U.S. Census 1860 1870 1880* Pennsylvania, Death Certificates, 1906-1964, Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 027001-030000\n*Pennsylvania, Marriages, 1852-1968 mW36QD fXJ8HI sKJ5NJ
iKJ5NJ sMSW1H whttps://www.WikiTree.com/wiki/Bobb-153 pMichael qBobb gm b18120908 z1 d18851211
iTZ71I whttps://www.WikiTree.com/wiki/Bobb-151 pAnna Louisa qBobb gf b18600116 vPennsylvania z1 d19300303 yMilton, Northumberland, Pennsylvania o== Biography ==\n\nLouisa was born in 1860. She passed away in 1930.\n\n== Sources ==\n&lt;references /&gt;\n* Death Certificates, Northumberland County History: Northumberland Historical Society, Census* Marriage Records, &quot;A Brief History of Northumberland County&quot;:Northumberland Historical Society, Census mMSW1H fKJ5NJ sSUYF7
iSUYF7 sTZ71I whttps://www.WikiTree.com/wiki/Havens-1287 pJames C qHavens gm b18580000 z1 d18950225
iVRBV2 whttps://www.WikiTree.com/wiki/Havens-1286 pWiliam Charles qHavens gm b18840621 vSunbury, Northumberland, Pennsylvania z1 d19390119 ySyracuse, Onondaga, New York o== Biography ==\nWiliam was born in 1884. He passed away in 1939.\n== Sources ==\n&lt;references /&gt;\n* Death certificate, Obituary mTZ71I fSUYF7 sJH67P
iJH67P sVRBV2 whttps://www.WikiTree.com/wiki/Kline-2051 pIda Mae qKline gf b18841119 z1 d19740107
iHKWMW whttps://www.WikiTree.com/wiki/DeHaven-398 pWilson qDeHaven
iRK1LD pAnonymous qDeHaven
iIWQZM pAnonymous qDeHaven
iBG5Y7 whttps://www.WikiTree.com/wiki/Reitz-449 pLeonhart qReitz gm b17910308 vNorthumberland County, Pennsylvania, USA z1 d18101129 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Leonhart''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n8 MAR 1791.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n29 NOV 1810.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1810\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mJGNJP fA6QW3
iCPXAH whttps://www.WikiTree.com/wiki/Reitz-448 pJuliana qReitz gf b17920101 vNorthumberland County, Pennsylvania, USA z1 d18571109 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Juliana''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n1 JAN 1792.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n9 NOV 1857.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1857\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mJGNJP fA6QW3
iW3Y7P whttps://www.WikiTree.com/wiki/Reitz-450 pMagdalena qReitz gf b17950926 vNorthumberland County, Pennsylvania, USA z1 d18100411 yNorthumberland County, Pennsylvania, USA o== Biography ==\n'''Magdalena''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n26 SEP 1795.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n11 APR 1810.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1810\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mJGNJP fA6QW3
iMI0DU whttps://www.WikiTree.com/wiki/Reitz-451 pSusanna qReitz gf b17971106 vNorthumberland County, Pennsylvania, United States z1 d18680118 yMuncy, Lycoming County, Pennsylvania o== Biography ==\n[[Category:Alsatian Tryons in America]]\n\n'''Susanna''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n6 NOV 1797.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n18 JAN 1868. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1868\nMuncy, Lycoming County, Pennsylvania, USA.\nMap:\nLatitude: N41.2056.\nLongitude: W76.7855. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n* 1850 US Federal Census; Census Place: Muncy Creek, Lycoming, Pennsylvania; Roll: M432_795; Page: 424A; Image: 482 (Ancestry.com)\n*[https://www.findagrave.com/memorial/42258176 Susanna Reitz Treon's Find a Grave Memorial 42258176] mJGNJP fA6QW3 sRDSCH
iRDSCH sMI0DU whttps://www.WikiTree.com/wiki/Treon-58 pGeorge qTreon gm b17930926 z1 d18530202
iJ14DD whttps://www.WikiTree.com/wiki/Treon-59 pLydia qTreon gf b18131005 vRebuck, Northampton, Pennsylvania, United States z1 d19000709 o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nLydia, daughter of [[Treon-58|George Treon]] and [[Reitz-451|SusannaReitz]], was born 5 Oct 1813 and baptized 22 Nov 1818 [? possible transcription error for 1813?] in the Lutheran church at Rebuck, Pennsylvania.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nLydia married John Fogleman on 14 Feb 1837.&lt;ref&gt;''Heinrich Gernhardt and his descendants : biographical facts and musings--cogitations of interesting genealogical problems--'', VI. Catharine Fogelman Branch, page 212&lt;/ref&gt; Her death is referred to as occurring 9 Jul 1900.&lt;ref&gt;''Op. cit.'', page 214&lt;/ref&gt;\n\n=== Research Notes ===As all the other daughters of George Treon and Susanna Reitz were baptized within a few weeks or months of birth, it seems odd that Lydia would be an exception. The source is a typescript transcribed from original records and it is possible that the baptismal date was misread ormistyped as 1818 but should be 1813.\n\n== Sources ==\n&lt;references /&gt; mMI0DU fRDSCH
iZPZPE whttps://www.WikiTree.com/wiki/Treon-62 pElisabeth qTreon gf b18170624 vRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nElisabeth was the daughter of [[Treon-58|George Treon]] and [[Reitz-451|Susanna Reitz]], born 24 June and baptized 6 July 1817 in the Lutheran church at Rebuck.&lt;ref&gt;Pennsylvania and New Jersey, Church and TownRecords, 1669-2013; Historical Society of Pennsylvania; Philadelphia,Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt; NOTE: surname given as Trion in this source.\n\n== Sources ==\n&lt;references /&gt; mMI0DU fRDSCH
iBRL7G whttps://www.WikiTree.com/wiki/Treon-60 pMaria qTreon gf b18200312 vRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\nDaughter of George Treon and Susanna Reitz.\nMaria was born 9 March baptized 9 Apr 1820 in the Lutheran Church, Rebuck, Northumberland, Pennsylvania.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania;Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mMI0DU fRDSCH
iHAW7B whttps://www.WikiTree.com/wiki/Treon-61 pSalome qTreon gf b18220123 vRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nSalome, daughter of [[Treon-58|George Treon]] and [[Reitz-451|SusannaReitz]], was born the 23 January and baptized the 3 March 1822 in theLutheran church at Rebuck.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mMI0DU fRDSCH
iV35R0 whttps://www.WikiTree.com/wiki/Treon-63 pSusanna qTreon gf b18291209 vPennsylvania, United States z1 d18980910 yWatsontown, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\nMarried Daniel Garnhart. Children:\n# Regina Garnhart b abt 1851 PA\n# George Garnhart b abt 1853 PA\n# Ellen Garnhart b abt 1855 PA\n# Marietta (Mary Etta) Garnhart b abt 1857 PA\n# Levi Garnhart b abt 1859 PA\n# John Garnhart b abt 1861 PA\n# Thomas Garnhart b abt 1864 PA\n# Susannah Garnhart b abt 1868 PA# Crissa A. Garnhart b abt 1876 PA [uncertain; this would be a ratherlate child]\n\n== Sources ==\n&lt;references /&gt;* 1850 US Federal Census; Census Place: Muncy Creek, Lycoming, Pennsylvania; Roll: M432_795; Page: 424A; Image: 482 (Ancestry.com)\n* 1860; Census Place: Delaware, Northumberland, Pennsylvania; Roll: M653_1149; Page: 201; Family History Library Film: 805149 (Ancestry.com)\n* 1870 US Federal Census; Census Place: Delaware, Northumberland, Pennsylvania; Roll: M593_1384; Page: 166A; Family History Library Film: 552883 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Delaware, Northumberland, Pennsylvania; Roll: 1164; Page: 178D; Enumeration District: 149 (Ancestry.com)\n* [https://www.findagrave.com/memorial/74668316 Susan Treon Garnhart's Find a Grave Memorial 74668316] mMI0DU fRDSCH
iH88BC whttps://www.WikiTree.com/wiki/Treon-83 pGeorge W qTreon gm b18330113 vPennsylvania, United States z1 d18910925 yTurbotville, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n[[category: Physicians]]\nHe was the son of [[Treon-58|George Treon]] and [[Reitz-451|Susanna Reitz]] (spelled Wrights on his marriage record).\nHe married Crissy Nickle, daughter of John Nickle and Rebecca Harman,on 29 Dec 1853 in Williamsport, Lycoming, PA.&lt;ref&gt;Pennsylvania, Marriages, 1852-1854; Pennsylvania State Archives; Reel Number: 671 (Ancestry.com)&lt;/ref&gt;&lt;ref&gt;&quot;Pennsylvania Marriages, 1709-1940,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V2X6-G2R : 11 February 2018), George Treon and Crissy Nickle, 29 Dec 1853; citing Williamsport, Lycoming, Pennsylvania; FHL microfilm 1,016,406.&lt;/ref&gt; Children:\n# William Treon b abt 1854\n# Emma Treon b abt 1856\n# Alla (Mary A) Treon b abt 1858/9 married Jno? Keller\n# Asher Treon b abt 1865\n# May Treon b abt 1871\nA note in church records says that Dr. George W. Treon was &quot;Received on profession of faith 19 Jan 1878&quot;.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 (Ancestry.com)&lt;/ref&gt; Listed there is also probably his wife, name spelled Chrissie Treon. If that is her, she was deceased by April, 1881.\nA burial record for Doctor George Treon in Turbotville, Northumberland, Pennsylvania exists.&lt;ref name=&quot;Pennsylvania&quot;&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236; United Church of Christ; Trinity United Church of Christ (Ancestry.com)&lt;/ref&gt; The church also records his death as occurring on 15 Sep 1891 at the age of 59 years, 8 months and 12 days.&lt;ref name=&quot;Pennsylvania&quot; /&gt;This gives him a calculated birth date of 13 Jan 1833, used above.\nLetters of administration were granted to William Treon and George D.Keller on 14 Oct 1891. His widow renounced her right to administer the estate. Date of death is recorded in the court record.&lt;ref&gt;Pennsylvania, Wills and Probate Records, 1683-1993; Wills, 1772-1907; Index, 1792-1930; Author: Northumberland County (Pennsylvania). Register of wills; Probate Place: Northumberland, Pennsylvania; Wills, No 9, 1886-1913 (Ancestry.com)&lt;/ref&gt; It is likely that George D. Keller is the husband of daughter Mary A. Treon -- while the church records mentioned above mention that Mary married Jno (John) Keller, though the writing is small and not very good and it should say Geo Keller.\n\n=== Research Question ===Did George Treon marry again after the death of his wife Crissey (Nichol) Treon in 1880? [[Ellis-15619 | Annie I. Ellis]] who had a son George Ellis Treon (b 1891) appears a likely candidate as a second wife.On her death certificate and tombstone she is listed as &quot;wife of Dr. George Treon&quot;, and George Ellis Treon's records give his father as George W. Treon. '''Need to find a marriage record of George W. Treon andAnne I. Ellis, or a birth record for George Ellis Treon.''' Places searched: marriage records of the Trinity United Church of Christ in Turbotsville. Administration records for his estate (do not name wife specifically, but does say his wife did not wish to act as administratrix, implying he was married at the time of death).\n\n== Sources ==\n&lt;references /&gt;* 1850 US Federal Census; Census Place: Muncy Creek, Lycoming, Pennsylvania; Roll: M432_795; Page: 424A; Image: 482 (Ancestry.com)\n* 1860 US Federal Census; Census Place: Woodward, Lycoming, Pennsylvania; Roll: M653_1137; Page: 952; Family History Library Film: 805137 (Ancestry.com) NOTE: occupation physician\n* 1863 Residence: Nippenose, Lycoming, Pennsylvania; Congressional District: 18th; U.S., Civil War Draft Registrations Records, 1863-1865; National Archives and Records Administration (NARA); Washington, D.C.;Consolidated Lists of Civil War Draft Registration Records (Provost Marshal General's Bureau; Consolidated Enrollment Lists, 1863-1865); Record Group: 110, Records of the Provost Marshal General's Bureau (Civil War); Collection Name: Consolidated Enrollment Lists, 1863-1865 (Civil War Union Draft Records); NAI: 4213514; Archive Volume Number: 1 of2 (Ancestry.com) NOTE: occupation inn keeper.\n* 1870 US Federal Census; Census Place: Turbotville, Northumberland, Pennsylvania; Roll: M593_1385; Page: 236A; Family History Library Film: 552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: 1164; Page: 245B; Enumeration District: 153 (Ancestry.com) mMI0DU fRDSCH sJRQJ5
iJRQJ5 sH88BC whttps://www.WikiTree.com/wiki/NIchol-984 pCrissey qNIchol gf b18320000 z1 d18800829
iNN4NR whttps://www.WikiTree.com/wiki/Treon-84 pWilliam Raker qTreon gm b18540801 vLycoming County, Pennsylvania, United States z1 d19300705 yLewis Township, Northumberland, Pennsylvania, United States o[[Category:Turbotville Cemetery,_Turbotville,_Pennsylvania]]\n== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\nSon of [[Treon-83|George Treon]] and Crissey Nickle.\nHe appears (apparently never attending confirmation classes) in the confirmation records of the Trinity United Church in Turbotville, Northumberland County, PA in the late 1870s and early 1880s.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nWilliam married Abbie Winters (b Dec 1864 PA daughter of Charles Winters) 13 Mar 1886 in Northumberland County, PA.&lt;ref&gt;&quot;Pennsylvania Marriages, 1709-1940,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V26P-WSG : 11 February 2018), William Treon and Abbie Winters, 13 Mar 1886; citing Northumberland, Pennsylvania, United States; FHL microfilm 961,091.&lt;/ref&gt; NOTE: she may have been named Mary Abigail Winters as she appears as Mary A. Winters before her marriage, and is sometimes noted as Abbie M. Treon.\nWilliam died on 5 July 1930, in Lewis Township, Northumberland County, Pennsylvania, aged 75 years 11 months 4 days, of myocarditis and hypotension.&lt;ref&gt;[[#dc|Pennsylvania, Death Certificates, 1906-1966]]; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number: 70539 (Ancestry.com)&lt;/ref&gt;\nOn 8 July 1930, he was buried, in Turbotville Cemetery, Turbotville,Northumberland County, Pennsylvania.\n&lt;ref&gt;[[#dc|death certificate]]&lt;/ref&gt;\n== Sources ==\n&lt;references /&gt;* 1860 US Federal Census; Census Place: Woodward, Lycoming, Pennsylvania; Roll: M653_1137; Page: 952; Family History Library Film: 805137 (Ancestry.com)\n* 1870 US Federal Census; Census Place: Turbotville, Northumberland, Pennsylvania; Roll: M593_1385; Page: 236A; Family History Library Film: 552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: 1164; Page: 245B; Enumeration District: 153 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 8; Enumeration District: 0127 (Ancestry.com)\n* 1910 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: T624_1383; Page: 17A; Enumeration District: 0067; FHL microfilm: 1375396 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: T625_1610; Page: 9B; Enumeration District: 84 (Ancestry.com)\n* 1930 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 5A; Enumeration District: 0022 (Ancestry.com)\n* [https://www.findagrave.com/memorial/178503590 William Ryker Tryon's Find a Grave Memorial 178503590]\n* &lt;span id=&quot;dc&quot;&gt;Pennsylvania death certificate&lt;/span&gt;, William Raker Treon, Northumberland County, 5 July 1930, file number 70539, [https://search.ancestry.com/cgi-bin/sse.dll?_phsrc=cuJ4878&amp;_phstart=successSource&amp;usePUBJs=true&amp;indiv=1&amp;db=padeathcollection&amp;gsfn=william&amp;gsln=treon&amp;msddy=1930&amp;msdpn__ftp=Northumberland,%20%20Pennsylvania&amp;new=1&amp;rank=1&amp;redir=false&amp;uidh=907&amp;gss=angs-d&amp;pcat=34&amp;fh=0&amp;h=4792613&amp;recoff=&amp;ml_rpos=1 Ancestry] mJRQJ5 fH88BC sS8POE
iS8POE sNN4NR whttps://www.WikiTree.com/wiki/Winters-2291 pMary Abigail qWinters gf b18641231 z1 d19590516
iYM7X2 whttps://www.WikiTree.com/wiki/Treon-85 pWilson Oscar qTreon gm b18840113 vDelaware Township, Northumberland, Pennsylvania, United States z1 d19460603 yLewis Township, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nWilson was the son of [[Treon-84|William Treon]] and [[Winters-2291|Abbie Winters]].\nHe was confirmed on 5 Apr 1902 at the Trinity United Church of Christin Turbotville.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nWilson's full name and birth date are confirmed by his draft registration documents.&lt;ref&gt;U.S., World War I Draft Registration Cards, 1917-1918; Registration State: Pennsylvania; Registration County: Northumberland; Roll: 1907409; Draft Board: 1 (Ancestry.com)&lt;/ref&gt;&lt;ref&gt;U.S., World War II Draft Registration Cards, 1942; The National Archives at St.Louis; St. Louis, Missouri; World War II draft cards (Fourth Registration) for the State of Pennsylvania; Record Group Title: Records of the Selective Service System, 1926-1975; Record Group Number: 147; Series Number: M1951 (Ancestry.com)&lt;/ref&gt;\nHe died 3 Jun 1946 in Lewis Township, Northumberland County, PA of a self-inflicted gunshot wound to the head (suicide).&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number: 54066 (Ancestry.com)&lt;/ref&gt;\n\n=== News Item ===\n: '''TURBOTVILLE MAN COMMITS SUICIDE'''\n: Wilson Oscar Treon, 63, Turbotvill, R. D. 1, committed suicide yesterday morning by firing a .22 caliber bullet into his head while sitting on a sun porch at his home.\n: Treon's body was found by his mother, Mrs. Abbie Treon, with whom he resided. He died from a bullet wound behind the right ear, accordingto an examination made by a doctor summoned to the home soon after the body was found. Ill health was given as the reason for the suicide.&lt;ref&gt;''Shamokin News-Dispatch'' (Shamokin, Pennsylvania) 04 Jun 1946, Tue Page 12 https://www.newspapers.com&lt;/ref&gt;\n\n=== Research Note ===Though the 1930 census gives his status as divorced, it seems probable he never married.\n\n== Sources ==\n&lt;references /&gt;* 1920 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: T625_1610; Page: 9B; Enumeration District: 84 (Ancestry.com)\n* 1930 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 5A; Enumeration District: 0022 (Ancestry.com)\n* 1940 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: m-t0627-03596; Page: 6A; Enumeration District: 49-27 (Ancestry.com) mS8POE fNN4NR
iBZJOX whttps://www.WikiTree.com/wiki/Treon-161 pEmma C qTreon gf b18570228 vPennsylvania, United States z1 d18860125 yTurbotville, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nDaughter of [[Treon-83|George Treon]] and [[NIchol-984|Crissey NIchol]].\nEmma's death is recorded in the church records of Trinity United Church of Christ Church, Turbotville. She was 28 years 10 months and 28 days old.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania;Historic Pennsylvania Church and Town Records; Reel: 236; Turbotsville, Northumberland, Pennsylvania (Ancestry.com)&lt;/ref&gt; This gives her a calculated birth date of 28 Feb 1857, used above.\n\n== Sources ==\n&lt;references /&gt;* 1860 US Federal Census; Census Place: Woodward, Lycoming, Pennsylvania; Roll: M653_1137; Page: 952; Family History Library Film: 805137 (Ancestry.com)\n* 1870 US Federal Census; Census Place: Turbotville, Northumberland, Pennsylvania; Roll: M593_1385; Page: 236A; Family History Library Film: 552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: 1164; Page: 245B; Enumeration District: 153 (Ancestry.com) mJRQJ5 fH88BC
iLYXCV whttps://www.WikiTree.com/wiki/Treon-162 pMary Alice qTreon gf b18581215 vTurbotville, Northumberland, Pennsylvania, United States z1 d19431015 yLewis, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\nDaughter of [[Treon-83|George Treon]] and [[NIchol-984|Crissey NIchol]]. Her birth place ''may'' have been in Woodward, Lycoming County, Pennsylvania. Whoever the informant was on her death certificate gave the birth place as Turbotville, Northumberland, PA.\nMary Alice Treon appears in the church records of Trinity United Church in 1871.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nShe married George D. Keller on 18 May 1880 at Trinity United Church of Christ, Turbotville, Northumberland, PA. Children:\n: May (Susan May) Keller b Sep 1883 PA m. ____ Houghton\n: Verus Keller b Apr 1887 PA\nShe died of lobal pneumonia in 1943.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 92240 (Ancestry.com)&lt;/ref&gt; Her death certificate names her parents as George Treon and Crissey Nickle. She was buried on 19 Oct 1943 from the Zion Lutheran Church in Turbotville.&lt;ref&gt;Pennsylvaniaand New Jersey, Church and Town Records, 1669-2013; Burial Place: \tTurbotville, Northumberland, Pennsylvania;Organization Name: Zion Lutheran Church; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 239 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1860 US Federal Census; Census Place: Woodward, Lycoming, Pennsylvania; Roll: M653_1137; Page: 952; Family History Library Film: 805137 (Ancestry.com) NOTE: name appears as Alla.\n* 1870 US Federal Census; Census Place: Turbotville, Northumberland, Pennsylvania; Roll: M593_1385; Page: 236A; Family History Library Film: 552884 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 7; Enumeration District: 0127; FHL microfilm: 1241449 (Ancestry.com)\n* 1910 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: T624_1383; Page: 10B; Enumeration District: 0067; FHL microfilm: 1375396 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: T625_1610; Page: 8B; Enumeration District: 84 (Ancestry.com)\n* 1930 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 6A; Enumeration District: 0022; FHL microfilm: 2341824 (Ancestry.com) mJRQJ5 fH88BC
iR5OUN whttps://www.WikiTree.com/wiki/Treon-86 pAsher B qTreon gm b18650801 vNorthumberland County, Pennsylvania, United States z1 d19120914 yBerwick, Columbia, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nAsher was confirmed on 15 Jan 1881 in Trinity United Church in Turbotville, Northumberland, Pennsylvania.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nHe married Dora F. Barto (b Jul 1865 PA) 15 Jan 1885 in the Trinity United Church of Christ, Turbotville, PA.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt; Child:\n: George Brown Tryon b Mar 1885 PA\nAsher died of acute heart failure at the age of 47 years 1 month 7 days in Berwick, PA.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; ennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number: 81739 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1870 US Federal Census; Census Place: Turbotville, Northumberland, Pennsylvania; Roll: M593_1385; Page: 236A; Family History Library Film: 552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: 1164; Page: 245B; Enumeration District: 153 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 7; Enumeration District: 0127 (Ancestry.com)\n* 1910 US Federal Census; Census Place: Oneonta Ward 2, Otsego, New York; Roll: T624_949; Page: 1A; Enumeration District: 0061; FHL microfilm: 1374962 (Ancestry.com) mJRQJ5 fH88BC
iD4MD6 whttps://www.WikiTree.com/wiki/Treon-224 pGeorge Benjamin qTreon gm b18850322 vTurbotville, Northumberland, Pennsylvania, United States z1 d19630126 ySalem Township, Luzerne, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n[[category: Luzerne County, Pennsylvania]]\n\nSon of Ahser Treon and Dora Barto.\n'''NOTE on middle name: ''' Some records have his middle name as Benjamin&lt;ref&gt;E.g. U.S., World War II Draft Registration Cards, 1942; The National Archives at St. Louis; St. Louis, Missouri; World War II draftcards (Fourth Registration) for the State of Pennsylvania; Record Group Title: Records of the Selective Service System, 1926-1975; Record Group Number: 147; Series Number: M1951 (Ancestry.com)&lt;/ref&gt;, some as Brown.\nHe married (1) Ethel Pearl Belford 21 Dec 1905 in Columbia County, Pennsylvania.&lt;ref&gt;Pennsylvania, Marriages, 1852-1968; Film Number: 000955823 (Ancestry.com)&lt;/ref&gt; Child:\n: Jay Frederick Treon b abt 1916 PA\nHe married (2) Iva (née Gearhart) Bossard on 5 Sep 1936 in Luzerne County, Pennsylvania.&lt;ref&gt;Pennsylvania, Marriages, 1852-1968; Film Number: 002224602 (Ancestry.com)&lt;/ref&gt;\nGeorge died in 1963.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966;Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania, Death Certificates, 1906-1965; Certificate Number 006179-63 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n* 1900 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Page: 7; Enumeration District: 0127; FHL microfilm: 1241449 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Berwick Ward 1, Columbia, Pennsylvania; Roll: T625_1554; Page: 5B; Enumeration District: 5 (Ancestry.com)\n* 1930 US Federal Census; Census Place: Salem, Luzerne, Pennsylvania;Page: 17A; Enumeration District: 0198; FHL microfilm: 2341805 (Ancestry.com)\n* [https://www.findagrave.com/memorial/177491527 George Benjamin Treon's Find a Grave Memorial 177491527]] fR5OUN
iLWKJA whttps://www.WikiTree.com/wiki/Treon-163 pMay qTreon gf b18710000 vTurbotville, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\n== Sources ==\n&lt;references /&gt;* 1880 US Federal Census; Census Place: Lewis, Northumberland, Pennsylvania; Roll: 1164; Page: 245B; Enumeration District: 153 (Ancestry.com)\n mJRQJ5 fH88BC
iUHN05 whttps://www.WikiTree.com/wiki/Treon-159 pJohn qTreon gm b18340427 vMuncy, Lycoming, Pennsylvania, United States z1 d19090208 yEldred, Lycoming, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Lycoming County, Pennsylvania]]\n[[category: Physicians]]\nSon of [[Treon-58|George Treon]] and [[Reitz-451|Susanna Reitz]]. Hismother was listed as &quot;Mary Wrights&quot; on his death certificate..\n\nWife: Rosella R. (Rachel) Hartman. Children:\n: Edward Samuel Treon b Jul 1857\n: Clara Treon b abt 1865\nJohn died of a cerebral haemorrhage at his home in Ellersburg in 1909.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 17049 (Ancestry.com)&lt;/ref&gt;\n\n=== Death Notice ===\n:: '''DR. TREON DEAD'''\n\n: '''One of the County's Oldest Practicing Physicians'''\n: In his late home at Warrensville at ?? p. m. today will occur the funeral of Dr. John Treon, who died on ????. Burial will be made in ???? Hill cemetery. Dr. Treon was aged nearly 75 years, was one of the oldest practicing physicians in the county.&lt;ref&gt;''Williamsport Sun-Gazette'' (Williamsport, Pennsylvania) 10 Feb 1909, Wed Page 5 https://www.newspapers.com NOTE: original newspaper in poor condition.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1860 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: M653_1136; Page: 169; Family History Library Film: 805136 (Ancestry.com)\n* 1870 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: M593_1370; Page: 79B; Family History Library Film: 552869 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: 1152; Page: 81D; Enumeration District: 047 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Page: 1; Enumeration District: 0042; FHL microfilm: 1241437 (Ancestry.com) mMI0DU fRDSCH
iE2UPH whttps://www.WikiTree.com/wiki/Treon-249 pSamuel Edward qTreon gm b18570700 vPennsylvania, United States z1 d19291227 yEldred Township, Lycoming, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Lycoming County, Pennsylvania]]\n\nSon of [Treon-159|John Treon]], MD.\nWife: Lucie Ann Starr. According to the 1900 census, they married in 1887.\n\nOccupation: barber\nHe died of chronic myocarditis on 27 Dec 1929 at home in Warrensville.He is buried in Christian Hill Cemetery. His wife Lucie was the informant on the death certificate.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania, Death Certificates, 1906-1965; Certificate Number: 123239 (Ancestry.com)&lt;/ref&gt;\n\n=== Research Notes ===\n\n\n== Sources ==\n&lt;references /&gt;* 1860 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: M653_1136; Page: 169; Family History Library Film: 805136 (Ancestry.com)\n* 1870 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: M593_1370; Page: 79B; Family History Library Film: 552869 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: 1152; Page: 81D; Enumeration District: 047 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Page: 1; Enumeration District: 0042; FHL microfilm: 1241437 (Ancestry.com)\n* 1910 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T624_1372; Page: 1B; Enumeration District: 0037; FHL microfilm: 1375385 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T625_1598; Page: 6A; Enumeration District: 37 (Ancestry.com)\n* [https://www.findagrave.com/memorial/68021764 Samuel Edward Treon'sFind a Grave Memorial 68021764] fUHN05 sI1LIY
iI1LIY sE2UPH whttps://www.WikiTree.com/wiki/Starr-2893 pLucy Ann qStarr gf b18670729 z1 d19410831
iF5557 whttps://www.WikiTree.com/wiki/Treon-250 pEdith M qTreon gf b18870800 vLycoming County, Pennsylvania, United States z1 d19130915 yWilliamsport, Lycoming, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Lycoming County, Pennsylvania]]\n\nHusband: Hiram Freeman Rhone. Children:\n: Lora S Rhone b abt 1907: Helen Blanche Rhone b 13 May 1909 Eldred, Lycoming PA.&lt;ref&gt; Pennsylvania, Birth Certificates, 1906-1910 [database on-line]. Lehi, UT, USA: Ancestry.com Operations, Inc., 2015. Certificate Number: 77345 (Ancestry.com)&lt;/ref&gt;\n: Edward Treon Rhone b 1912\nEdith died of enteric fever in Williamsport Hospital, Williamposrt PA. Her husband was the informant on the death certificate. She is buried in Warrensville, PA.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania, Death Certificates, 1906-1965; Certificate Number: 94210 (Ancestry.com)&lt;/ref&gt;\n\n=== Research Note ===It is possible Lora Rhone was the child of an earlier wife of Hiram Rhone. This needs to be checked. Lora (or Laura) only appears in the 1910 census.\n\n== Sources ==\n&lt;references /&gt;* 1900 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Page: 1; Enumeration District: 0042; FHL microfilm: 1241437 (Ancestry.com)\n* 1910 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T624_1372; Page: 3A; Enumeration District: 0037; FHL microfilm: 1375385 (Ancestry.com)\n* [https://www.findagrave.com/memorial/68021741 Edith M. Treon Rhone's Find a Grave Memorial 68021741] mI1LIY fE2UPH
iMU35E whttps://www.WikiTree.com/wiki/Rhone-97 pHelen Blanche qRhone gf b19090513 vEldred Township, Lycoming, Pennsylvania, United States z1 d19950600 o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Lycoming County, Pennsylvania]]\nDaughter of Hiram F. Rhone and [[Treon-250|Edith Treon]], Helen Blanche was born 13 May 1909 Eldred, Lycoming PA.&lt;ref&gt; Pennsylvania, Birth Certificates, 1906-1910 [database on-line]. Lehi, UT, USA: Ancestry.com Operations, Inc., 2015. Certificate Number: 77345 (Ancestry.com)&lt;/ref&gt;\n\nMarried Reynold R. Beyer. Child:\n: Agnes E. Beyer b abt 1930\nShe died in June, 1995.&lt;ref&gt;U.S., Social Security Death Index, 1935-2014; Number: 203-20-6774; Issue State: Pennsylvania; Issue Date: Before 1951 (Ancestry.com)&lt;/ref&gt;&lt;ref&gt;U.S., Social Security Applications andClaims Index, 1936-2007; SSN: 203206774 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1910 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T624_1372; Page: 3A; Enumeration District: 0037; FHL microfilm: 1375385 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Williamsport Ward 2, Lycoming, Pennsylvania; Roll: T625_1599; Page: 7B; Enumeration District: 79 (Ancestry.com) NOTE: together with her widower maternal grandfather she was a boarder in a large boarding house\n* 1930 US Federal Census; Census Place: Mahoning, Montour, Pennsylvania; Page: 10A; Enumeration District: 0012; FHL microfilm: 2341819 (Ancestry.com)\n* 1940 US Federal Census; Census Place: Mahoning, Montour, Pennsylvania; Roll: m-t0627-03587; Page: 15A; Enumeration District: 47-12 (Ancestry.com) mF5557
iEB9TF whttps://www.WikiTree.com/wiki/Rhone-98 pEdward Treon qRhone gm b19121124 vLycoming County, Pennsylvania, United States z1 d19780300 yTowanda, Bradford, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Lycoming County, Pennsylvania]]\n\nSon of Hiram Freeman Rhone and [[Treon-250|Edith Treon]].\n\nMarried Mary E. Vance.\nHe died in 1978.&lt;ref&gt;U.S., Social Security Death Index, 1935-2014; Number: 173-07-9731; Issue State: Pennsylvania; Issue Date: Before 1951 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1920 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T625_1598; Page: 6A; Enumeration District: 37 (Ancestry.com) NOTE: living in the household of maternal grandparents\n* 1940 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: m-t0627-03565; Page: 2A; Enumeration District: 41-12 (Ancestry.com)\n* U.S. WWII Draft Cards Young Men, 1940-1947; The National Archives in St. Louis, Missouri; St. Louis, Missouri; Record Group: Records of the Selective Service System, 147; Box: 2077 (Ancestry.com) NOTE: confirms birth date and birthplace\n* [https://www.findagrave.com/memorial/68021740 Edward Treon Rhone's Find a Grave Memorial 68021740] mF5557
iW82GI whttps://www.WikiTree.com/wiki/Treon-251 pLillian Pauline qTreon gf b19030716 vWarrensville, Lycoming, Pennsylvania, United States z1 d19840200 yWilliamsport, Lycoming, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Lycoming County, Pennsylvania]]\n\nDaughter of .\n\nMarried Bert Grove.\nShe died in 1984.&lt;ref&gt;Social Security Death Index. Number: 183-12-5685; Issue State: Pennsylvania; Issue Date: Before 1951. (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1910 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T624_1372; Page: 1B; Enumeration District: 37; Image: 190. (Ancestry.com)\n* 1920 US Federal Census; Census Place: Eldred, Lycoming, Pennsylvania; Roll: T625_1598; Page: 6A; Enumeration District: 37; Image: 716. (Ancestry.com)\n* 1930 US Federal Census; Census Place: Loyalsock, Lycoming, Pennsylvania; Roll: 2074; Page: 11A; Enumeration District: 25; Image: 978.0. (Ancestry.com)\n* 1940 US Federal Census; Census Place: Williamsport, Lycoming, Pennsylvania; Roll: T627_3567; Page: 5A; Enumeration District: 41-76 (Ancestry.com) mI1LIY fE2UPH
iU8QGY whttps://www.WikiTree.com/wiki/Treon-35 pClara Emma qTreon gf b18650516 vWarrensville, Lycoming, Pennsylvania, United States z1 d19070531 yHughesville, Lycoming, Pennsylvania, United States o[[Category:Wildwood Cemetery, Williamsport, Pennsylvania]]\n[[Category:Alsatian Tryons in America]]\n\n== Biography ==\nDaughter of [[Treon-159|John Treon]], MD and Rosella Hartman or Hartmann.\nClara died of occluded bowels as a result of a &quot;malignant development&quot; of two years' duration, in 1907. The informant on her death certificate was Clyde T. Kries.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania, Death Certificates, 1906-1965; Certificate Number: 47244 (Ancestry.com)&lt;/ref&gt;\n\n==Marriage==\n:Date about 1884\n:location\n:Age of Groom\n:Age of Bride\n:Officiant\n\n==Census==\n:1870\n::location: Eldred, Lycoming, Pennsylvania, United States\n::occupation: none\n::family\n:::John Treen \t\tM \t32 \tPennsylvania\n:::Rachal A Treen \t\tF \t34 \tPennsylvania\n:::Samuel E Treen \t\tM \t12 \tPennsylvania\n:::Clara Emma Treen \t\tF \t5 \tPennsylvania\n\n:1880\n::location: Eldred, Lycoming, Pennsylvania, United States\n::occupation: none\n::family\n:::John Treon \tSelf \tM \t48 \tPennsylvania, United States\n:::Rose Treon \tWife \tF \t46 \tPennsylvania, United States\n:::Edward Treon \tSon \tM \t21 \tPennsylvania, United States\n:::Clara Treon \tDaughter \tF \t15 \tPennsylvania, United States\n\n:1900::location: Hughesville borough Ward 1, 2, Lycoming, Pennsylvania, United States\n::occupation: none\n::family\n:::Daniel E Kiess \tHead \tM \t36 \tPennsylvania\n:::Clara E Kiess \tWife \tF \t35 \tPennsylvania\n:::Clyde T Kiess \tSon \tM \t16 \tPennsylvania\n:::Loie R Kiess \tDaughter \tF \t7 \tPennsylvania\n\n== Sources ==\n&lt;references /&gt;\n*&quot;United States Census, 1870,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MZ5M-5Y5 : 12 April 2016), John Treen, Pennsylvania, United States; citing p. 2, family 14, NARA microfilm publication M593 (Washington D.C.: National Archives and Records Administration, n.d.); FHL microfilm 552,869.*&quot;United States Census, 1880,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MWN8-2BX : 16 July 2017), John Treon, 1880; citing enumeration district ED 47, sheet 81D, NARA microfilm publication T9 (Washington D.C.: National Archives and Records Administration, n.d), roll 1152; FHL microfilm 1,255,152.*&quot;United States Census, 1900,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M3QC-GYW : accessed 15 February 2019), Daniel E Kiess, Hughesville borough Ward 1, 2, Lycoming, Pennsylvania, United States; citing enumeration district (ED) 47, sheet 2B, family 44, NARA microfilm publication T623 (Washington, D.C.: NationalArchives and Records Administration, 1972.); FHL microfilm 1,241,43\n\n*{{FindAGrave|64552730}}*Monumental inscription. United States. Wildwood Cemetery, Williamsport. 31 May 1907 (b.16 May 1865). Kiess, Clara E. GPS: DATA HERE. Photographed by: [[Campbell-2634|Christine Preston]]: 2012 fUHN05 sT99NC
iT99NC sU8QGY whttps://www.WikiTree.com/wiki/Kiess-94 pDaniel Edward qKiess gm b18640629 z1 d19290831
iIMR61 whttps://www.WikiTree.com/wiki/Kiess-116 pClyde Treon qKiess gm b18841116 z1 d19660914 yMuncy Township, Lycoming, Pennsylvania, United States o[[Category:Wildwood Cemetery, Williamsport, Pennsylvania]]\n== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;\n* {{FindAGrave|87276519}}*Monumental inscription. United States. Wildwood Cemetery, Williamsport. 1966 (b.1884). Kiess, Clyde T. GPS: DATA HERE. Photographed by: [[Campbell-2634|Christine Preston]]: 2012 mU8QGY fT99NC
iSEXUA whttps://www.WikiTree.com/wiki/Kiess-115 pLoie qKiess gf b18930210 vHughesville, Lycoming, Pennsylvania, United States z1 d19710000 o[[Category:Wildwood Cemetery, Williamsport, Pennsylvania]]\n== Biography ==\n\n\n\n== Sources ==\n&lt;references /&gt;* [https://findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GSmpid=47383242&amp;GRid=87276654&amp; Wildwood Cemetery Find A Grave #87276654] mU8QGY fT99NC
iPCUO8 whttps://www.WikiTree.com/wiki/Reitz-218 pLydia qReitz gf b17990913 vMahanoy Township, Northumberland County, PA. z1 d18680206 yWashington Twsp., Northumberland Co., PA. o{{Unsourced}}\n== Biography ==\nLydia was born in 1799. Lydia Reitz ... She passed away in 1868.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-219was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Burial ===\n: Burial:\n:: Place: St Peter's, Jackson Twsp., Northumberland Co., Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 925BE4A35F934B7EA393D9508B3565984B45\n\n=== FSFTID ===\n: FSFTID LX9N-X4H\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LX9N-X4H\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 12 Aug 2014\n::: Time: 10:12\nPrior to import, this record was last changed 10:12 12 Aug 2014.\n\n=== External File ===\n: External File:\n:: Format: JPG:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Schmidt, Lidia.JPG\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n== Sources ==\n\n&lt;references /&gt; mJGNJP fA6QW3 sE6CXO
iE6CXO sPCUO8 whttps://www.WikiTree.com/wiki/Smith-91312 pMichael qSmith gm b18000618 z1 d18770329
iRU9YD whttps://www.WikiTree.com/wiki/Smith-91120 pPhilip R. qSmith gm b18190917 vNorthumberland County, Pennsylvania z1 d18990915 yWashington Township, Jefferson County, Pennsylvania o\n== Biography ==\nPhilip R. was born in 1819. Philip R. Smith ... He passed away in 1899.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Smith-91313 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Burial ===\n: Burial:\n:: Date: 17 Sep 1899:: Place: Smith Cemetery, Winslow Township, Jefferson County, Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 2A3287B8AA5C40A5ACAF590718AFA6691705\n\n=== FSFTID ===\n: FSFTID L62Q-WHV\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=L62Q-WHV\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 31 Oct 2014\n::: Time: 09:50\nPrior to import, this record was last changed 09:50 31 Oct 2014.\n\n=== External File ===\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Philip Smith Home.jpg\n:: Title: The Philip Smith Home\n:: Note: Washington Township, Jefferson County, Pennsylvania\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n=== Note ===\n: Note: [[#NI1164]]\n\n=== Notes ===\n: Note &lt;span id='NI1164'&gt;NI1164&lt;/span&gt;\n:: Philip R. Smith, a highly regarded citizen and successful general farmer and stock raiser of Washington Township, Jefferson County, Pennsylvania was one of the self-made men of the community. Mr. Smith wasborn September 17, 1819, in Northumberland County, Pennsylvania wherethe birth of his parents, Michael and Lydia (Reitz) Smith, also occurred. Michael Smith spent his entire life upon one farm, dying at that place at the advanced age of seventy-seven years. The paternal grandparents of our subject, Peter Smith and his wife, Maria Elizabeth Hetrick, also lived on that farm in Mahanoy Township. Peter Smith passed away on that farm in 1810. The maternal grandparents of our subject were Johan Nicholas Hetrick and Anna Catharine (Brosius) Hetrick, who lived in Northumberland County. Philip's wife, Sarah (Bobb) Smith is the daughter of Michael and Sarah (Swinehard) Bobb.: Philip Smith resided in Northumberland, Schuylkil and Lebanon counties in Pennsylvania until 1852; when they removed to Clarion County, Pennsylvania, locating in Red Bank Township, but in 1863, he brought his family to Washington Township, Jefferson County, Pennsylvania, wherehe set up permanent residence by purchasing 42 acres of farmland. Philip followed farming for many years, but turned the job of operating the farm over to his son, William around 1895. Sarah Smith died, on the farm homestead, February 11, 1890, at the age of seventy-two years. Philip died September 15, 1899 at 79 years of age. They are now resting in the Henry Smith graveyard in Winslow Township, Jefferson County. He has always been identified with the Democratic Party, and was amember of the Reformed Church. In his family are the following children: Sarah, who died in infancy; Daniel B., who married Elizabeth Hetrick, is a farmer of Winslow Township, Jefferson County. Franklin B., married Mary Ellen Burkett, is a farmer of Beachwoods, Jefferson County. Jonathan B., who married Sarah Ann Swab, is engaged in agriculturalpursuits and the sawmill business at the same place, Miranda, who is living with her brother, William; Emanuel B., married to Mariah Huntzinger, is a farmer of Beachwoods. Samuel B. is an agriculturist of Northumberland County, Pennsylvania, is married to Rebecca Lahr of JacksonTownship, Northumberland County; William B., did not marry, John B., who died in 1880 at 24 years of age. Lydia Ann, wife of Reuben Hetrick, lives in Kittanning, Pa.\n:\n: Copyright Larry J. Smith 2001\n: updated 2007\n\n:\n: Philip was an executor to Michael Bobb's estate:: &quot;Lastly I appoint my beloving sons John Bobb and Michael Bobb and son-in-law\n: Philip Smith to be my Executors of this my last will and Testament.&quot;: Will Book 4, pages 6,7 and 8 - September 1845 - Northumberland County Court House\n\n:: 1850 U.S. Censes - Dwelling 183, Union Township, Lebanon County Pennsylvania\n: Philip Smith 30 Carpenter\n: Sarah 29\n: Daniel 8\n: Franklin 6\n: Jona. 4\n: Miranda 3\n: Emanuel 2\n:: Source Citation: Year: 1850; Census Place: Union, Lebanon, Pennsylvania; Roll: M432_791; Page: 231; Image: 464.\n\n:\n: Death Record of Philip R. Smith:\n: Smith, Phylip\n: 79y 11m 29d\n: d. 9/15/99\n: 'Dysentery, 9d'\n: bur. Smith Cemetery 9/17/99\n: b. Northumberland Co, Pa.\n: Filed: 5/24/1900.\n: Jefferson County Courthouse, Brookville, Pa.\n\n== Sources ==\n\n&lt;references /&gt; mPCUO8 fE6CXO sHMR3O
iHMR3O sRU9YD whttps://www.WikiTree.com/wiki/Bobb-85 pMaria Salome qBobb gf b18180301 z1 d18900211
iDTC60 whttps://www.WikiTree.com/wiki/Smith-91089 pEmanuel B. qSmith gm b18480509 vSchuylkill County, Pennsylvania z1 d19250320 yWashington Township, Jefferson County, Pennsylvania o\n== Biography ==\nEmanuel B. was born in 1848. Emanuel B. Smith ... He passed away in 1925.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\nPennsylvania Death Certificate File Number: 26387\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Smith-91314 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Burial ===\n: Burial:\n:: Date: 23 Mar 1925:: Place: Emerickville Lutheran Cemetery, Emerickville, Jefferson Co., Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 0695A32C0A274A39A1DBFD54C91C81055661\n\n=== FSFTID ===\n: FSFTID LD9M-Y8T\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LD9M-Y8T\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 31 Oct 2014\n::: Time: 09:49\nPrior to import, this record was last changed 09:49 31 Oct 2014.\n\n=== External File ===\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Emanuel.jpg\n:: Title: Emanuel B. Smith\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n=== Note ===\n: Note: [[#NI1573]]\n\n=== Notes ===\n: Note &lt;span id='NI1573'&gt;NI1573&lt;/span&gt;: Emmanuel B. Smith, one of the well known farmers of Washington township, died at his home Friday evening at 9:15 o'clock after a weeks illness due to influenza.: The deceased was born in Schuylkill county and was 76 years old at the time of his death. At the age of three years he moved to Clarion county with his parents. He has been a resident of Washington townshipfor forty-two years.: Mr. Smith was united in marriage to Miss Mariaha Hennsinger, of Pine Creek township, December 26, 1869, who with the following children survive, Joseph Smith, of Reynoldsville; Mrs. Mary Shaffer, of Emerickville; Mrs. C. W. Gumbert, of McKeesport; George Smith, of Beechwoods; Mrs. Cora Moore, of near Hormtown and Howard Smith at home. He is also survived by one brother, Frank Smith of Washington township.: Mr. Smith was a member of St. Paul's Lutheran Church and took an active part in all church activities seldom missing religious services held at the Hormtown church.: Funeral services were held Monday with R. L. Leathermore of Reynoldsville Lutheran church, reading the service. Interment was made in the Emerickville cemetery.\n:\n: Pennsylvania Death Certificate File Number: 26387\n\n== Sources ==\n\n&lt;references /&gt; mHMR3O fRU9YD sRG6FQ
iRG6FQ sDTC60 whttps://www.WikiTree.com/wiki/Huntzinger-118 pMariah qHuntzinger gf b18491123 z1 d19301110
iHZY15 whttps://www.WikiTree.com/wiki/Smith-91070 pJoseph Philip qSmith gm b18741221 vPine Creek Twsp., Jefferson County, Pennsylvania z1 d19520918 yMaple Avenue Hospital, DuBois, Clearfield County, Pennsylvania o\n== Biography ==\nJoseph Philip was born in 1874. Joseph Philip Smith ... He passed away in 1952.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\nPennsylvania Death Certificate File Number: 76746\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Smith-91311 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Burial ===\n: Burial:\n:: Date: 21 Sep 1952:: Place: Smith Cemetery, Winslow Township, Jefferson County, Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 2CE6A52EC2E8496EB3C1956060F4EFF6E8CB\n\n=== FSFTID ===\n: FSFTID LD9M-YWR\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LD9M-YWR\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 17 Sep 2014\n::: Time: 07:49\nPrior to import, this record was last changed 07:49 17 Sep 2014.\n\n=== External File ===\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Joseph.jpg\n:: Title: Joseph Philip Smith\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n=== Note ===\n: Note: [[#NI746]]\n\n=== Notes ===\n: Note &lt;span id='NI746'&gt;NI746&lt;/span&gt;\n: Joseph P. Smith Died Thursday:: Joseph P. Smith, of Reynoldsville R. D. 2, died in the Maple AvenueHospital in Du Bois on Thursday, Sept. 18. Death resulted from a stroke.: The 78 year old pioneer resident of Beechwoods was born on December21st , 1874, the son of Emanuel and Maria (Hunsinger) Smith. He was united in marriage to Vera Bell Snyder in 1907 who preceded him in death in 1948.: The deceased had lived in Jefferson County his entire life, having been a carpenter, the trade from which he retired some years ago. He was a member of the Lutheran Church.: Family survivors include four sons, Addison, of DuBois, Walter, of Hinsdale, N.Y., Lee of Tonawanda, N. Y., and Herbert, of ReynoldsvilleR. D. 2; three sisters, Mrs. Cora Moore and Mrs. Mary Shaffer, both of Reynoldsville, R. D. 1, and Mrs. Sarah Gumbert, of Reynoldsville, and fourteen grandchildren.: Friends were received at the Ober Funeral Home until time for services Sunday afternoon at 2:30 p.m. The services were conducted by Rev.Harry E. Vensel and internment took place in the Smith Cemetery in Hormtown.\n:\n: Pennsylvania Death Certificate File Number: 76746\n\n== Sources ==\n\n&lt;references /&gt; mRG6FQ fDTC60 sUH8OP
iUH8OP sHZY15 whttps://www.WikiTree.com/wiki/Snyder-5607 pVera Belle qSnyder gf b18880711 vSnyder Township, Jefferson County, Pennsylvania z1 d19480909 yWinslow Township, Jefferson County, Pennsylvania o== Biography ==Vera Belle was born in 1888. Vera Belle Snyder ... She passed away in 1948.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n=== Burial ===\n: Burial:\n:: Date: 12 Sep 1948:: Place: Smith Cemetery, Winslow Township, Jefferson County, Pennsylvania\n\n== Sources ==\n&lt;references /&gt;\nSee also:\n*Pennsylvania Death Certificate File Number: 79532\n*FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=L62Q-4KV*C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Vera BellSnyder Wedding Pic.jpg mSCD2J fIKLI6
iKCH59 whttps://www.WikiTree.com/wiki/Smith-91065 pLee Edward qSmith
iZUDWF whttps://www.WikiTree.com/wiki/Smith-91064 pLarry qSmith
iCHHXV whttps://www.WikiTree.com/wiki/Smith-173188 pMichael R. qSmith gm b18211207 vNorthumberland, Pennsylvania, United States z1 d18931218 yNorthumberland, Pennsylvania, United States o== Biography ==\n\n:Birth: \tDec. 7, 1821 Northumberland County, Pennsylvania, USA\n:Death: \tDec. 18, 1893 Northumberland County, Pennsylvania, USA\n\nParents\n:Michael Schmidt Smith (1800 - 1877)\n:Lydia Reitz Schmidt (1799 - 1868)\n\n Spouse:\n Anna Maria Zartman Smith (1823 - 1877)*\n\n Siblings:\n: Philip R. Smith (1819 - 1899)*\n: Michael R Smith (1821 - 1893)\n: Luzetta Ann Smith Reitz (1823 - 1874)*\n\n*Calculated relationship\n\nBurial:Saint Peters Lutheran Church Cemetery, Red Cross, Northumberland County, Pennsylvania, USA; Inscription: Aged 72Y 11D\n\n\n== Sources ==\n&lt;references /&gt;\n* {{FindAGrave|120506153}}\n* &quot;Family Tree,&quot; database, &lt;i&gt;FamilySearch&lt;/i&gt; (http://familysearch.org), entry for Michael R. Smith(PID https://familysearch.org/ark:/61903/4:1:L62Z-D93); contributed by various users. mPCUO8 fE6CXO sU5OHK
iU5OHK sCHHXV whttps://www.WikiTree.com/wiki/Zartman-148 pAnna Maria qZartman gf b18230912 z1 d18770610
iHJUMG whttps://www.WikiTree.com/wiki/Reitz-446 pJohn qReitz gm b18011106 vNorthumberland County, Pennsylvania, USA z1 d18580401 yJefferson County, Pennsylvania, USA o== Biography ==\n'''John''' Reitz Sr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n6 NOV 1801.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1 APR 1858.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1858\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com\n mJGNJP fA6QW3
iHX59O whttps://www.WikiTree.com/wiki/Reitz-445 pPhilip qReitz gm b18050204 vNorthumberland County, Pennsylvania, USA z1 d18750901 yNorthumberland County, Pennsylvania, USA o== Biography =='''Philip''' Reitz. &lt;ref&gt;Source: [[#S71]] Volume: 338 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n4 FEB 1805.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n1 SEP 1875.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S71]] Volume: 338 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1875\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M604]].\n\n'''File''' .\n@M609@.\n\n=== External Files ===* File &lt;span id='M169'&gt;M169&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\U.S., Sons of the American Revolution Membership Applications, 1889-1970.jpg. Format: jpg. U.S., Sons of the American Revolution Membership Applications, 1889-1970. Volume: 338.\n* File &lt;span id='M604'&gt;M604&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Death Announcement Philip Reitz.jpg. Format: jpg. Death Announcement: Philip Reitz. Taken from: Sunbury American, Sunbury, Northumberland County, PA; Friday, September 10, 1875.\n* External File: &lt;span id='M604'&gt;M604&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Death Announcement Philip Reitz.jpg Format: jpg Death Announcement: Philip Reitz Taken from: Sunbury American, Sunbury, Northumberland County, PA; Friday, September 10, 1875.\n* File &lt;span id='M609'&gt;M609&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\From Floyds Northumberland County Genealogy Pages .htm. Format: jpg. From Floyd's Northumberland County Genealogy Pages 782 thru 804. File contributed for use in USGenWeb Archives by Tony Rebuck.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S71'&gt;S71&lt;/span&gt; Ancestry.com U.S., Sons of the American Revolution Membership Applications, 1889-1970 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011;Repository: [[#R2]] mJGNJP fA6QW3 sNTB42
iNTB42 sHX59O whttps://www.WikiTree.com/wiki/Wagner-10395 pAnna qWagner gf b18071005 z1 d18660222
iTNR8J whttps://www.WikiTree.com/wiki/Reitz-608 pMaria Anna qReitz gf b18410625 vNorthumberland County, Pennsylvania, United States z1 d19290214 yRebuck, Northumberland County, Pennsylvania, United States o\n== Biography ==Maria Anna was born in 1841. She was the daughter of [[Reitz-445|Philip Reitz]] and [[Wagner-10395|Anna Wagner]]. She passed away in 1929.\n&lt;ref&gt;https://www.findagrave.com/memorial/34717211&lt;/ref&gt;\n==Research Notes==\nMore children are being researched\n\n\n== Sources ==\n&lt;references /&gt; mNTB42 fHX59O sSW1Z9
iSW1Z9 sTNR8J whttps://www.WikiTree.com/wiki/Rebuck-105 pFranklin R. qRebuck gm b18511231 z1 d19310804
iL84UU whttps://www.WikiTree.com/wiki/Rebuck-106 pJohn Francis qRebuck gm b18760628 vRebuck, Northumberland County, Pennsylvania, United States z1 d19190503 yFountain Springs, Schuylkill County, Pennsylvania, United States o== Biography ==John was born in 1876. He was the son of [[Rebuck-105|Franklin Rebuck]] and [[Reitz-608|Maria Anna Reitz]]. He passed away in 1919. &lt;ref&gt;https://www.findagrave.com/memorial/13194182&lt;/ref&gt;\n\n==Research Notes==\nMore children are being researched\n== Sources ==\n&lt;references /&gt; mTNR8J fSW1Z9 sV657T
iV657T sL84UU whttps://www.WikiTree.com/wiki/Miller-66470 pGertrude E. qMiller gf b18850206 z1 d19240116
iAX2HL whttps://www.WikiTree.com/wiki/Rebuck-107 pMarie G. qRebuck gf b19190625 z1 d20030915 yUnited States o== Biography ==Marie was born in 1919. She was the daughter of [[Rebuck-106|John Rebuck]] and [[Miller-66470|Gertrude Miller]]. The 1949 census shows herliving in Schuylkill County, Pnnsylvania with her husband and son. &lt;ref&gt;&quot;United States Census, 1940,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:KQ64-C44 : 14 March 2018), Marie Chefbo in household of Dominos Chefbo, Mowry, Barry Township, Schuylkill, Pennsylvania, United States; citing enumeration district (ED) 54-7, sheet 5B, line 46, family 84, Sixteenth Census of the United States, 1940, NARA digital publication T627. Records of the Bureau of the Census, 1790 - 2007, RG 29. Washington, D.C.: National Archives and Records Administration, 2012, roll 3601.&lt;/ref&gt; She passed away in 2003. &lt;ref&gt;https://www.findagrave.com/memorial/18552809&lt;/ref&gt;&lt;ref&gt;&quot;Pennsylvania Obituaries, 1977-2010,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:QVNM-HFW1 : 17 March 2018), Marie G Rabuck Sanders, 2003; citing Pennsylvania, United States, Old BuncombeCounty Genealogical Society, Asheville.&lt;/ref&gt;\n==Research Notes==Children are being researched. Marie had 2 husbands that are being researched.\nIf you look at the original 1940 census document, you see the name isspelled Chiffo. It was transcribed wrong by spelling it Chefbo.\n== Sources ==\n\n&lt;references /&gt; mV657T fL84UU sHI51B
iHI51B sAX2HL whttps://www.WikiTree.com/wiki/Chiffo-2 pDiminick B. qChiffo gm b19170831 z1 d19840500
iKNYUT whttps://www.WikiTree.com/wiki/Chiffo-1 pJohn A. qChiffo gm b19381201 vPitman, Pennsylvania, United States z1 d20180510 yLebanon County, Pennsylvania, United States o== Biography ==John was born in 1938. he 1940 census shows John living with his father and mother in Schuylkill County, Pennsylvania. &lt;ref&gt; &quot;United StatesCensus, 1940,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:KQ64-C4W : 14 March 2018), Dominos Chefbo, Mowry, Barry Township, Schuylkill, Pennsylvania, United States; citing enumeration district (ED) 54-7, sheet 5B, line 45, family 84, Sixteenth Census of the United States, 1940, NARA digital publication T627. Records of the Bureau of the Census, 1790 - 2007, RG 29. Washington, D.C.: National Archives and Records Administration, 2012, roll 3601.View the original document. The original may contain more information than was indexed.United States Census, 1940&lt;/ref&gt; His obituary states he servedin the United States Air Force. John is noted in his mothers, Marie Sanders, death record. &lt;ref&gt; &quot;Pennsylvania Obituaries, 1977-2010,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:QVNM-HF43 : 17 March 2018), John Chiffo in entry for Marie G Rabuck Sanders, 2003; citing Pennsylvania, United States, Old Buncombe CountyGenealogical Society, Asheville.&lt;/ref&gt;He passed away in 2018. &lt;ref&gt;https://www.findagrave.com/memorial/189744671&lt;/ref&gt;\n\n==Research Notes==\nNo information on children at this time\nIf you look at the original 1940 census document, you see the name isspelled Chiffo. It was transcribed wrong by spelling it Chefbo.\n== Sources ==\n&lt;references /&gt; mAX2HL fHI51B
iS52JI whttps://www.WikiTree.com/wiki/Reitz-486 pSalome qReitz gf b18050210 z1 d18360200 yRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nSalome died probably at the end of February 1836 and was buried in the Himmel Churchyard on 1 March 1836.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt; Her headstone names her as Salome Reitz, wife of Michael Tryon. Her birthdate is also given as 10 Feb 1805. The raised level of the ground obscures the next line(s) of the inscription, but the date 1836 can be read.\n\n== Sources ==\n&lt;references /&gt;* [https://www.findagrave.com/memorial/30204314 Salome Reitz Tryon's Find a Grave Memorial 30204314] mJGNJP fA6QW3 sHQHHV
iHQHHV sS52JI whttps://www.WikiTree.com/wiki/Tryon-4015 pMichael qTryon gm b17901118 z1 d18710102
iZU64U whttps://www.WikiTree.com/wiki/Tryon-4016 pEva Marie qTryon gf b18230804 vRebuck, Northumberland, Pennsylvania, United States z1 d18960512 yPennsylvania, United States o== Biography ==\n[[Category:Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\nEva Marie, daughter of [[Tryon-4015|Michael Tryon]] and [[Reitz-486|Salome Reitz]], born 4 Aug 1823 baptized 5th Sep 1823, Peter Trion and Margarethe Reitz, both single, sponsors.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Reel: 236 (Ancestry.com)&lt;/ref&gt;\n\nMarried: Daniel Rose (sometimes spelled Roos or Roose). Children:\n# Caroline Rose b abt 1850 PA# Sarah Rose b abt 1852 PA m (1) ____ Boardner or Bordner, m (2) ____ Wetzel\n# David James Rose b 4 Oct 1859 PA d 4 Apr 1930 Northumberland Co., PA\n# Mary J. Rose b abt 1864 PA\n\n\n\n== Sources ==\n&lt;references /&gt;\n* 1860 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M653_1149; Page: 690; Family History Library Film: 805149 (Ancestry.com) NOTE: name mis-written as Rhodes\n* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525A; Family History Library Film:552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: 1164; Page: 557D; Enumeration District: 171 (Ancestry.com)\n* [https://www.findagrave.com/memorial/34492520 Eva Marie Tryon Rose's Find a Grave Memorial 34492520] mS52JI fHQHHV
iHV82U whttps://www.WikiTree.com/wiki/Treon-187 pIsaac R. qTreon gm b18340916 vRebuck, Northumberland, Pennsylvania, United States z1 d19110517 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Northumberland County, Pennsylvania]]\n[[category: Alsatian Tryons in America]]\nSon of Michael Treon and Barbara Reid?? or Reed??? [Salome Reitz], Isaac was born 16 Sep 1834 and baptized 26 Oct 1834 (sponsors Michael Reitz and wife Magdalena Reitz) in the Evangelical Lutheran and ReformedCongregation in Rebuck, Northumberland, PA.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church andTown Records; Reel: 236 (Ancestry.com)&lt;/ref&gt; The name of the father and son was spelled Tryon, and Isaac's name was spelled Isaak. His baptismal record for 26 Oct 1834 has him baptized at the Himmel Lutheran &amp;Reformed Church, Washington Township, Northumberland Co.&lt;ref&gt;Lineages, Inc., comp. Northumberland County, Pennsylvania, 1774-1846: SchwabenCreek (Ancestry.com)&lt;/ref&gt;\n\nChildren:\n# Caoline Treon b abt 1859 PA\n# Adam Treon b abt 1861 PA\n# Robert Treon b abt 1863 PA\n# Morris Treon\n# Francis Treon b abt Feb 1870 PA\nIsaac was named, jointly with his sister Mary Rose (Eva Marie Tryon Rose) as executors of their father's will.\nIsaac died of fibroid phthisis 17 May 1911 in Sunbury and is buried in Pomfret Manor, Sunbury.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 49094 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1850 US Federal Census; Census Place: Jackson, Northumberland, Pennsylvania; Roll: M432_804; Page: 238A; Image: 482 (Ancestry.com)\n* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525B; Family History Library Film:552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Upper Augusta, Northumberland, Pennsylvania; Roll: 1164; Page: 499C; Enumeration District: 167 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Page: 16; Enumeration District: 0163; FHL microfilm: 1241450(Ancestry.com)\n* [https://www.findagrave.com/memorial/185927153 Isaac R. Treon's Find a Grave Memorial 185927153] mS52JI fHQHHV
iFJSC3 whttps://www.WikiTree.com/wiki/Treon-191 pCaroline qTreon gf b18580922 vRebuck, Northumberland, Pennsylvania, United States z1 d19490621 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\nDaughter of Isaac Treon and Mary Hoffman.\n\nMarried Henry Sherry. Children:\n: John Francis Sherry b 15 Apr 1878 Green Briar, PA d 8 Oct 1967\n: Mary (Mame) Sherry b May 1882 PA m. Samuel Stuck\nShe died in 1949 at her home in Sunbury, at the age of 90 years 8 months and 29 days of chronic myocarditis with decomposition and arteriosclerosis.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 53570 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525B; Family History Library Film:552884 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Page: 8; Enumeration District: 0159; FHL microfilm: 1241450 (Ancestry.com) NOTE: mother of two children, two living\n* 1910 US Federal Census; Census Place: Sunbury Ward 2, Northumberland, Pennsylvania; Roll: T624_1384; Page: 9A; Enumeration District: 0112; FHL microfilm: 1375397 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Sunbury Ward 2, Northumberland, Pennsylvania; Roll: T625_1611; Page: 10B; Enumeration District: 131(Ancestry.com)\n* 1930 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Page: 10B; Enumeration District: 0068; FHL microfilm: 2341825 (Ancestry.com) NOTE: resident in household of son-in-law Samuel Stuck\n* 1940 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: m-t0627-03598; Page: 3B; Enumeration District: 49-97 (Ancestry.com) NOTE: resident in household of son-in-law Samuel Stuck fHV82U
iCCR6K whttps://www.WikiTree.com/wiki/Treon-188 pAdam Harry Hoffman qTreon gm b18600913 vNorthumberland County, Pennsylvania, United States z1 d19100808 yHarrisburg, Dauphin, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\nSon of [[Treon-187|Isaac Treon]] and Mary Hoffman.\nMarried Susan Gertrude Haupt on 29 Jan 1891 at St Matthew´s Episcopal Church (Francisville) in or near Sunbury, Pennsylvania.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 234 (Ancestry.com)&lt;/ref&gt; They do notappear to have had any children.\nOccupation: he worked at various clerical and similar jobs variously described as secretary, bar clerk, clerk, proprietor of &quot;Wonderland&quot; (the bar?)\nHe died of inflammatory rheumatism and valvular heart disease at the age of 49 years 10 months and 25 days. He was buried in Harrisburg Cemetery.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 79295 (Ancestry.com)&lt;/ref&gt;\n\n\n=== Funeral Notice ===\n:: '''Harry H. Treon'''\n: Harry H. Treon, aged 49 years, died at his home, 255 North street, this morning. The funeral services will be held on Thursday afternoon,at 2 o'clock, and will be in charge of Rev. Mr. Gilbert, of St. Paul's Episcopal Church. Deceased is survived by his wife. Mr. Treon was a member of the late firm of Lyons &amp; Treon, bottlers.&lt;ref&gt;''Harrisburg Telegraph'' (Harrisburg, Pennsylvania) 08 Aug 1910, Mon Page 5 https://www.newspapers.com&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525B; Family History Library Film:552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Upper Augusta, Northumberland, Pennsylvania; Roll: 1164; Page: 499C; Enumeration District: 167 (Ancestry.com)\n* [https://www.findagrave.com/memorial/193970206 Adam Harry Hoffman Treon's Find a Grave Memorial 193970206] fHV82U
iUKXQ5 whttps://www.WikiTree.com/wiki/Treon-189 pRobert Hoffman qTreon gm b18621201 vRebuck, Northumberland, Pennsylvania, United States z1 d19471209 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n\nSon of [[Treon-187|Isaac Treon]] and Mary Hoffman.\nMarried Carrie Elizabeth Winchester, daughter of Harry W. Winchester and Lucretia Forney, on 25 Sep 1892 in Northumberland County.&lt;ref&gt;Pennsylvania, Marriages, 1852-1968; Film Number: 000961095 (Ancestry.com)&lt;/ref&gt; Children:\n: W. Scott (Scott Winchester) Treon b Jan 1899 (3 Jan 1900) PA: S. Martha (Martha Schneider) Treon b 9 Nov 1907 Sunbury, Northumberland, PA\n\nOccupation: Merchant, grocer\nHe died 9 Dec 1947 of generalized arteriosclerosis and myocardial degeneration. He was buried in Sunbury (cemetery not specified).&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 110664 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525B; Family History Library Film:552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Upper Augusta, Northumberland, Pennsylvania; Roll: 1164; Page: 499C; Enumeration District: 167 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Page: 9; Enumeration District: 0163; FHL microfilm: 1241450 (Ancestry.com)\n* 1910 US Federal Census; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: T624_1384; Page: 22B; Enumeration District: 0118; FHL microfilm: 1375397 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: T625_1611; Page: 5A; Enumeration District: 137 (Ancestry.com)\n* 1940 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: m-t0627-03598; Page: 1A; Enumeration District: 49-97 (Ancestry.com) fHV82U
iFG09P whttps://www.WikiTree.com/wiki/Treon-186 pMorris H qTreon gm b18660315 vRebuck, Northumberland, Pennsylvania, United States z1 d19471215 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Northumberland County, Pennsylvania]]\n[[category: Alsatian Tryons in America]]\n\nSon of Isaac Treon and Mary Hoffman.\n\nWife: Elizabeth Gottschall\n\nOccupation: House carpenter\nHe died at the age of 81 years as a result of gangrene of the right foot.&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 110663 (Ancestry.com)&lt;/ref&gt; He was buried at West Side, Snyder County, Pennsylvania.\n\n== Sources ==\n&lt;references /&gt;\n* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525B; Family History Library Film:552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Upper Augusta, Northumberland, Pennsylvania; Roll: 1164; Page: 499C; Enumeration District: 167 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Page: 7; Enumeration District: 0162; FHL microfilm: 1241450 (Ancestry.com) Birth date given as Mar 1868\n* 1910 US Federal Census; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T624_1384; Page: 17A; Enumeration District: 0119; FHL microfilm: 1375397 (Ancestry.com)\n* 1920 US Federal Census; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 10B; Enumeration District: 138(Ancestry.com)\n* 1930 US Federal Census; Census Place: Sunbury, Northumberland, Pennsylvania; Page: 8A; Enumeration District: 0070; FHL microfilm: 2341825(Ancestry.com) NOTE: widowed, living in household of son-in-law FrankP. Smith and daughter Mary. fHV82U
iY8A43 whttps://www.WikiTree.com/wiki/Treon-190 pFrancis Harry qTreon gm b18700200 vNorthumberland County, Pennsylvania, United States z1 d19150813 yHillside Home, Newton, Lackawanna, Pennsylvania, United States o== Biography ==\n[[category: Alsatian Tryons in America]]\n[[category: Northumberland County, Pennsylvania]]\n[[category: Lackawanna County, Pennsylvania]]\nSon of [[Treon-187|Isaac Treon]] and Mary Hoffman. Birth date estimated from his age (4 months) on the 1870 census.\n\nMarried: Eliza ____ (may be Elizabeth G. Fry). Child:: Francis Harry Treon b 14 Jan 1899 bp 14 May 1899 St. Luke's Lutheran Church, Sunbury.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1669-2013; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 234 (Ancestry.com)&lt;/ref&gt;\nOccupation: theatrical business (death certificate); barber (1900 census)\nHe died in August 1915 of paresis (not stated whether partial or general, but code number 67 indicates general paralysis of the insane).&lt;ref&gt;Pennsylvania, Death Certificates, 1906-1966; Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Pennsylvania (State). Death certificates, 19061966; Certificate Number 79368 (Ancestry.com)&lt;/ref&gt; He is buried in Sunbury (cemetery not specified). Burial record appears at Boehm's Reformed Church (United Church of Christ), Sunbury.&lt;ref&gt;Pennsylvania, Church and Town Records, 1708-1985; Historical Societyof Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 233 (Ancestry.com)&lt;/ref&gt;The informant on the death certificate does not appear to be a relative.\n\n== Sources ==\n&lt;references /&gt;* 1870 US Federal Census; Census Place: Washington, Northumberland, Pennsylvania; Roll: M593_1385; Page: 525B; Family History Library Film:552884 (Ancestry.com)\n* 1880 US Federal Census; Census Place: Upper Augusta, Northumberland, Pennsylvania; Roll: 1164; Page: 499C; Enumeration District: 167 (Ancestry.com)\n* 1900 US Federal Census; Census Place: Scranton Ward 8, Lackawanna, Pennsylvania; Roll: 1420; Page: 8A; Enumeration District: 0071; FHL microfilm: 1241420 (Ancestry.com) fHV82U
iPFOT8 whttps://www.WikiTree.com/wiki/Reitz-559 pCatharine qReitz gf b18160625 vNorthumberland County, Pennsylvania, United States z1 d18870218 yRebuck, Northumberland, Pennsylvania, United States o== Biography ==\n[[category: Northumberland County, Pennsylvania]]\nCatharine never married. After the death of her sister Salome Reitz Treon, she acted as foster mother for her Treon niece and nephew and ashousekeeper for their father, [[Tryon-4015 | Dr. Michael Tryon]]. In his will, he left her much of his estate.\n:: &quot;Item I give and bequeath to Catharina Reitz my wife[s] Sister all the house hold Furneger [furniture] what belong to her … Item I give &amp; bequeath to said Catharine Reitz Seven Hundred Dollars out of my property paid as follows my son Isaac shall pay one year after my Decease the Sum of three hundred and fifty Dollars to said Catharina Reitz as above …, as soon as conveniently may be after my death. … Item I give and bequeath to Catharina Reitz the Stone part of my dwelling house to live in as long as She is Sinkle [single] or in [for] life and the garden between the House and Barn as long as she see proper I give further out of my property to the said Catharina Reitz Apples as much as She needs for her own use in Equel Sheers [equal shares] is anny grown [any grown?] also Isaac Treion and Mary Roos wife of Daniel Roos Each of the two persons must give to said Catharina Reitz Five Bushiel Weath [wheat] every year as long as above Stated and plance [plant?] a quarter [quarter bushel?] potators [potatoes] for her to getter [gather] Every year as long as she Stays on the property and let her money Stants in said property and Firewood Holling [hauling] to the House as much as she needs for her own use also hay and paster [pasture] for one Cow out of tow [two] property … &quot;&lt;ref&gt;Pennsylvania, Wills and Probate Records, 1683-1993; Wills, 1772-1907; Index, 1792-1930; Author: Northumberland County (Pennsylvania). Register of wills; Probate Place: Northumberland, Pennsylvania; Item Description: Wills, No 4-5 1834-1871. Original spelling used. (Ancestry.com)&lt;/ref&gt;\nCatharine died in 1887 and is buried near her parents.&lt;ref&gt;Pennsylvania and New Jersey, Church and Town Records, 1708-1985; Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 (Ancestry.com)&lt;/ref&gt;\nIn her will dated 28 Jan 1887 she states she was a spinster. She lefta number of items to friends (James Roose, Daniel Kehler, George Kehler, John P. Kehler) and to her relatives Mary Roose (née Tryon) wife of Daniel Roose [Rose or Roos] her niece, and Isaac Treon (her nephew). The estate was probated 21 Feb 1887.&lt;ref&gt;Pennsylvania, Wills and Probate Records, 1683-1993; Wills, 1772-1907; Index, 1792-1930; Author: Northumberland County (Pennsylvania). Register of wills; Probate Place:Northumberland, Pennsylvania; Wills, No 7-8, 1879-1892 (Ancestry.com)&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;* &quot;United States Census, 1870,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MZGB-5X1 : 12 April 2016), Catharine Reitz in household of Michael Treon, Pennsylvania, United States; citing p. 17, family 119, NARA microfilm publication M593 (Washington D.C.: National Archives and Records Administration, n.d.); FHL microfilm 552,884. NOTE: living in household of her brother-in-law Michael Trion/Treon\n* [https://www.findagrave.com/memorial/34490432 Catherine Reitz's Find a Grave Memorial 34490432] mJGNJP fA6QW3
iZ1HR3 whttps://www.WikiTree.com/wiki/Reitz-208 pMichael qReitz gm b17570101 vNorthumberland, Pennsylvania z1 d18251217 yNorthumberland County, Pennsylvania, USA o== Biography ==\n\nMichael was born Jan 1, 1757 in Northumberland County\n&lt;ref name =&quot;findagrave&quot;&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 27 August 2018), memorial page for Michael Reitz (1 Jan 175717 Dec 1825), Find A Grave Memorial no. 34131450, citing Himmel Church Cemetery, Rebuck, Northumberland County, Pennsylvania, USA ; Maintained by Grave Hunters (contributor 46978735) .&lt;/ref&gt; or Lancaster County, PA.&lt;ref name=jeffco&gt;McKnight, W. J. (1917). Jefferson County, Pennsylvania : Her pioneers and people, 1800-1915(Vol. 2). Chicago, IL: J.H. Beers. Page 211. Retrieved August 28, 2018, from https://archive.org/details/jeffersoncountyp02mckn.&lt;/ref&gt; He settled in Northumberland, and owned a farm of 125 acres until his death on Dec 17, 1825.\n&lt;ref name=&quot;findagrave&quot; /&gt;\n&lt;ref name=&quot;north788&quot;&gt;Genealogical and Biographical Annals of Northumberland County, Pennsylvania: Containing a Genealogical Record of Representative Families, Including Many of the Early Settlers; Whipporwill Publications, 1911. Page 788. https://archive.org/details/genealogicalbiog00floy\n&lt;/ref&gt;\nHe was a devout Lutheran, member of Himmel's church in Rebuck, Northumberland County, Pennsylvania. When the church was erected in 1818, heacted as the building master.&lt;ref name=&quot;north788&quot; /&gt; Michael Reitz is on the communion list there for June 30, 1776.&lt;ref name=&quot;north269&quot;&gt;Genealogical and Biographical Annals of Northumberland County, Pennsylvania: Containing a Genealogical Record of Representative Families, Including Many of the Early Settlers; Whipporwill Publications, 1911. Page 269. https://archive.org/details/genealogicalbiog00floy&lt;/ref&gt; He and his wife are buried in the first row of the Himmel Church Cemetery.&lt;ref name=&quot;findagrave&quot; /&gt;\nThe Christening record of his son Johan Jacob lists the parents as ''Michael Reitz'' and ''Elisabeth''.&lt;ref&gt; &quot;Pennsylvania Births and Christenings, 1709-1950,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:V2JX-PXN : 11 February 2018), Michael Reitz in entry for Johan Jacob Reitz, 20 Apr 1800;Christening, citing HIMMEL LUTHERAN AND REFORMED CHURCH,WASHINGTON TWP,NORTHUMBERLAND,PENNSYLVANIA; FHL microfilm 823,598.&lt;/ref&gt;\nA biography of his great grandson Adam Hiram Reitz lists the couple as ''Michael Reitz'' and ''Catherine Snoke''.&lt;ref name=jeffco /&gt;\n\n== Family ==''Genealogical and Biographical Annals of Northumberland County, Pennsylvania'' gives two slightly different lists of his children.&lt;ref name=&quot;north269&quot; /&gt;&lt;ref name=&quot;north788&quot; /&gt; They include:\n* Michael - lived in Jackson (now Washington) township\n* George - settled at Red Bank, Jefferson, PA\n* John - settled at Red Bank, Jefferson, PA\n* Jonas - lived in Washington township (where William Rebuck lives)\n* William - settled at Red Bank, Jefferson, PA\n* Peter - lived at Richfield, Juniata, PA\n* Daniel - lived in Washington township on the homestead\n* Jonathan - lived in Washington township on the homestead\n* Henry - lived in Washington Township\n* Bevvy - married Johan Georg Reed\n* Christina - married Michael Hetrick\n\n\nIn the 1800 census,&lt;ref&gt;&quot;United States Census, 1800,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/1:1:XHR4-N6T : accessed 27 August 2018), Michael Reitz, Mahonoy, Northumberland, Pennsylvania, United States; citing p. 710, NARA microfilm publication M32, (Washington D.C.: National Archives and Records Administration, n.d.), roll 37; FHL microfilm 363,340.&lt;/ref&gt; the following person counts are listed:\n* Males - Under 10: 4\n* Males -10 thru 15: 1\n* Males - 45 and over: 1\n* Females - Under 10: 2\n* Females - 10 thru 15: 1\n* Females - 16 thru 25: 1\n* Females - 26 thru 44: 1\n\nIn the 1810 census,&lt;ref&gt;&quot;United States Census, 1810,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/1:1:XH2N-ZR5 : accessed 27 August 2018), Michael Reitz, Upper Mahanoy, Northumberland, Pennsylvania, United States; citing p. 260, NARA microfilm publication M252 (Washington D.C.: National Archives and Records Administration, n.d.), roll 53;FHL microfilm 193,679.&lt;/ref&gt; the following person counts are listed:\n* Males - Under 10: 3\n* Males -10 thru 15: 1\n* Males - 45 and over: 1\n* Females - 10 thru 15: 2\n* Females - 26 thru 44: 1\n\nIn the 1820 census,&lt;ref&gt;&quot;United States Census, 1820,&quot; database with images, FamilySearch(https://familysearch.org/ark:/61903/3:1:33SQ-GYBC-H7V?cc=1803955&amp;wc=3L7F-VLX%3A1586985402%2C1586985975%2C1586985974 : 16 July 2015), Pennsylvania &gt; Northumberland &gt; Upper Mahanoy &gt; image 6 of 7; citing NARA microfilm publication M33, (Washington D.C.: National Archives and Records Administration, n.d.).&lt;/ref&gt; the following person counts are listed:\n* Males - Under 10: 3\n* Males - 16 thru 18: 3\n* Males - 45 and over: 1\n* Females - 16 thru 25: 1\n* Females - 45 and over: 1\n\n== Will and Testament ==''The following is transcribed from Pennsylvania Probate Records&lt;ref&gt;&quot;Pennsylvania Probate Records, 1683-1994,&quot; images, FamilySearch (https://familysearch.org/ark:/61903/3:1:3QS7-89SM-7ZMR?cc=1999196&amp;wc=9PMK-YWL%3A268495501%2C268509701 : 3 July 2014), Northumberland &gt; Wills 1772-1845 vol 1-3 &gt; image 492 of 811; county courthouses, Pennsylvania.&lt;/ref&gt; by [[Reitz-515|Zachary Reitz]]. Punctuation added for clarity.''\nIn the name of God, I, Michael Reitz of Upper Mahanoy Township Northumberland County and State of Pennsylvania, Yeoman, being sick and weakin body, but of sound mind memory and understanding -- blessed be Godfor the same -- do make and publish this, my Last Will and Testament in manner and form following. [...]\nFirst of all I commend my Immortal Soul into the hands of God who gave it, and my body to the Earth to be buried a decent and Christian Like manner at the discretion of my executors herein after named; and as to such worldly Estate wherewithit hath pleased God to bless me in this life, I give and dispose of the same in the following manner.\nI give and devise to my Beloved Wife during life or as long as she remains my widow the following artickles: my clock, six bushels of wheatsix bushels of Rye, one fad [sic] hog that whays [sic] one hundred pounds, fifty pounds of beef, eight bushel of potatoes, aples [sic] and Cider as much as she needs, the third part of the gardens, one cow thechice [sic] in the flock, fed and pastured and milked if she is not able to do it, five pounds of good clean [wool?], ten pounds of good clean flax, ten pound of good [?], one bushel of salt, shoes as much as she needs, the Liberty in the house and cellar where I now live, citchen furneture [sic] as much as she needs, two beds, bedsteads, and the necessary bedding and of the linnen [sic] as much as she needs, one stove and pipe if she needs, and one chest, and one burow [bureau], the use of the half of the dresser which stands in the room, and table, three chairs, her side saddle, eight pounds of tallow, eight pounds of sope [sic], the choice of the books she want to tack [sic], the grain to take to the mill, and the grist back again to her house or abode, firewood as much as she needs -- cut, took where she wants to use it. [tae drough?] and ten dollars in cash yearly and every year, and in case if she would get sick, she shall be maintained good and if she don'tlicke [sic] to stay on the place aforesaid, she shall have the right to go to any of her Children to Live, and the aforesaid Artickles shall be delievered to her by my Son Daniel Reitz deuring [sic] life as aforesaid.\nSecond, it is my will that Elizabeth Reitz, daughter of Leonard Reitzdeceased, shall have out my Estate as soon as is the said Elizabeth is eighteen years old. Agreed upon a mamarandum [sic] is in the hands of Michael Reitz Jun., gerdean [sic] of said Elizabeth Reitz.\nThird, it is my will that my place shall be devided [sic] in two parts by three disintrested men of the naughbeorhood [sic], and it shall be so devided that the [orcherd?] on the [same side?] that is on the north side of Swob [Schwaben] Creek shall come to the lower part and shall be divided in equal share or parts as near as possible.\nFourth I give and despose unto my son Daniel Reitz the upper part of my plantation for which he shall pay the just and full sum of eight dollars for every Acre in the following manner: the money arrising [sic]of the tract of land and plantation shall be paid to my legle hears [sic], in equal shares beginning with the oldest, two years after my death and one [on?] till the are all paid. He shall have no share in thepayments and Jonathan shall have no share of the payments. Jonathan share is considered as Red [?] in the land which he gets, and Daniel's share is considered as Red [?] in the land. Further I devise unto myson Daniel Reitz one horse and harnesses for two horses, one plough, and one cow. Daniel shall have the choice in the takin [sic] his hors [sic]. Daniel shall pay yearly and every year the sum of fifty dollarsbeginning as foresaid until every heir has fifety dollars and the remainder in equal shares in the same manner til the whole sum is paid.\nFifth, I give and dispose unto my son Jonathan Reitz the Lower or west part of my place for which he shall pay six dollars for every acre, which will com [sic] to his part, shall pay it in the same manner as the above tract, is to be paid but the first Rounds he shall only pay only thirty dollars to Each heir and the remainder of the whole what hehas to pay shall be paid as the aboe in equal shares till the heirs are all paid. I give and devise unto my son Jonathan Reitz two horses and harnesses, one plough, one cow. The choice after Daniel to take his horses [?]. It is my will that the lower part of my place when devided [sic] shall inclute [sic] the house, stable, and garden where my son George Reitz now lives.\nSixth, give and devise unto my two sons Daniel and Jonathan my waggon[sic] and [body?] and everything belonging to said waggon.\nFurther, it is my will that my son Jonathan Reitz shall have the use of that part of the orcherd [sic] on the upper part of the place whichlays on the west side of a ditch that runs through the orcherd for ten successive years.\nFurther, it is my will that my son Michl [sic] shall not pay any of the notes which he is indebted to me till his turn comes in for his share of the lands, then he shall have a [credit?] on the note, and one share shall be paid to the heir next in rank to the said Michael on hisplace.\nFurther, I impower [sic] my executors herein named to make and execute such lawfull [sic] deeds to my said sons Daniel &amp; Jonathan as I might do myself in my lifetime.\nAnd as touching all the rest, residue, and remainder of my personal property shall be sold by publick sale and shall be divided in equal shares unto my lawfull heirs as soon as the same can be. And after the death of my said wife, the property given to her shall also be sold divided amongst my heirs.\nAnd lastly, I nominate, constitute, and appointed my son Michael Reitz and my son Peter Reitz to be my executors of this, my Will and Testament [?] my hand and seal, this seventeenth day of October, AD 1825.\nI, Michael Reitz, the testator within named, do make this codicil to be taken as a part of my Last Will and Testament as follows: I give and devide unto my son Daniel Reitz the stove and pipe which stand in the house where I now live and two third part of all the grain that is on my place, and Daniel is to keep the family for one year of the grain. Further, I give and devide unto my son Jonathan Reitz my other stoveand pipe and one third of all the grain on the place aforesaid, and all the boards that sits in the orcherd on heeps and it is my will thatmy two sons Daniel and Jonathan after the land is divided to give each other a rode [sic] to come to their fields and meadow with as [less?] injury to eachother as possible. Witness my hand and seal th efifthday of November, one thousand eight hundred and twenty-five 1825, Michael Reitz.\n\n== Research Notes ==* He is often listed in genealogies with the given name ''Johann'' Michael, but his will and other original documents give no indication ofthis name.* Beware another Michael Reitz, who came to Washington township, Northumberland county from Berks county in 1690.&lt;ref name=&quot;north463&quot;&gt;Genealogical and Biographical Annals of Northumberland County, Pennsylvania: Containing a Genealogical Record of Representative Families, Including Many of the Early Settlers; Whipporwill Publications, 1911. Page 463. https://archive.org/details/genealogicalbiog00floy&lt;/ref&gt; That Michael was part of a separate Reitz clan of French origin. He reared seven sons and two daughters, among them Joseph H., Samuel, Henry, and David.\n\n== Sources ==\n\n&lt;references /&gt; mXFZ1Z fLXFDL sR9RCG
iR9RCG sZ1HR3 whttps://www.WikiTree.com/wiki/Schnock-3 pMaria Elisabetha qSchnock gf b17591106 z1 d18531218
iAV5RR whttps://www.WikiTree.com/wiki/Reitz-443 pJohann Michael qReitz gm b17850812 vNorthumberland County, Pennsylvania, USA z1 d18740728 yRebuck, Northumberland, Pennsylvania, USA o== Biography =='''Johann''' Michael Reitz Jr. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll: M33_107; Image: 108 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File @M572@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Churchand Town Records; Reel: 236 File @M668@&lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M674@&lt;/ref&gt;\n\n'''Born'''\n12 AUG 1785.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Died'''\n28 JUL 1874.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Buried'''\n28 JUL 1874.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Residence'''\n1820\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.Longitude: W76.633. &lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll:M33_107; Image: 108 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M501'&gt;M501&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media20 United States Federal Census(2).jpg. Format: jpg. 1820 United States Federal Census. 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll: M33_107; Image: 108.\n* File &lt;span id='M572'&gt;M572&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(18).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236.\n* File &lt;span id='M668'&gt;M668&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(21).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n* File &lt;span id='M674'&gt;M674&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(24).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S125'&gt;S125&lt;/span&gt; Ancestry.com 1820 United StatesFederal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mR9RCG fZ1HR3 sTVZ3Q
iTVZ3Q sAV5RR whttps://www.WikiTree.com/wiki/Hepler-401 pMagdalena qHepler gf b17880227 z1 d18461012
iEK131 whttps://www.WikiTree.com/wiki/Reitz-453 pPeter qReitz gm b18100611 vNorthumberland County, Pennsylvania, USA z1 d18860303 yNorthumberland County, Pennsylvania, USA o== Biography =='''Peter''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 101001-104820 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; HistoricPennsylvania Church and Town Records; Reel: 236 File @M674@&lt;/ref&gt;\n\n\n'''Born'''\n11 JUN 1810.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 101001-104820 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File @M674@&lt;/ref&gt;\n\n'''Died'''\n3 MAR 1886.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1886\nSunbury, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.8626.\nLongitude: W76.7944. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Baptism:'''\n24 JUN 1810.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M669'&gt;M669&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(58).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 101001-104820.\n* File &lt;span id='M674'&gt;M674&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(24).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n mTVZ3Q fAV5RR
iQA7MA whttps://www.WikiTree.com/wiki/Reitz-328 pJohn Peter qReitz gm b17890000 vNorthumberland County, PA z1 d18670000 yMonroe Township, Juniata, Pennsylvania, United States o== Biography ==\n\nSarah is his 2nd wife\n\n== Sources ==\n&lt;references /&gt;\n*\n\n----\n\n== Biography ==\nJohn was born about 1789. He passed away about 1867.\n&lt;ref&gt;\nUnsourced family tree handed down to [[Reitz-398|Richard N Reitz]].\n&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mR9RCG fZ1HR3 sMTCJI
iMTCJI sQA7MA whttps://www.WikiTree.com/wiki/Eyster-360 pSarah qEyster gf b17991022 z1 d18680908
iJL9OG whttps://www.WikiTree.com/wiki/Reitz-329 pLena qReitz gf b18290000 z1 d19090000 o{{Unsourced}}\n== Biography ==\nLena was born in 1829. She was the daughter of [[Reitz-328|John Reitz]] and [[Eyster-360|Sarah Eyster]]. She passed away in 1909.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n mMTCJI fQA7MA
iU9LHT whttps://www.WikiTree.com/wiki/Reitz-408 pBeneville qReitz gm b18300000 z1 d18920000 o== Biography ==\nBeneville was born about 1830. He passed away about 1892.\n&lt;ref&gt;\nUnsourced family tree handed down to [[Reitz-398|Richard N Reitz]].\n&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mMTCJI fQA7MA
iHGKRY whttps://www.WikiTree.com/wiki/Reitz-407 pFranklin L. qReitz gm b18620000 vJuniata County, PA z1 d19260000 yShamokin, PA o== Biography ==\nFranklin was born about 1862. He passed away about 1941.\n&lt;ref&gt;\nUnsourced family tree handed down to [[Reitz-398|Richard N Reitz]].\n&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; fU9LHT
iDSJAA whttps://www.WikiTree.com/wiki/Reitz-400 pHoward Daniel qReitz gm b18920630 vBear Valley Dam (Coal Twp.), PA z1 d19851100 ySunbury, PA o== Biography ==\nHoward was born about 1892. He passed away about 1985.\n&lt;ref&gt;Personal recollection of events witnessed by [[Reitz-398|Richard N Reitz]] as remembered 29 Jul 2017.\n&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; fHGKRY sBDF8B
iBDF8B sDSJAA whttps://www.WikiTree.com/wiki/Herb-245 pMabel qHerb gf b18950510 z1 d19900000
iTGKSA whttps://www.WikiTree.com/wiki/Reitz-399 pNorm qReitz
iBFA9R whttps://www.WikiTree.com/wiki/Reitz-398 pRich qReitz
iBN3B1 pAnonymous
iZ40LB pAnonymous
iHVIUD pAnonymous
iXZVGZ pAnonymous
iP666P pAnonymous
iX9U79 pAnonymous
iB8M5A whttps://www.WikiTree.com/wiki/Reitz-330 pBenneville qReitz gm b18300000 z1 d18920000 o{{Unsourced}}\n== Biography ==\nBenneville was born in 1830. He was the son of [[Reitz-328|John Reitz]] and [[Eyster-360|Sarah Eyster]]. He passed away in 1892.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n mMTCJI fQA7MA
iC544G whttps://www.WikiTree.com/wiki/Reitz-331 pBarbara qReitz gf b18340000 z1 d18940000 o{{Unsourced}}\n== Biography ==\nBarbara was born in 1834. She was the daughter of [[Reitz-328|John Reitz]] and [[Eyster-360|Sarah Eyster]]. She passed away in 1894.&lt;ref&gt;Asource for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n mMTCJI fQA7MA
iWE2DZ whttps://www.WikiTree.com/wiki/Reitz-332 pTobias E qReitz gm b18360000 z1 d19090000 o{{Unsourced}}\n== Biography ==\nTobias was born in 1836. He was the son of [[Reitz-328|John Reitz]] and [[Eyster-360|Sarah Eyster]]. He passed away in 1909.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n mMTCJI fQA7MA
iWAPQG whttps://www.WikiTree.com/wiki/Reitz-333 pSarah E qReitz gf b18400000 z1 d19130000 o{{Unsourced}}\n== Biography ==\nSarah was born in 1840. She was the daughter of [[Reitz-328|John Reitz]] and [[Eyster-360|Sarah Eyster]]. She passed away in 1913.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n mMTCJI fQA7MA
iDCDB9 whttps://www.WikiTree.com/wiki/Reitz-221 pJohann Georg qReitz gm b17910130 vRebuck, Mahanoy Township, Northumberland County, Pennsylvania, USA z1 d18591100 yBeaver Township, Jefferson County, Pennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-221was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 11DA61429D3A4C818BF80E544F273F2DF94D\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 29 Dec 2014\n::: Time: 12:56\nPrior to import, this record was last changed 12:56 29 Dec 2014.\n\n* Fact: Burial Unknown\n\n\n== Sources ==\n&lt;references /&gt;\n\n* Johann Georg “George” Reitz, Sr (1791-1859) on {{FindAGrave|78742496}} retrieved 30 August 2018 mR9RCG fZ1HR3 sXP2BN
iXP2BN sDCDB9 whttps://www.WikiTree.com/wiki/Rebuck-74 pMaria Margaretha qRebuck gf b17930000 z1 d18771127
iN79C4 whttps://www.WikiTree.com/wiki/Reitz-489 pGeorge qReitz gm b18180113 vNorthumberland County, Pennsylvania, USA z1 d18960226 yPansy, Jefferson, Pennsylvania, USA o== Biography ==\nGeorge was born about 1818. He passed away in 1896.* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n\n== Sources ==\n&lt;references /&gt;\n\n* George Reitz, Jr (1818-1896) on {{FindAGrave|95134839}} retrieved 30 August 2018\n* http://www.genealogy.com/ftm/s/t/i/Keith-Stieb/GENE2-0002.html fDCDB9 sFK47D
iFK47D sN79C4 whttps://www.WikiTree.com/wiki/Dobson-3089 pElizabeth qDobson gf b18200909 z1 d18961202
iYF3KA whttps://www.WikiTree.com/wiki/Reitz-541 pLydia qReitz gf b18440904 z1 d19060711 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Lydia Reitz Spangler (1844-1906) on {{FindAGrave|95460591}} retrieved 30 August 2018 mFK47D fN79C4 sHPXMY
iHPXMY sYF3KA whttps://www.WikiTree.com/wiki/Spangler-1207 pPeter qSpangler gm b18440704 z1 d19171220
iVO6XJ whttps://www.WikiTree.com/wiki/Spangler-1206 pEmma Frances qSpangler gf b18670000 z1 d19450000 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Emma Frances Spangler Spare (1867-1945) on {{FindAGrave|95464254}} retrieved 30 August 2018 mYF3KA fHPXMY sKNDJZ
iKNDJZ sVO6XJ whttps://www.WikiTree.com/wiki/Spare-90 pMorris qSpare gm b18631119 vOhl, Jefferson County, Pennsylvania, USA z1 d19370129 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Morris Spare (1863-1937) on {{FindAGrave|95464316}} retrieved 30 August 2018 mDC5AE fJLE89
iBTN4X whttps://www.WikiTree.com/wiki/Reitz-462 pJohann Georg qReitz gm b18180113 vNorthumberland County, Pennsylvania, USA z1 d18960226 yJefferson County, Pennsylvania, USA o== Biography =='''Johann''' Georg Reitz Jr. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S17]] Year: 1870; Census Place: Beaver, Jefferson, Pennsylvania; Roll: M593_1352; Page: 14B; Family History Library Film: 552851 File @M211@&lt;/ref&gt;&lt;ref&gt;Source: [[#S28]] Year: 1860; Census Place: Beaver, Jefferson, Pennsylvania; Roll: M653_1118; Page: 28; Family History Library Film: 805118 File @M215@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 032001-035000 File @M212@&lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 057001-060000 File @M210@&lt;/ref&gt;&lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Beaver, Jefferson, Pennsylvania; Roll: 1136; Family History Film: 1255136; Page: 28A; Enumeration District: 187 File @M216@&lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400 File @M707@&lt;/ref&gt;\n\n'''Born'''\n13 JAN 1818.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;&lt;ref&gt;Source: [[#S17]] Year: 1870; Census Place: Beaver, Jefferson, Pennsylvania; Roll: M593_1352; Page: 14B; Family History Library Film: 552851 File @M211@&lt;/ref&gt;&lt;ref&gt;Source: [[#S28]] Year: 1860; Census Place: Beaver, Jefferson, Pennsylvania; Roll: M653_1118; Page: 28; Family History Library Film: 805118 File @M215@&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 032001-035000 File @M212@&lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania,USA; Certificate Number Range: 057001-060000 File @M210@&lt;/ref&gt;&lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Beaver, Jefferson, Pennsylvania; Roll: 1136; Family History Film: 1255136; Page: 28A; Enumeration District: 187 File @M216@&lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400 File @M707@&lt;/ref&gt;\n\n'''Died'''\n26 FEB 1896.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Residence''' Marital Status: Married; Relation to Head: Self.\n1880\nBeaver City, Jefferson, Pennsylvania, USA.\nMap:\nLatitude: N41.2237.Longitude: W79.5556. &lt;ref&gt;Source: [[#S1]] Year: 1880; Census Place: Beaver, Jefferson, Pennsylvania; Roll: 1136; Family History Film: 1255136; Page: 28A; Enumeration District: 187 File &lt;/ref&gt;\n1860\nBeaver City, Jefferson, Pennsylvania, USA.\nMap:\nLatitude: N41.2237.Longitude: W79.5556. &lt;ref&gt;Source: [[#S28]] Year: 1860; Census Place:Beaver, Jefferson, Pennsylvania; Roll: M653_1118; Page: 28; Family History Library Film: 805118 File &lt;/ref&gt;\nResidence Post Office: Packer.\n1870\nBeaver City, Jefferson, Pennsylvania, USA.\nMap:\nLatitude: N41.2237.Longitude: W79.5556. &lt;ref&gt;Source: [[#S17]] Year: 1870; Census Place:Beaver, Jefferson, Pennsylvania; Roll: M593_1352; Page: 14B; Family History Library Film: 552851 File &lt;/ref&gt;\n\n'''Baptism:'''\n15 FEB 1818.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M203'&gt;M203&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(2).jpg. Format: jpg. Pennsylvaniaand New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Collection Name: Historic Pennsylvania Church and Town Records; Reel: 236.\n* File &lt;span id='M210'&gt;M210&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963.jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 057001-060000.\n* File &lt;span id='M211'&gt;M211&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media70 United States Federal Census(1).jpg. Format: jpg. 1870 United States Federal Census. Year: 1870; Census Place: Beaver, Jefferson, Pennsylvania; Roll: M593_1352; Page: 14B; Family History Library Film: 552851.\n* File &lt;span id='M212'&gt;M212&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(1).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 032001-035000.\n* File &lt;span id='M215'&gt;M215&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media60 United States Federal Census(3).jpg. Format: jpg. 1860 United States Federal Census. Year: 1860; Census Place: Beaver, Jefferson, Pennsylvania; Roll: M653_1118; Page: 28; Family History Library Film: 805118.\n* File &lt;span id='M216'&gt;M216&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media80 United States Federal Census(1).jpg. Format: jpg. 1880 United States Federal Census. Year: 1880; Census Place: Beaver, Jefferson, Pennsylvania; Roll: 1136; Family History Film: 1255136; Page: 28A; Enumeration District: 187.\n* File &lt;span id='M707'&gt;M707&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(67).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S1'&gt;S1&lt;/span&gt; Ancestry.com and The Church of Jesus Christ of Latter-day Saints 1880 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S17'&gt;S17&lt;/span&gt; Ancestry.com 1870 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]]* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]* Source: &lt;span id='S28'&gt;S28&lt;/span&gt; Ancestry.com 1860 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2009; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]] mXP2BN fDCDB9 sV0VCK
iV0VCK sBTN4X whttps://www.WikiTree.com/wiki/Dobson-3024 pElizabeth qDobson gf b18200909 z1 d18961202
iCZXSG whttps://www.WikiTree.com/wiki/Reitz-465 pSimon qReitz gm b18480505 vBeaver City, Jefferson, Pennsylvania, USA z1 d19260000 yBeaver City, Jefferson County, Pennsylvania, USA o== Biography =='''Simon''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 092001-095000 File &lt;/ref&gt;\n\n'''Born'''\n5 MAY 1848.\nBeaver City, Jefferson, Pennsylvania, USA.\nMap:\nLatitude: N41.2237.Longitude: W79.5556. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 092001-095000 File &lt;/ref&gt;\n\n'''Died'''\n1926\nBeaver City, Jefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.2237.\nLongitude: W79.5556. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1926\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Photo:''' [[#M6]].\n\n'''File''' .\n\n=== External Files ===* File &lt;span id='M6'&gt;M6&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Media Item.jpg. Format: jpg.\n* External File: &lt;span id='M6'&gt;M6&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Media Item.jpg Format: jpg\n* File &lt;span id='M723'&gt;M723&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(73).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 092001-095000.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n mV0VCK fBTN4X
iVXJ7Y whttps://www.WikiTree.com/wiki/Reitz-463 pAdam qReitz gm b18520616 vJefferson County, Pennsylvania, USA z1 d19400616 yClarion County, Pennsylvania, USA o== Biography =='''Adam''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 032701-035400 File &lt;/ref&gt;\n\n'''Born'''\n16 JUN 1852.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n16 JUN 1940.\nClarion County, Pennsylvania, USA.\nMap:\nLatitude: N41.1911.\nLongitude: W79.4235. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\n1940\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M715'&gt;M715&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(71).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 032701-035400.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n mV0VCK fBTN4X
iHPWIS whttps://www.WikiTree.com/wiki/Reitz-464 pDaniel qReitz gm b18540909 vJefferson County, Pennsylvania, USA z1 d19431226 ySummerville, Jefferson County, Pennsylvania, USA o== Biography =='''Daniel''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]] Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400 File &lt;/ref&gt;\n\n'''Born'''\n9 SEP 1854.\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.Longitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400 File &lt;/ref&gt;\n\n'''Died'''\n26 DEC 1943.\nSummerville, Jefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1162.Longitude: W79.1867. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S4]]Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400 File &lt;/ref&gt;\n\n'''Buried'''\n1943\nJefferson County, Pennsylvania, USA.\nMap:\nLatitude: N41.1273.\nLongitude: W78.9998. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M707'&gt;M707&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania, Death Certificates, 1906-1963(67).jpg. Format: jpg. Pennsylvania, Death Certificates, 1906-1963. Pennsylvania Historic and Museum Commission; Pennsylvania, USA; Certificate Number Range: 109701-112400.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S4'&gt;S4&lt;/span&gt; Ancestry.com Pennsylvania, Death Certificates, 1906-1963 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2014; Repository: [[#R2]]\n mV0VCK fBTN4X
iMHXKS whttps://www.WikiTree.com/wiki/Reitz-466 pAbraham qReitz gm b18560823 vBeaver City, Jefferson, Pennsylvania, USA z1 d19700000 yPennsylvania, USA o== Biography ==''No biography yet.&lt;ref&gt;Profile created by [[Armstrong-5775 | Kim Armstrong]] through the import of Ritts Family Tree_2017-12-24.ged on Dec24, 2017. ''This comment and citation should be deleted after a shortbiography has been added and primary sources have been cited.''&lt;/ref&gt;Can you add information or sources?''\n\n== Sources ==\n&lt;references /&gt;\n mV0VCK fBTN4X
iRD6U1 whttps://www.WikiTree.com/wiki/Reitz-525 pJohan Godfried qReitz gm b18210412 vNorthumberland County, Pennsylvania, USA z1 d18950719 yCoolspring, Jefferson County, Pennsylvania, USA o== Biography ==Godfrey was born in 1821. He was the son of [[Reitz-221|Johan-Geroge Reitz]] and [[Rebuck-74|Maria Margaretha Rebuck]]. He passed away in 1895.\n&lt;ref&gt;Personal recollection of events witnessed by [[Powell-13272|Jessica Powell]] as remembered 21 Aug 2018.\n&lt;/ref&gt;\n* Fact: Burial Coolspring Cemetery , Coolspring, Jefferson County, Pennsylvania, USA\n\n\n== Sources ==\n&lt;references /&gt;\n\n* Godfrey Reitz (1821-1895) on {{FindAGrave|34697571}} retrieved 03 September 2018 mXP2BN fDCDB9 sPMGB5
iPMGB5 sRD6U1 whttps://www.WikiTree.com/wiki/Thomas-34639 pCatharine qThomas gf b18120615 z1 d19011224
iEXLTR whttps://www.WikiTree.com/wiki/Reitz-526 pSamuel Sigworth qReitz gm b18530621 vJefferson County, Pennsylvania, USA z1 d19210826 yJefferson County, Pennsylvania, USA o== Biography ==Samuel was born in 1853. He was the son of [[Reitz-525|Godfrey Reitz]] and [[Thomas-34639|Catharine Thomas]]. He passed away in 1921.\n&lt;ref&gt;\nUnsourced family tree handed down to [[Powell-13272|Jessica Powell]].\n&lt;/ref&gt;\n* Fact: Burial Coolspring Cemetery , Coolspring, Jefferson County, Pennsylvania, USA\n\n\n== Sources ==\n&lt;references /&gt;\n\n* Samuel Sigworth Reitz (1853-1921) on {{FindAGrave|34982201}} retrieved 03 September 2018 mPMGB5 fRD6U1 sGCBLV
iGCBLV sEXLTR whttps://www.WikiTree.com/wiki/Stahlman-113 pSusanna qStahlman gf b18500000 z1
iYXHWG whttps://www.WikiTree.com/wiki/Reitz-527 pJames Monroe qReitz gm b18790812 vJefferson County, Pennsylvania, USA z1 d19440319 yJefferson County, Pennsylvania, USA o== Biography ==James was born in 1879. He was the son of [[Reitz-526|Samuel Reitz]]. He passed away in 1944.\n&lt;ref&gt;\nUnsourced family tree handed down to [[Powell-13272|Jessica Powell]].\n&lt;/ref&gt;\n* Fact: Burial Coolspring Cemetery , Coolspring, Jefferson County, Pennsylvania, USA\n\n\n== Sources ==\n&lt;references /&gt;\n\n* James Monroe Reitz (1879-1944) on {{FindAGrave|48420776}} retrieved03 September 2018 mGCBLV fEXLTR sGT5DR
iGT5DR sYXHWG whttps://www.WikiTree.com/wiki/Himes-486 pClara Lavilla qHimes gf b18740823 z1 d19320310
iKP3YN whttps://www.WikiTree.com/wiki/Reitz-552 pWalter Clair qReitz gm b18980813 vPennsylvania, USA z1 d19640610 yPennsylvania, USA o== Biography ==* Fact: Burial Ohl Cemetery , Ohl, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Walter Clair Reitz (1898-1964) on {{FindAGrave|60125206}} retrieved03 September 2018 mGT5DR fYXHWG sZO6W1
iZO6W1 sKP3YN whttps://www.WikiTree.com/wiki/Myers-12403 pElva Edna qMyers gf b18960000 z1 d19530000
iN82EH whttps://www.WikiTree.com/wiki/Reitz-550 pArden qReitz
iIVO85 pAnonymous
iXX93H whttps://www.WikiTree.com/wiki/Reitz-528 pWilliam qReitz
iT94BT pAnonymous
iJAGUW pAnonymous
iJ9CGX whttps://www.WikiTree.com/wiki/Powell-13272 pJessica qPowell
iKZWH4 pAnonymous
iVTPIR whttps://www.WikiTree.com/wiki/Reitz-554 pEdward Frank qReitz gm b19420911 z1 d20170917 o== Biography ==* Fact: Burial Church of God Cemetery , Emerickville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Edward Frank Reitz, Sr (1942-2017) on {{FindAGrave|183504496}} retrieved 04 September 2018
iIFEK9 pAnonymous
iJB8HD pAnonymous
iNUDZE whttps://www.WikiTree.com/wiki/Reitz-223 pBarbara qReitz gf b18230108 vRebuck, Mahanoy Twsp., Northumberland Co., PA. z1 d18941200 yJefferson County, Pennsylvania o== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Reitz-223was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Christening ===\n: Christening:\n:: Date: 16 Feb 1823\n\n=== Burial ===\n: Burial::: Place: St. Johns Church Cemetery, Sprankles Mills, Jefferson Co.,Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: A628663A28614ED68641EF2CCCB5745143D0\n\n=== FSFTID ===\n: FSFTID LH6T-1NZ\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=LH6T-1NZ\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 17 Sep 2014\n::: Time: 08:15\nPrior to import, this record was last changed 08:15 17 Sep 2014.\n\n=== Note ===\n: Note: [[#NI1602]]\n\n=== Notes ===\n: Note &lt;span id='NI1602'&gt;NI1602&lt;/span&gt;Leanna,\n:: Good morning. I found the old e-mail that I told you about concerning Barbara Reitz: Born: 8 January 1823 in Rebuck, Northumberland County, Pennsylvania Christ. 16 February 1823 in Northumberland County, Pennsylvania (my educated guess--- probably Himmel Lutheran and Reformed Church in Rebuck.) Died December 1894 buried Sprankles Mills, Jefferson County, Pennsylvania. St. John's Church Cemetery. No Headstone\n:: Peter Thomas and second husband Conrad Fredericks also buried there. No headstones.\n:: Her source was Mary Etta Savella (Burkett) Miller. This must be Lydia (Thomas) Burkett's daughter. Mary went on to say that she remembered attending Barbara's funeral in a surrey with fringe. First time she ever rode a surrey trimmed with fringe. Talking with the minister and his secretary was told there are many people buried in the cemetery who have no head stones they were there at one time but are now missing.There were old papers left in the basement, but they were removed anddestroyed. Barbara married Conrad Fredericks b. 1823 d. 1873( There are tombstones at St John's with the spelling of Fredric on them.) Barbara had three children with Conrad: Barbara Elizabeth, Samuel and Susanna. Leanna, I looked up the 1870 Censes and found Conrad and Barbara in Coolsprings, Jefferson County. Their three children were listed as well as all four Thomas children.\n:: I looked up the 1880 censes and found Barbara with Mary Thomas and Godfrey Thomas still living with her. Lydia (Thomas) Burkett and Sylvester were living next door to Barbara.\n:: OH yeah! Barbara Elizabeth was b. 2 December 1861, Samuel was b. 11November 1863 and Susanna was born 1868.\n:\n: Larry\n\n== Sources ==\n\n&lt;references /&gt; mXP2BN fDCDB9 sL34L7
iL34L7 sNUDZE whttps://www.WikiTree.com/wiki/Thomas-18541 pPeter qThomas gm b18220000 z1 d18600300
iSCD2J whttps://www.WikiTree.com/wiki/Thomas-18521 pMary qThomas gf b18540000 z1 d19120000 yPine Creek Twsp., Jefferson County, Pennsylvania o\n== Biography ==\nMary was born in 1854. Mary Thomas ... She passed away in 1912.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\nPennsylvania Death Certificate File No.: 34076\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Thomas-18538 was created by [[Smith-91064 | Larry Smith]] through the import ofsmith.ged on Oct 15, 2015. ''This comment and citation can be deletedafter the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Burial ===\n: Burial:\n:: Date: 4 Apr 1912\n:: Place: Reynoldsville, Winslow Twsp., Jefferson Co., Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 3D3F0CB4DB0C484C954B20966C6515568953\n\n=== FSFTID ===\n: FSFTID L62Q-4VQ\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=L62Q-4VQ\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 17 Sep 2014\n::: Time: 08:11\nPrior to import, this record was last changed 08:11 17 Sep 2014.\n\n=== External File ===\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Mary [Thomas] Snyder.jpg\n:: Title: Mary Thomas\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n=== Note ===\n: Note: [[#NI1562]]\n\n=== Notes ===\n: Note &lt;span id='NI1562'&gt;NI1562&lt;/span&gt;\n: Mrs. Jess Snyder\n:: At three o'clock on Tuesday morning April 2, death claimed Mrs. Jess Snyder, she had been an invalid unable to walk, for more than eight years. Her death was caused by rheumatism and complications of other diseases. She was fifty -nine years old at the time of her death. The funeral services were conducted by Rev. J. P. Morentz in Deemers Cross Roads Church on Tuesday April 4th, and internment was made in the Chestnut Grove Cemetery. Two children survive the deceased: Mrs. J.P.Smith and Harry C. Snyder, both of West Reynoldsville.\n\n== Sources ==\n\n&lt;references /&gt; mNUDZE fL34L7 sIKLI6
iIKLI6 sSCD2J whttps://www.WikiTree.com/wiki/Snyder-5610 pJosiah qSnyder gm b18540205 z1 d19100729
iUH8IQ whttps://www.WikiTree.com/wiki/Thomas-18520 pMathilda qThomas gf b18580729 vOhl, Beaver Township, Jefferson County, Pennsylvania z1 d19280000 yWinslow Township, Jefferson County, Pennsylvania o\n== Biography ==\nMathilda was born in 1858. Mathilda Thomas ... She passed away in 1928.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\nDeath Certificate File Number: 19995. Commonwealth of Pennsylvania\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Thomas-18537 was created by [[Smith-91064 | Larry Smith]] through the import ofsmith.ged on Oct 15, 2015. ''This comment and citation can be deletedafter the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Christening ===\n: Christening:\n:: Date: 22 Aug 1858:: Place: Bethlehem Lutheran Church, Beaver Twsp., Jefferson County,PA.\n:: Note: [[#CI130]]\n\n=== Burial ===\n: Burial::: Place: Emerickville Lutheran Cemetery, Emerickville, Jefferson Co., Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: ADBCE47A8B8A49298B400B5E69448414C7F7\n\n=== FSFTID ===\n: FSFTID L63Y-KCR\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=L63Y-KCR\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 18 Sep 2014\n::: Time: 12:08\nPrior to import, this record was last changed 12:08 18 Sep 2014.\n\n=== External File ===\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Mathilda Brosius.jpg\n:: Title: Matilda Thomas\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Matilda Thomas Brosius.jpg\n:: Type: PHOTO\n\n=== Note ===\n: Note: [[#NI130]]\n\n=== Notes ===: Note &lt;span id='CI130'&gt;CI130&lt;/span&gt;Sponsors: Peter Thomas and wife Barbara\n\n: Note &lt;span id='NI130'&gt;NI130&lt;/span&gt;\n: Mrs. Matilda Brosious:: Mrs. Matilda Thomas Brosious, wife of the late Edward Brosious, died Sunday, February 19th at her home near Emerickville after an illnessof three weeks with pneumonia. She was 69 years, 4 months and 2 daysold.: Surviving are the following children, her husband having preceded her in death by six weeks. Mrs. Irvin Smith, Clarence W., and Mrs. LeeSnyder of Reynoldsville, and Mrs. Ruben Hetrick of Port Barnett; also one sister and one brother, Mrs. Joe Burkett of Coolspring and Guffard Thomas of Coolspring.: Funeral services were held at the Lutheran church by Rev. Marlin atEmerickville with burial in the Lutheran cemetery.\n:\n: Death Certificate File Number: 19995. Commonwealth of Pennsylvania\n\n== Sources ==\n\n&lt;references /&gt; mNUDZE fL34L7 sB4OJI
iB4OJI sUH8IQ whttps://www.WikiTree.com/wiki/Brosius-156 pEdward D. qBrosius gm b18551004 z1 d19280109
iLUVU4 whttps://www.WikiTree.com/wiki/Brosius-155 pSamuel Irvan qBrosius gm b18840925 vOhl, Beaver Township, Jefferson County, Pennsylvania z1 d19220325 yWinslow Township, Jefferson County, Pennsylvania o\n== Biography ==\nSamuel Irvan was born in 1884. Samuel Irvan Brosius ... He passed away in 1923.\n\n== Sources ==\n\nDeath Certificate File Number: 33115. Commonwealth of Pennsylvania.\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import.&lt;ref&gt;Brosius-162 was created by [[Smith-91064 | Larry Smith]] through the import of smith.ged on Oct 15, 2015. ''This comment and citation can be deleted after the biography has been edited and primary sources are included.''&lt;/ref&gt; It's a rough draft and needs to be edited.''\n\n=== Name ===\n: Name: Samuel Irvan /Brosius/\n:: Given Name: Samuel Irvan:: Surname: Brosius&lt;ref&gt;Source: [[#S3]] Page: accessed 13 Dec 2013), entry for Samuel Irvan Brosius, person ID K8HP-BTT. Quality or Certainty of Data: 3&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] Page: accessed 13 Dec 2013), entry for Samuel Irvin Brosius, person ID K8HP-BTT. Quality or Certainty of Data: 3&lt;/ref&gt;\n: Name: Samuel Irvan /Brosius/\n:: Given Name: Samuel Irvan:: Surname: Brosius&lt;ref&gt;Source: [[#S3]] Page: accessed 13 Dec 2013), entry for Irvin Samuel Brosius, person ID K8HP-BTT. Quality or Certainty of Data: 3&lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] Page: accessed 13 Dec 2013), entry for Samuel Irvan Brosius, person ID K8HP-BTT. Quality or Certainty of Data: 3&lt;/ref&gt;\nFound multiple versions of NAME. Using Samuel Irvan /Brosius/.\n\n=== Burial ===\n: Burial:\n:: Date: 29 Mar 1922:: Place: Emerickville Lutheran Cemetery, Emerickville, Jefferson Co., Pennsylvania\n\n=== TAG ===\n: TAG\n\n=== User ID ===\n: User ID: 4395A3A6FA704DFCAFD2751A57B638FD260A\n\n=== FSFTID ===\n: FSFTID L63Y-K8S\n\n=== FSLINK ===\n: FSLINK https://familysearch.org/tree/#view=ancestor&amp;person=L63Y-K8S\n\n=== Data Changed ===\n: Data Changed:\n:: Date: 29 Aug 2014\n::: Time: 11:41\nPrior to import, this record was last changed 11:41 29 Aug 2014.\n\n=== External File ===\n: External File:\n:: Format: jpg:: File: C:\\Users\\Larry J. Smith\\Documents\\Legacy Family Tree\\Media\\Samuel I. Brosius.jpg\n:: Title: Samuel Irvan Brosius\n:: Scrapbook: Y\n:: Primary or Preferred: Y\n:: Type: PHOTO\n\n=== Note ===\n: Note: [[#NI958]]\n\n=== Notes ===: Note &lt;span id='NI958'&gt;NI958&lt;/span&gt;&quot;Pennsylvania, County Marriages, 1885-1950,&quot; index and images, «i»FamilySearch«/i» (https://familysearch.org/pal:/MM9.1.1/VF9S-FQC : accessed 12 Dec 2013), Samuel I. Brosins and Carrie L. Hetrick, 28 Sep 1905; citing Horm Settlement, Jefferson, Pennsylvania, United States, v 20 p 281 rn 7077; FHL microfilm 923831.\n:\n: Death Certificate File Number: 33115. Commonwealth of Pennsylvania.\n\n== Sources ==\n\n&lt;references /&gt;\n* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Abbreviation: FamilySearch (http://new.familysearch.org) Title: &quot;FamilySearch,&quot; database, \\i FamilySearch\\i0   Author: The Church of Jesus Christ of Latter-day Saints Publication: (http://new.familysearch.org) Italicized: Y Paranthetical:Y mUH8IQ fB4OJI sY2QH8
iY2QH8 sLUVU4 whttps://www.WikiTree.com/wiki/Hetrick-164 pCarrie Laeotta qHetrick gf b18870915 z1 d19670224
iO76TF whttps://www.WikiTree.com/wiki/Brosius-154 pGoldie Kathryn qBrosius
iZBZD0 whttps://www.WikiTree.com/wiki/Reitz-207 pDaniel qReitz gm b18040811 vWashington Twp., Northumberland Co., PA z1 d18860109 yRebuck, Northumberland, Pennsylvania, United States of America o== Biography ==\nDaniel was born in 1804. Daniel Reitz ... He passed away in 1886.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* &quot;Find A Grave Index,&quot; database, FamilySearch (https://familysearch.org/ark:/61903/1:1:QVK4-5QWN : 13 December 2015), Daniel W Reitz, 1886; Burial, Rebuck, Northumberland, Pennsylvania, United States of America, Himmel Church Cemetery; citing record ID 34132449, Find a Grave, http://www.findagrave.com. mR9RCG fZ1HR3 sT2ZPT
iT2ZPT sZBZD0 whttps://www.WikiTree.com/wiki/Borrell-55 pSusanna qBorrell gf b18100626 z1 d18810112
iV327V whttps://www.WikiTree.com/wiki/Reitz-198 pElizabeth qReitz gf b18451229 z1 d19191030 yPennsylvania, United States o== Biography ==\n\n&lt;References /&gt;\n* https://www.findagrave.com/memorial/51831004/elizabeth-snyder* Find A Grave, database and images (https://www.findagrave.com : accessed 31 August 2019), memorial page for Elizabeth Reitz Snyder (30 Dec 184530 Oct 1919), Find A Grave Memorial no. 51831004, citing Wolf's Cross Roads Cemetery, Wolfs Crossroads, Northumberland County, Pennsylvania, USA ; Maintained by Grave Hunters (contributor 46978735) . mT2ZPT fZBZD0 sM8TLR
iM8TLR sV327V whttps://www.WikiTree.com/wiki/Snyder-5342 pJared qSnyder gm b18370906 z1 d19050227
iBZ2AD whttps://www.WikiTree.com/wiki/Snyder-5454 pElla F qSnyder gf b18680300 vPennsylvania, United States z1 d19390000 yNorthumberland, Pennsylvania, United States o\n== Biography ==\nElla was born about 1868. Ella was the child of [[Snyder-5342|Jared Snyder]] and [[Reitz-198|Elizabeth Reitz]]. Ella passed away about 1939.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n* https://www.findagrave.com/memorial/51830955/ella-f-clement* Find A Grave, database and images (https://www.findagrave.com : accessed 31 August 2019), memorial page for Ella F Snyder Clement (18671939), Find A Grave Memorial no. 51830955, citing Wolf's Cross Roads Cemetery, Wolfs Crossroads, Northumberland County, Pennsylvania, USA ;Maintained by Grave Hunters (contributor 46978735) . mV327V fM8TLR sV0LYB
iV0LYB sBZ2AD whttps://www.WikiTree.com/wiki/Clement-1354 pIra Benjamin qClement gm b18630902 z1 d19300604
iF3LGB whttps://www.WikiTree.com/wiki/Clement-1369 pMary E. qClement gf b18931224 z1 d19850300 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\nMary was born in 1893. She was the daughter of [[Clement-1354|Ira Clement]] and [[Snyder-5341|Ella Snyder]]. She passed away in 1985.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n* https://www.findagrave.com/memorial/51831052/mary-e-clement* Find A Grave, database and images (https://www.findagrave.com : accessed 31 August 2019), memorial page for Mary E Clement (1895unknown), Find A Grave Memorial no. 51831052, citing Wolf's Cross Roads Cemetery, Wolfs Crossroads, Northumberland County, Pennsylvania, USA ; Maintained by Grave Hunters (contributor 46978735) . mBZ2AD fV0LYB
iTWVMH whttps://www.WikiTree.com/wiki/Clement-1370 pAmanda Ellen qClement gf b18960822 z1 d19690819 yNorthumberland County, Pennsylvania o{{Unsourced}}\n== Biography ==\nAmanda was born in 1896. She was the daughter of [[Clement-1354|Ira Clement]] and [[Snyder-5341|Ella Snyder]]. She passed away in 1969.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mBZ2AD fV0LYB
iL7EMQ whttps://www.WikiTree.com/wiki/Clement-1371 pMabel Adeline qClement gf b18980100 z1 d19810000 o{{Unsourced}}\n== Biography ==\nMabel was born in 1898. She was the daughter of [[Clement-1354|Ira Clement]] and [[Snyder-5341|Ella Snyder]]. She passed away in 1981.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt; mBZ2AD fV0LYB
iHMR9Q whttps://www.WikiTree.com/wiki/Clement-1353 pSamuel qClement
iG2JB0 pAnonymous
iWDQYD whttps://www.WikiTree.com/wiki/Clemens-1199 pEthel qClemens
iO564C pAnonymous
iYVYT8 pAnonymous
iWA5AN pAnonymous
iIJ04J pAnonymous
iECBQE pAnonymous
iULHI9 pAnonymous
iH15HW pAnonymous
iYFIVZ pAnonymous
iFRZDR pAnonymous
iCP13J pAnonymous
iA9MCQ whttps://www.WikiTree.com/wiki/Agosta-2 pJustin qAgosta
iM41XD pAnonymous
iT85WG pAnonymous
iMUL0G pAnonymous
iA7X1A whttps://www.WikiTree.com/wiki/Snyder-11275 pJ Oscar qSnyder gm b18690324 z1 d18930903 yPennsylvania, United States o== Biography ==J was born in 1869. He was the son of [[Snyder-5342|Jared Snyder]] and [[Reitz-198|Elizabeth Reitz]]. He passed away in 1893.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/51891913/j-oscar-snyder* Find A Grave, database and images (https://www.findagrave.com : accessed 31 August 2019), memorial page for J Oscar Snyder (24 Mar 18693 Sep 1893), Find A Grave Memorial no. 51891913, citing Wolf's Cross Roads Cemetery, Wolfs Crossroads, Northumberland County, Pennsylvania,USA ; Maintained by Grave Hunters (contributor 46978735) .\n mV327V fM8TLR
iD4Q6X whttps://www.WikiTree.com/wiki/Snyder-5455 pHannah E. qSnyder gf b18720214 vPennsylvania, United States z1 d19360826 yPennsylvania, United States o== Biography ==\nHannah was born in 1872. She was the daughter of [[Snyder-5342|Jared Snyder]] and [[Reitz-200|Elizabeth Reitz]]. She passed away in 1936.&lt;ref&gt;A source for this information is needed.&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n* &quot;Pennsylvania, County Marriages, 1885-1950,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:VF9P-XC4 : accessed 25 September 2015), David W. Walt and Hannah E. Snyder, 17 Mar 1900; citing Marriage, Pennsylvania, county courthouses, Pennsylvania; FHL microfilm 961,098.\n\n* https://www.findagrave.com/memorial/51893123/hannah-a-walt* Find A Grave, database and images (https://www.findagrave.com : accessed 31 August 2019), memorial page for Hannah A Snyder Walt (14 Feb 187226 Aug 1936), Find A Grave Memorial no. 51893123, citing Wolf'sCross Roads Cemetery, Wolfs Crossroads, Northumberland County, Pennsylvania, USA ; Maintained by Grave Hunters (contributor 46978735) . mV327V fM8TLR
iS7XC9 whttps://www.WikiTree.com/wiki/Snyder-11274 pCharles Louis qSnyder gm b18820000 z1 d19720000 yPennsylvania, United States o== Biography ==Charles was born in 1882. He was the son of [[Snyder-5342|Jared Snyder]] and [[Reitz-198|Elizabeth Reitz]]. He passed away in 1972.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/51892029/charles-louis-snyder* Find A Grave, database and images (https://www.findagrave.com : accessed 31 August 2019), memorial page for Charles Louis Snyder (18821972), Find A Grave Memorial no. 51892029, citing Wolf's Cross Roads Cemetery, Wolfs Crossroads, Northumberland County, Pennsylvania, USA ; Maintained by Grave Hunters (contributor 46978735) . mV327V fM8TLR
iCT45H whttps://www.WikiTree.com/wiki/Reitz-444 pJonathan qReitz gm b18060706 vNorthumberland County, Pennsylvania, USA z1 d18861208 yRebuck, Northumberland, Pennsylvania, USA o== Biography =='''Jonathan''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n6 JUL 1806.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Died'''\n8 DEC 1886.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Buried'''\n8 DEC 1886.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M668'&gt;M668&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(21).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mR9RCG fZ1HR3 sQUVM9
iQUVM9 sCT45H whttps://www.WikiTree.com/wiki/Schmidt-9982 pCatharine qSchmidt gf b18060708 z1 d18890319
iYWG3I whttps://www.WikiTree.com/wiki/Reitz-540 pCatherine Mary qReitz gf b18431105 vPennsylvania, USA z1 d18971002 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Catherine Mary Reitz Byerly (1843-1897) on {{FindAGrave|66452295}} retrieved 30 August 2018 mQUVM9 fCT45H sD37XE
iD37XE sYWG3I whttps://www.WikiTree.com/wiki/Byerly-295 pHenry qByerly gm b18290219 z1 d19140510
iIK2XB whttps://www.WikiTree.com/wiki/Byerly-636 pAaron F. qByerly gm b18620909 vJefferson County, Pennsylvania, USA z1 d19330218 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Aaron F. Byerly (1862-1933) on {{FindAGrave|41001956}} retrieved 30August 2018 mYWG3I fD37XE sUH8IT
iUH8IT sIK2XB whttps://www.WikiTree.com/wiki/Spare-93 pSarah Ann qSpare gf b18680101 vPennsylvania, USA z1 d19580416 yWarren County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Sarah Ann Spare Byerly (1868-1958) on {{FindAGrave|41001977}} retrieved 30 August 2018 mDC5AE fJLE89
iZY9WP whttps://www.WikiTree.com/wiki/Reitz-521 pWilliam qReitz gm b18080813 vUnion Corner, Upper Mahanoy Township, Northumberland, Pennsylvania, United States z1 d18881209 yBeaver Township, Jefferson, Pennsylvania, United States o== Biography ==William was born in 1808 in Upper Mahanoy Township, Northumberland, PA. &lt;ref name=&quot;findagrave&quot;&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 28 August 2018), memorial page for William Reitz (13 Aug 18089 Dec 1888), Find A Grave Memorial no. 44830884, citing Bethlehem Lutheran Cemetery, Ohl, Jefferson County, Pennsylvania, USA ; Maintained by Law-Miller Roots (contributor 47103448)&lt;/ref&gt;\nHis early life was devoted to merchandising, but later turned to agricultural pursuits.&lt;ref name=commem&gt;J.H. Beers &amp; Co (1898). Commemorative biographical record of central Pennsylvania : including the counties of Centre, Clearfield, Jefferson and Clarion. Chicago, IL: J.H. Beers. Pages 1103-4. Retrieved August 28, 2018, from https://archive.org/details/commemorativebio02jhbe_0.&lt;/ref&gt; In 1852&lt;ref name=commem /&gt; or1854,&lt;ref name=jeff&gt;McKnight, W. J. (1917). Jefferson County, Pennsylvania : Her pioneers and people, 1800-1915 (Vol. 2). Chicago, IL: J.H.Beers. Pages 492-3. Retrieved August 28, 2018, from https://archive.org/details/jeffersoncountyp02mckn.&lt;/ref&gt; William and his family moved from Northumberland County to Beaver township, Jefferson County. When he settled there, his 126 acres were mostly virgin forest. Over the years, he cleared more land for cultivation, but stayed active in lumbering operations. His home there was still standing in 1917.&lt;ref name=jeff /&gt;\nWilliam served as township supervisor and held other offices. He and his wife were zealous communicants of the Berkhouse Lutheran Church.&lt;ref name=jeff /&gt; When passed away in 1888, he was buried in the nearby Bethlehem Lutheran Cemetery in Ohl, Jefferson County, Pennsylvania, USA.&lt;ref name=&quot;findagrave&quot; /&gt;\n\n== Family ==\nTen children lived to maturity&lt;ref name=jeff /&gt;* Daniel: prominent lumberman and the owner of a saw mill, lived in Brookville\n* Sarah: wife of Simon Burkhouse\n* [[Reitz-520|Peter L.]]: lived in Beaver township until his death\n* Caroline: wife of John Howe (of Union township), lived in Brookville\n* [[Reitz-522|Lydia]]: wife of Joseph Spare, lived in Clarion county\n* Susanne: wife of Adam Schwab, lived in Clarion county\n* Levi: farmer and hotelkeeper, lived in Brookville\n* Morris: lived on his farm near Shannondale, Clarion\n* Jonathan L.: lived on his father's homestead\n* Margaret: wife of George Shaffer, lived in Clarion\n\n== Sources ==\n&lt;references /&gt; mR9RCG fZ1HR3 sLS40H
iLS40H sZY9WP whttps://www.WikiTree.com/wiki/Liese-38 pAnna Maria qLiese gf b18051116 z1 d18881231
iA2KQY whttps://www.WikiTree.com/wiki/Reitz-543 pSarah qReitz gf b18320418 vNorthumberland County, Pennsylvania, USA z1 d19090206 yClarion County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Sarah Reitz Berkhouse (1832-1909) on {{FindAGrave|164985684}} retrieved 30 August 2018 mLS40H fZY9WP
iYGWVJ whttps://www.WikiTree.com/wiki/Reitz-530 pDaniel qReitz gm b18340113 vNorthumberland County, Pennsylvania, USA z1 d19010413 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==Daniel was born in 1834 in Northumberland, Pennsylvania.&lt;ref name=commem&gt;J.H. Beers &amp; Co (1898). Commemorative biographical record of central Pennsylvania : including the counties of Centre, Clearfield, Jefferson and Clarion. Chicago, IL: J.H. Beers. Pages 1103-4. Retrieved August 28, 2018, from https://archive.org/details/commemorativebio02jhbe_0.&lt;/ref&gt;&lt;ref name=findagrave&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 28 August 2018), memorial page for Daniel Reitz (13 Jan 183413 Apr 1901), Find A Grave Memorial no. 99625763, citing Brookville Cemetery, Brookville, Jefferson County, Pennsylvania, USA ; Maintained by pcarney (contributor 47051010) .&lt;/ref&gt; He was the son of [[Reitz-521|William Reitz]] and [[Liese-38|Anna Liese]].\nIn 1872, he married Mary Lerch Spare.&lt;ref name=commem /&gt; They had no children.\nHe passed away in 1901, and was buried in the Brookville Cemetery.&lt;ref name=findagrave /&gt;\n=== From ''Commemorative biographical record of central Pennsylvania'', 1898 ===He was the second of ten children. At age 24, he left his parent's home and found work in the lumber woods of Jefferson county. He saved money to provide a home for his parents; William had &quot;met with reservesin business.&quot; In 1865, he went to the Pacific coast, spending nearlyseven years traveling in search of his fortune, apparently successfuldespite narrowly escaping &quot;many hostile Indian tribes.&quot; He returned to PA in 1872, purchasing a farm in Beaver township, Jefferson county.\nThat same year, he married Mary Spare, nee Lurch. &quot;For several yearsafter his return, Mr. Reitz was actively engaged in general farming, and for fifteen years served as justice of the peace, during which time he administered and settled many estates.&quot; He was a member of the Masonic order, the I.O.O.F., the Grand Lodge, the Knights of Pythias, the American Mechanics, and the Farmers Alliance.\nHe supported Lincoln in 1860 despite being a Democrat. Starting in 1864, he &quot;entertained Greenback proclivities&quot;. In 1884, he attended theDemocratic and Greenback Congressional Convension, and was nominated for representative, but lost his strongly Republican district. He wasnominated for State Senator in 1896, but declined the honor.\n&quot;No man in Jefferson county stands higher in the estimation of his fellow citizens, or is more deserving their regard than Daniel Reitz.&quot;&lt;ref name=commem /&gt;\n\n== Residence ==In 1850, he lived in Lower Augusta, Northumberland with his parents and 8 siblings.&lt;ref&gt;&quot;United States Census, 1850,&quot; database with images,FamilySearch (https://familysearch.org/ark:/61903/1:1:M4CC-BHT : 12 April 2016), Daniel Reitz in household of William Reitz, Lower Augusta,Northumberland, Pennsylvania, United States; citing family 176, NARA microfilm publication M432 (Washington, D.C.: National Archives and Records Administration, n.d.).&lt;/ref&gt;\nHe does not seem to appear in the 1860 census, perhaps due to his work in the lumber woods, nor in 1870, when he was on the west coast.\nIn 1880, he lived in Beaver township with his wife Mary and his stepdaughter Frances Spare, age 16. His occupation is listed as farmer.&lt;ref&gt;&quot;United States Census, 1880,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MWFK-4TB : 15 July 2017), Daniel Reitz, Beaver, Jefferson, Pennsylvania, United States; citing enumeration district ED 187, sheet 28A, NARA microfilm publication T9 (Washington D.C.: National Archives and Records Administration, n.d.), roll 1136; FHL microfilm 1,255,136.&lt;/ref&gt;\nIn 1900, he lived in Brookville with his wife Mary and his niece Sydney Raymen, age 20. His occupation is listed as real estate agent.&lt;ref&gt;&quot;United States Census, 1900,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M339-HFL : accessed 28 August 2018), Daniel Reitz, Brookville borough, Jefferson, Pennsylvania, United States; citing enumeration district (ED) 59, sheet 6B, family 154, NARAmicrofilm publication T623 (Washington, D.C.: National Archives and Records Administration, 1972.); FHL microfilm 1,241,416.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mLS40H fZY9WP
iPY2QU whttps://www.WikiTree.com/wiki/Reitz-520 pPeter L qReitz gm b18350715 vNorthumberland County, Pennsylvania, USA z1 d19141231 yJefferson County, Pennsylvania, USA o== Biography ==\nPeter was born in 1835. He passed away in 1914.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/44829947/peter-l-reitz mLS40H fZY9WP sX9HIT
iX9HIT sPY2QU whttps://www.WikiTree.com/wiki/Spare-82 pCarolina qSpare gf b18381120 z1 d19080320
iAOGGH whttps://www.WikiTree.com/wiki/Reitz-536 pMary Ellen qReitz gf b18610720 vWorthville, Jefferson County, Pennsylvania, USA z1 d19360102 yReynoldsville, Jefferson County, Pennsylvania, USA o== Biography ==Mary was born in 1861. She was the daughter of [[Reitz-520|Peter Reitz]] and [[Spare-84|Carolina Spare]]. She passed away in 1936.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/35641553/mary-ellen-stormer mX9HIT fPY2QU sLRGTE
iLRGTE sAOGGH whttps://www.WikiTree.com/wiki/Bussard-109 pGeorge W. qBussard gm b18610217 z1 d18981115
iKSSHG whttps://www.WikiTree.com/wiki/Bussard-110 pFrank Edward qBussard gm b18850620 vJefferson County, Pennsylvania, USA z1 d19720531 yDuBois, Clearfield County, Pennsylvania, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Frank Edward Bussard (1885-1972) on {{FindAGrave|35494151}} retrieved 30 August 2018 mAOGGH fLRGTE sB5Z0Y
iB5Z0Y sKSSHG whttps://www.WikiTree.com/wiki/Snyder-9917 pOrpha Lauren qSnyder gf b18870813 z1 d19690815
iOG5S3 whttps://www.WikiTree.com/wiki/Bussard-114 pArnold Eugene qBussard gm b19100412 vReynoldsville, Jefferson County, Pennsylvania, USA z1 d19690418 yYoungstown, Mahoning County, Ohio, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Arnold Eugene Bussard (1910-1969) on {{FindAGrave|35494149}} retrieved 30 August 2018 mB5Z0Y fKSSHG
iHSVV9 whttps://www.WikiTree.com/wiki/Bussard-117 pTerry G qBussard gm b19480715 z1 d20000508 o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Terry G Bussard (1948-2000) on {{FindAGrave|35494153}} retrieved 30August 2018\n fOG5S3
iHTG6E whttps://www.WikiTree.com/wiki/Bussard-116 pDorothy Jane qBussard gf b19160927 vWinslow Township, Jefferson County, Pennsylvania, USA z1 d20080703 yDuBois, Clearfield County, Pennsylvania, USA o== Biography ==* Fact: Burial Reynoldsville Cemetery , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Dorothy Jane Bussard Pifer (1916-2008) on {{FindAGrave|28098884}} retrieved 30 August 2018 mB5Z0Y fKSSHG sNNIEZ
iNNIEZ sHTG6E whttps://www.WikiTree.com/wiki/Pifer-244 pFrederick Gourley qPifer gm b19091216 z1 d19750201
iLS3I8 whttps://www.WikiTree.com/wiki/Pifer-245 pFrederick Gourley qPifer gm b19390710 z1 d20170310 yBowie, Prince George's County, Maryland, USA o== Biography ==* Fact: Burial Maryland Veterans Cemetery - Crownsville , Crownsville, Anne Arundel County, Maryland, USA\n\n== Sources ==\n&lt;references /&gt;* Frederick Gourley Pifer, Jr (1939-2017) on {{FindAGrave|177765213}}retrieved 30 August 2018\n mHTG6E fNNIEZ
iJIMTP whttps://www.WikiTree.com/wiki/Bussard-115 pFrank B qBussard gm b19241116 z1 d20060611 yReynoldsville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Frank B Bussard (1924-2006) on {{FindAGrave|37112405}} retrieved 30August 2018 mB5Z0Y fKSSHG
iO87CG whttps://www.WikiTree.com/wiki/Bussard-111 pWilmer Wilson qBussard gm b18880128 vPansy, Jefferson County, Pennsylvania, USA z1 d19340408 yDuBois, Clearfield County, Pennsylvania, USA o== Biography ==* Fact: Burial Reynoldsville Cemetery , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Wilmer Wilson Bussard (1888-1934) on {{FindAGrave|35641506}} retrieved 30 August 2018 mAOGGH fLRGTE sFISF6
iFISF6 sO87CG whttps://www.WikiTree.com/wiki/Huntington-1437 pMargaret Huntington qHuntington gf b18960615 z1 d19870500
iCVN8E whttps://www.WikiTree.com/wiki/Bussard-118 pMary Margaret qBussard gf b19260524 vReynoldsville, Jefferson County, Pennsylvania, USA z1 d20170330 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Mary Margaret Bussard Steele (1926-2017) on {{FindAGrave|178114492}} retrieved 30 August 2018\n mFISF6 fO87CG
iEJW25 whttps://www.WikiTree.com/wiki/Bussard-113 pElda M qBussard gf b18930421 vReynoldsville, Jefferson County, Pennsylvania, USA z1 d18991219 yReynoldsville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Church of God Cemetery , Emerickville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Elda M Bussard (1893-1899) on {{FindAGrave|35262496}} retrieved 30 August 2018\n mAOGGH fLRGTE
iQDO29 whttps://www.WikiTree.com/wiki/Bussard-112 pNora E qBussard gf b18930421 vReynoldsville, Jefferson County, Pennsylvania, USA z1 d18960116 yReynoldsville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Worthville Cemetery , Worthville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Nora E Bussard (1893-1896) on {{FindAGrave|64024075}} retrieved 30 August 2018\n mAOGGH fLRGTE
iNHSLQ whttps://www.WikiTree.com/wiki/Stormer-47 pMarion M. qStormer gm b18990000 z1 d19600000 o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Marion M. Stormer (1899-1960) on {{FindAGrave|24320731}} retrieved 30 August 2018 mAOGGH fQUORL sPOK3W
iPOK3W sNHSLQ whttps://www.WikiTree.com/wiki/Henery-100 pAlice M. qHenery gf b19040000 z1 d19770000
iMZZ4I whttps://www.WikiTree.com/wiki/Stormer-48 pWilliam H. qStormer gm b19200000 z1 d19780000 o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* William H. Stormer (1920-1978) on {{FindAGrave|128649446}} retrieved 30 August 2018\n mPOK3W fNHSLQ
iDOHBQ whttps://www.WikiTree.com/wiki/Stormer-49 pIrene Ellen qStormer gf b19210514 vReynoldsville, Jefferson County, Pennsylvania, USA z1 d20051019 yDavidsville, Somerset County, Pennsylvania, USA o== Biography ==* Fact: Burial Cedarview Memorial Park , Strattanville, Clarion County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Irene Ellen Stormer Brickner (1921-2005) on {{FindAGrave|65207705}}retrieved 30 August 2018\n mPOK3W fNHSLQ
iJFC0E whttps://www.WikiTree.com/wiki/Reitz-539 pSarah Jane qReitz gf b18631121 z1 d19540529 o== Biography ==* Fact: Burial North Side Cemetery , Butler, Butler County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Sarah Jane Reitz Huber (1863-1954) on {{FindAGrave|102969555}} retrieved 30 August 2018 mX9HIT fPY2QU sVKEA3
iVKEA3 sJFC0E whttps://www.WikiTree.com/wiki/Huber-2970 pCharles C. qHuber gm b18560825 z1 d19420206
iE7O3Z whttps://www.WikiTree.com/wiki/Huber-2973 pEdith M. qHuber gf b18770430 z1 d19491012 o== Biography ==* Fact: Burial North Side Cemetery , Butler, Butler County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Edith M. Huber (1877-1949) on {{FindAGrave|102969551}} retrieved 30August 2018\n mJFC0E fVKEA3
iHP3XH whttps://www.WikiTree.com/wiki/Huber-2972 pFlorence qHuber gf b18910414 z1 d19771000 o== Biography ==* Fact: Burial North Side Cemetery , Butler, Butler County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Florence Huber Noble (1891-1977) on {{FindAGrave|102972250}} retrieved 30 August 2018 mJFC0E fVKEA3
iUGPLS whttps://www.WikiTree.com/wiki/Huber-2971 pWilliam Charles qHuber gm b19081110 z1 d19230515 o== Biography ==* Fact: Burial North Side Cemetery , Butler, Butler County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* William Charles Huber (1908-1923) on {{FindAGrave|102969556}} retrieved 30 August 2018\n mJFC0E fVKEA3
iW2HUW whttps://www.WikiTree.com/wiki/Reitz-538 pEmery A qReitz gm b18661125 vPennsylvania, USA z1 d18760831 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Emery A Reitz (1866-1876) on {{FindAGrave|44830940}} retrieved 30 August 2018 mX9HIT fPY2QU
iLYAX0 whttps://www.WikiTree.com/wiki/Reitz-519 pEdwin Allen qReitz gm b18731208 vBrookville, Jefferson County, Pennsylvania, USA z1 d19590624 yStrattanville, Clarion County, Pennsylvania, USA o== Biography ==\nEdwin was born in 1873. He passed away in 1959.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/80047021/edwin-allen-reitz mX9HIT fPY2QU sGBZ82
iGBZ82 sLYAX0 whttps://www.WikiTree.com/wiki/Rice-12529 pElizabeth qRice gf b18800430 z1 d19410511
iMA6T0 whttps://www.WikiTree.com/wiki/Reitz-534 pEdna Aldine qReitz gf b18990304 vButler County, Pennsylvania, USA z1 d19550912 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==Edna was born in 1899. She was the daughter of [[Reitz-519|Edwin Reitz]] and [[Rice-12529|Elizabeth Rice]]. She passed away in 1955.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/36048545/edna-aldine-miller mGBZ82 fLYAX0 sKRFWV
iKRFWV sMA6T0 whttps://www.WikiTree.com/wiki/Miller-59246 pWilliam Robert qMiller gm b18980507 z1 d19690119
iBZXQS whttps://www.WikiTree.com/wiki/Miller-59435 pRobert Wesley qMiller gm b19280129 vBrookville, Jefferson, Pennsylvania z1 d20180128 yBrookville, Jefferson, Pennsylvania o== Biography ==Robert was born in 1928. He was the son of [[Miller-59246|William Miller]] and [[Reitz-534|Edna Reitz]]. He passed away in 2018.\n== Sources ==\n&lt;references /&gt;\n* http://www.explorejeffersonpa.com/robert-bob-wesley-miller/ mMA6T0 fKRFWV
iKZ8HN whttps://www.WikiTree.com/wiki/Reitz-518 pGeorge Irwin qReitz gm b19000807 vEmerickville, Jefferson, Pennsylvania, USA z1 d19881217 yEmerickville, Jefferson, Pennsylvania, USA o== Biography ==\nGeorge was born in 1900. He passed away in 1988.\n== Sources ==\n&lt;references /&gt;\n* Information from his daughter-in-law's personal records\n* https://www.findagrave.com/memorial/82129055/george-irwin-reitz\n* http://www.pa-roots.com/jefferson/historicbrookville/a73.html mGBZ82 fLYAX0 sW44N9
iW44N9 sKZ8HN whttps://www.WikiTree.com/wiki/Dempsey-1780 pAlthea Lavana qDempsey gf b18991114 z1 d19830000
iEATVL whttps://www.WikiTree.com/wiki/Reitz-532 pAlton George qReitz gm b19240624 vPennsylvania, USA z1 d19900228 yPennsylvania, USA o== Biography ==Alton was born in 1924. He was the son of [[Reitz-518|George Reitz]] and [[Dempsey-1780|Althea Dempsey]]. He passed away in 1990.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/115305887/alton-george-reitz\n mW44N9 fKZ8HN
iBQDJB whttps://www.WikiTree.com/wiki/Reitz-531 pLenora A qReitz gf b19260301 vBrookville, Jefferson County, Pennsylvania, USA z1 d20000327 yClarion, Clarion County, Pennsylvania, USA o== Biography ==Lenora was born in 1926. She was the daughter of [[Reitz-518|George Reitz]] and [[Dempsey-1780|Althea Dempsey]]. She passed away in 2000.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/65271686/lenora-a.-weaver mW44N9 fKZ8HN sT9TGR
iT9TGR sBQDJB whttps://www.WikiTree.com/wiki/Weaver-9656 pRonald E. qWeaver gm b19220129 z1 d20081210
iTZZ1M whttps://www.WikiTree.com/wiki/Weaver-9660 pRobert Ray qWeaver gm b19531002 z1 d20170429 o== Biography ==* Fact: Burial Saint Charles Cemetery , New Bethlehem, Clarion County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Robert Ray “Bob” Weaver (1953-2017) on {{FindAGrave|178912564}}retrieved 31 August 2018\n mBQDJB fT9TGR
iLIMN2 whttps://www.WikiTree.com/wiki/Reitz-517 pLawrence qReitz
iCOR14 pAnonymous
iAFU8M pAnonymous
iYEMSZ pAnonymous
iRUG13 whttps://www.WikiTree.com/wiki/Reitz-515 pZachary qReitz
iFSS7J whttps://www.WikiTree.com/wiki/Reitz-535 pCaroline F. qReitz gf b19020821 z1 d19820710 o== Biography ==Caroline was born in 1902. She was the daughter of [[Reitz-519|Edwin Reitz]] and [[Rice-12529|Elizabeth Rice]]. She passed away in 1982.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/80047219/caroline-f-reitz\n mGBZ82 fLYAX0
iWNSH0 whttps://www.WikiTree.com/wiki/Reitz-533 pMartha E qReitz gf b19040830 vButler County, Pennsylvania, USA z1 d19940528 yPennsylvania, USA o== Biography ==Martha was born in 1904. She was the daughter of [[Reitz-519|Edwin Reitz]] and [[Rice-12529|Elizabeth Rice]]. She passed away in 1994.\n== Sources ==\n&lt;references /&gt;\n* https://www.findagrave.com/memorial/51669953/martha-e-shick mGBZ82 fLYAX0
iHKF2B whttps://www.WikiTree.com/wiki/Reitz-537 pNina L qReitz gf b18820426 vJefferson County, Pennsylvania, USA z1 d19320110 yReynoldsville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Nina L Reitz Hetrick (1882-1932) on {{FindAGrave|94963431}} retrieved 30 August 2018 mX9HIT fPY2QU sN95WA
iN95WA sHKF2B whttps://www.WikiTree.com/wiki/Hetrick-350 pLewis Roland qHetrick gm b18780917 z1 d19600426
iZ3GU2 whttps://www.WikiTree.com/wiki/Hetrick-352 pOrpha Hetrick qHetrick gf b19040824 z1 d19630812 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Orpha Hetrick Edwards (1904-1963) on {{FindAGrave|94964366}} retrieved 30 August 2018\n mHKF2B fN95WA
iNS75A whttps://www.WikiTree.com/wiki/Hetrick-351 pFlorence E qHetrick gf b19100317 z1 d19261023 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Florence E Hetrick (1910-1926) on {{FindAGrave|94963727}} retrieved30 August 2018\n mHKF2B fN95WA
iQSV3K whttps://www.WikiTree.com/wiki/Reitz-544 pCaroline qReitz gf b18380704 vPennsylvania, USA z1 d19120305 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Mount Pleasant Independent Cemetery , Corsica, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Caroline Reitz Howe (1838-1912) on {{FindAGrave|51421546}} retrieved 30 August 2018 mLS40H fZY9WP sS4CP3
iS4CP3 sQSV3K whttps://www.WikiTree.com/wiki/Howe-9175 pJohn qHowe gm b18281021 z1 d19080619
iKA277 whttps://www.WikiTree.com/wiki/Howe-9176 pMary Della qHowe gf b18610000 vPennsylvania, USA z1 d18990000 o== Biography ==* Fact: Burial Fair View Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Mary Della Howe Hindman (1861-1899) on {{FindAGrave|53814495}} retrieved 30 August 2018 mQSV3K fS4CP3 sV3K9P
iV3K9P sKA277 whttps://www.WikiTree.com/wiki/Hindman-380 pJoseph W qHindman gm b18530000 z1 d19240000
iB2KUA whttps://www.WikiTree.com/wiki/Hindman-381 pMinnie A. qHindman gf b18851124 vJefferson County, Pennsylvania, USA z1 d19670409 yVancouver, Clark County, Washington, USA o== Biography ==* Fact: Burial West Klickitat District 01 Cemetery , White Salmon, Klickitat County, Washington, USA\n\n== Sources ==\n&lt;references /&gt;* Minnie A. Hindman Read (1885-1967) on {{FindAGrave|35923422}} retrieved 30 August 2018 mKA277 fV3K9P sX4J1H
iX4J1H sB2KUA whttps://www.WikiTree.com/wiki/Read-4497 pWilliam Harley qRead gm b18770519 z1 d19410403
iB5KGX whttps://www.WikiTree.com/wiki/Read-4498 pWern Hedburg qRead gm b19071123 vHay Springs, Sheridan County, Nebraska, USA z1 d19880403 yLyle, Klickitat County, Washington, USA o== Biography ==* Fact: Burial West Klickitat District 01 Cemetery , White Salmon, Klickitat County, Washington, USA\n\n== Sources ==\n&lt;references /&gt;* Wern Hedburg Read (1907-1988) on {{FindAGrave|35923458}} retrieved 30 August 2018\n mB2KUA fX4J1H
iJGRT1 whttps://www.WikiTree.com/wiki/Simms-1672 pM. Lauretta qSimms gf b19130918 z1 d19980906 o== Biography ==* Fact: Burial West Klickitat District 01 Cemetery , White Salmon, Klickitat County, Washington, USA\n\n== Sources ==\n&lt;references /&gt;* M. Lauretta Simms Read (1913-1998) on {{FindAGrave|35923476}} retrieved 30 August 2018\n mB2KUA fX4J1H
iGCJG7 whttps://www.WikiTree.com/wiki/Hindman-382 pWilliam Clyde qHindman gm b18900000 z1 d19600000 o== Biography ==* Fact: Burial Saint Marys Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* William Clyde Hindman (1890-1960) on {{FindAGrave|66064941}} retrieved 30 August 2018 mKA277 fV3K9P sGTH3Z
iGTH3Z sGCJG7 whttps://www.WikiTree.com/wiki/Peters-9670 pArdena Johanna qPeters gf b19010000 z1 d19930000
iH3Q5W whttps://www.WikiTree.com/wiki/Hindman-389 pWilliam Delmer qHindman gm b19260329 vHay Springs, Sheridan County, Nebraska, USA z1 d20161014 yHay Springs, Sheridan County, Nebraska, USA o== Biography ==* Fact: Burial Fair View Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* William Delmer “Delmer” Hindman (1926-2016) on {{FindAGrave|171421060}} retrieved 30 August 2018 mGTH3Z fGCJG7 sRYRU4
iRYRU4 sH3Q5W whttps://www.WikiTree.com/wiki/Nadobny-2 pFlorence Marie qNadobny gf b19330430 z1 d20170813
iTKWTI whttps://www.WikiTree.com/wiki/Hindman-390 pTimothy William qHindman gm b19630604 vGordon, Sheridan County, Nebraska, USA z1 d20110220 ySaunders County, Nebraska, USA o== Biography ==* Fact: Burial Saint Marys Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Timothy William “Tim” Hindman (1963-2011) on {{FindAGrave|66064072}} retrieved 30 August 2018 mRYRU4 fH3Q5W sCC49Y
iCC49Y sTKWTI whttps://www.WikiTree.com/wiki/McNeff-36 pToni R. qMcNeff gf b19650713 z1 d20110220
iOVA5G whttps://www.WikiTree.com/wiki/Hindman-392 pArdena Pauline qHindman gf b19980627 vLincoln, Lancaster County, Nebraska, USA z1 d20110220 ySaunders County, Nebraska, USA o== Biography ==* Fact: Burial Saint Marys Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Ardena Pauline Hindman (1998-2011) on {{FindAGrave|66064125}} retrieved 30 August 2018\n mCC49Y fTKWTI
iA6BLD whttps://www.WikiTree.com/wiki/Hindman-391 pJessica Eileen qHindman gf b20010725 z1 d20050427 o== Biography ==* Fact: Burial Saint Marys Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Jessica Eileen Hindman (2001-2005) on {{FindAGrave|66064085}} retrieved 30 August 2018\n mCC49Y fTKWTI
iSYKGH whttps://www.WikiTree.com/wiki/Hindman-388 pDean Raymond qHindman gm b19300510 z1 d19910322 o== Biography ==* Fact: Burial Fairview Cemetery , Scottsbluff, Scotts Bluff County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Dean Raymond Hindman (1930-1991) on {{FindAGrave|75584970}} retrieved 30 August 2018 mGTH3Z fGCJG7 sWZT6E
iWZT6E sSYKGH whttps://www.WikiTree.com/wiki/Fankhouser-2 pEvelyn Lorraine qFankhouser gf b19330103 z1 d20150201
iBQKLX whttps://www.WikiTree.com/wiki/Hindman-393 pJames Dean qHindman gm b19530623 vScottsbluff, Scotts Bluff County, Nebraska, USA z1 d19910205 yUSA o== Biography ==* Fact: Burial Fairview Cemetery , Scottsbluff, Scotts Bluff County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* James Dean Hindman (1953-1991) on {{FindAGrave|125992403}} retrieved 30 August 2018\n mWZT6E fSYKGH
iGVQZR whttps://www.WikiTree.com/wiki/Hindman-383 pClaude F qHindman gm b18920000 z1 d19620000 o== Biography ==* Fact: Burial Fair View Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Claude F Hindman (1892-1962) on {{FindAGrave|53814527}} retrieved 30 August 2018 mKA277 fV3K9P sJ18X0
iJ18X0 sGVQZR whttps://www.WikiTree.com/wiki/Steltenpohl-13 pElsa Anna qSteltenpohl gf b18950000 z1 d19830000
iCQ209 whttps://www.WikiTree.com/wiki/Hindman-387 pVernon N qHindman gm b19240602 z1 d19830100 o== Biography ==* Fact: Burial Fair View Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Vernon N Hindman (1924-1983) on {{FindAGrave|55345973}} retrieved 30 August 2018\n mJ18X0 fGVQZR
iAKVBG whttps://www.WikiTree.com/wiki/Hindman-386 pIvan M. qHindman gm b19291216 z1 d20120413 yHay Springs, Sheridan County, Nebraska, USA o== Biography ==* Fact: Burial Fair View Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Ivan M. Hindman (1929-2012) on {{FindAGrave|88461468}} retrieved 30August 2018\n mJ18X0 fGVQZR
iTCD3N whttps://www.WikiTree.com/wiki/Hindman-384 pMichael W. qHindman gm b18940808 vHay Springs, Sheridan County, Nebraska, USA z1 d19880717 yHay Springs, Sheridan County, Nebraska, USA o== Biography ==* Fact: Burial Fair View Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Michael W. “Mike” Hindman (1894-1988) on {{FindAGrave|55344620}} retrieved 30 August 2018 mKA277 fV3K9P sJUVXM
iJUVXM sTCD3N whttps://www.WikiTree.com/wiki/Peters-9669 pDelia M qPeters gf b18991102 z1 d19921007
iESBRZ whttps://www.WikiTree.com/wiki/Hindman-385 pDonna Maxine qHindman gf b19240322 vHay Springs, Sheridan County, Nebraska, USA z1 d20170719 yHay Springs, Sheridan County, Nebraska, USA o== Biography ==* Fact: Burial Saint Marys Cemetery , Rushville, Sheridan County, Nebraska, USA\n\n== Sources ==\n&lt;references /&gt;* Donna Maxine Hindman Kearns (1924-2017) on {{FindAGrave|181543795}}retrieved 30 August 2018 mJUVXM fTCD3N
iGSFU3 whttps://www.WikiTree.com/wiki/Howe-9177 pAnna Barbara qHowe gf b18621108 vJefferson County, Pennsylvania, USA z1 d19290208 yCorsica, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Mount Pleasant Independent Cemetery , Corsica, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Anna Barbara Howe Orcutt (1862-1929) on {{FindAGrave|51422822}} retrieved 30 August 2018 mQSV3K fS4CP3 sV75B0
iV75B0 sGSFU3 whttps://www.WikiTree.com/wiki/Orcutt-531 pEdgar Francis qOrcutt gm b18560809 z1 d19390219
iU2PJR whttps://www.WikiTree.com/wiki/Orcutt-532 pDwight Elmer qOrcutt gm b18810427 vPennsylvania, USA z1 d19610312 yWarren County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery , Warren, Warren County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Dwight Elmer Orcutt (1881-1961) on {{FindAGrave|143399527}} retrieved 30 August 2018 mGSFU3 fV75B0 sP0OCK
iP0OCK sU2PJR whttps://www.WikiTree.com/wiki/Kahle-258 pNettie Magaretta qKahle gf b18880918 z1 d19550927
iXM7ZC whttps://www.WikiTree.com/wiki/Orcutt-536 pEverett A. qOrcutt gm b19050000 z1 d19800000 o== Biography ==* Fact: Burial Oakland Cemetery , Warren, Warren County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Everett A. Orcutt (1905-1980) on {{FindAGrave|98280040}} retrieved 30 August 2018 mP0OCK fU2PJR sGGMDF
iGGMDF sXM7ZC whttps://www.WikiTree.com/wiki/Harison-13 pEvelyn R. qHarison gf b19120000 z1 d19780000
iY0NT1 whttps://www.WikiTree.com/wiki/Orcutt-538 pRodney qOrcutt gm b19330112 vPennsylvania, USA z1 d19380611 yWarren County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery , Warren, Warren County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Rodney Orcutt (1933-1938) on {{FindAGrave|96316510}} retrieved 30 August 2018\n mGGMDF fXM7ZC
iOK3WD whttps://www.WikiTree.com/wiki/Orcutt-537 pDonald W qOrcutt gm b19120605 z1 d19620304 yWarren, Warren County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery , Warren, Warren County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Donald W Orcutt (1912-1962) on {{FindAGrave|100636219}} retrieved 30 August 2018\n mP0OCK fU2PJR
iF3WJK whttps://www.WikiTree.com/wiki/Orcutt-535 pEmery F qOrcutt gm b19140823 vClarington, Forest County, Pennsylvania, USA z1 d19831103 yErie, Erie County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery , Warren, Warren County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Emery F Orcutt (1914-1983) on {{FindAGrave|96717512}} retrieved 30 August 2018\n mP0OCK fU2PJR
iIT3QD whttps://www.WikiTree.com/wiki/Orcutt-533 pTwila Elizabeth qOrcutt gf b18821103 vCorsica, Jefferson County, Pennsylvania, USA z1 d19640612 yManor Ridge, Lancaster County, Pennsylvania, USA o== Biography ==* Fact: Burial Brush Creek Cemetery , Irwin, Westmoreland County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Twila Elizabeth Orcutt Leathers (1882-1964) on {{FindAGrave|92914576}} retrieved 30 August 2018 mGSFU3 fV75B0 sA84U4
iA84U4 sIT3QD whttps://www.WikiTree.com/wiki/Leathers-583 pFranklin Clarence qLeathers gm b18750000 z1 d19460000
iQJ5CS whttps://www.WikiTree.com/wiki/Leathers-584 pEdgar Orcutt qLeathers gm b19120804 vPennsylvania, USA z1 d19130324 yPennsylvania, USA o== Biography ==* Fact: Burial Brush Creek Cemetery , Irwin, Westmoreland County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Edgar Orcutt Leathers (1912-1913) on {{FindAGrave|92918147}} retrieved 30 August 2018\n mIT3QD fA84U4
iJ95LZ whttps://www.WikiTree.com/wiki/Orcutt-534 pWade Bernard qOrcutt gm b18860624 vJefferson County, Pennsylvania, USA z1 d19690800 o== Biography ==* Fact: Burial Mount Tabor Cemetery , Sigel, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Wade Bernard Orcutt (1886-1969) on {{FindAGrave|93633973}} retrieved 30 August 2018 mGSFU3 fV75B0
iYJPL2 whttps://www.WikiTree.com/wiki/Howe-9178 pEmery E qHowe gm b18640000 vCorsica, Jefferson County, Pennsylvania, USA z1 d18980000 o== Biography ==* Fact: Burial Mount Pleasant Independent Cemetery , Corsica, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Emery E Howe (1864-1898) on {{FindAGrave|51421850}} retrieved 30 August 2018 mQSV3K fS4CP3 sZ6V7U
iZ6V7U sYJPL2 whttps://www.WikiTree.com/wiki/McCool-388 pBelle qMcCool gf b18701010 z1 d19650000
iF5DAS whttps://www.WikiTree.com/wiki/Howe-9181 pVerna L. qHowe gf b18900327 vJefferson County, Pennsylvania, USA z1 d19300126 yNew Castle, Lawrence County, Pennsylvania, USA o== Biography ==* Fact: Burial Graceland Cemetery , New Castle, Lawrence County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Verna L. Howe McEntire (1890-1930) on {{FindAGrave|186639592}} retrieved 30 August 2018 mZ6V7U fYJPL2
iFIL3R whttps://www.WikiTree.com/wiki/Howe-9179 pJeanette qHowe gf b18650904 vCorsica, Jefferson County, Pennsylvania, USA z1 d19481118 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Mount Pleasant Independent Cemetery , Corsica, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Jeanette Howe (1865-1948) on {{FindAGrave|51421431}} retrieved 30 August 2018\n mQSV3K fS4CP3
iPEAPV whttps://www.WikiTree.com/wiki/Howe-9180 pE. Katherine qHowe gf b18740424 vCorsica, Jefferson County, Pennsylvania, USA z1 d19630213 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Mount Pleasant Independent Cemetery , Corsica, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* E Katherine Howe (1874-1963) on {{FindAGrave|51421704}} retrieved 30 August 2018\n mQSV3K fS4CP3
iDC5AE whttps://www.WikiTree.com/wiki/Reitz-522 pLydia qReitz gf b18401204 vLower Augusta Township, Northumberland, Pennsylvania, United States z1 d19320819 yClarion, Pennsylvania, United States o== Biography ==\n\nShe was buried at the Bethlehem Lutheran Cemetery, Ohl, Beaver Township, Jefferson, Pennsylvania, United States. &lt;ref&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 30 August 2018), memorial page for Lydia Reitz Spare (4 Dec 184019 Aug 1932), Find A Grave Memorial no. 95464021, citing Bethlehem Lutheran Cemetery, Ohl, Jefferson County, Pennsylvania, USA ; Maintained by Cindy Wadding (contributor 47466513) .&lt;/ref&gt;\n\n== Family ==In 1860, she lived in Beaver Township, Jefferson, Pennsylvania with her husband on their farm.&lt;ref&gt;&quot;United States Census, 1860&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MXRZ-6YV : 13 December 2017), Joseph Sparr, 1860.&lt;/ref&gt;\nIn 1870, she lived in Beaver Township, Jefferson, Pennsylvania with her husband on their farm. They lived with the following children: Morris, 7; Caroline, 4; Sarah, 3; Savilla; 0.&lt;ref&gt;&quot;United States Census, 1870,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MZPD-7CG : 12 April 2016), Joseph Spare, Pennsylvania, United States; citing p. 15, family 109, NARA microfilm publication M593 (Washington D.C.: National Archives and Records Administration, n.d.);FHL microfilm 552,851.&lt;/ref&gt;\nIn 1880, she lived in Beaver Township, Jefferson, Pennsylvania with her husband on their farm. They lived with the following children: Morris, 16; Salina, 14; Sarah, 12; Savilla, 10; Ida, 8; Daniel, 2; Elizabeth, 0.&lt;ref&gt;&quot;United States Census, 1880,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MWFK-CPM : 15 July 2017), Joseph Spare, Beaver, Jefferson, Pennsylvania, United States; citing enumeration district ED 187, sheet 30A, NARA microfilm publication T9 (Washington D.C.: National Archives and Records Administration, n.d.), roll 1136; FHL microfilm 1,255,136.&lt;/ref&gt;\nIn 1900, she lived in Beaver Township, Jefferson, Pennsylvania with her husband on their farm. They lived with two daughters, Lizzie, 20 and Dora, 17.&lt;ref&gt;&quot;United States Census, 1900,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M33M-YZZ : accessed 28 August 2018), Joseph Spare, Beaver Township, Jefferson, Pennsylvania, United States; citing enumeration district (ED) 54, sheet 7B, family 124, NARA microfilm publication T623 (Washington, D.C.: National Archives and Records Administration, 1972.); FHL microfilm 1,241,416.&lt;/ref&gt;\nIn 1910, he lived in Beaver Township, Jefferson, Pennsylvania with her husband on their farm.&lt;ref&gt;&quot;United States Census, 1910,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MG3X-34L : accessed 28 August 2018), Joseph Spare, Beaver, Jefferson, Pennsylvania, United States; citing enumeration district (ED) ED 63, sheet 11A, family 212, NARA microfilm publication T624 (Washington D.C.: National Archives and Records Administration, 1982), roll 1351; FHL microfilm 1,375,364.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mLS40H fZY9WP sJLE89
iJLE89 sDC5AE whttps://www.WikiTree.com/wiki/Spare-85 pJoseph qSpare gm b18360813 z1 d19130313
iTPO4Q whttps://www.WikiTree.com/wiki/Spare-83 pIda Minerva qSpare gf b18720329 vBeaver Township, Jefferson, Pennsylvania, United States z1 d19570422 yJefferson, Pennsylvania, United States o== Biography ==Ida Minerva Spare was born in Beaver Township, Jefferson, Pennsylvania on March 29, 1872.&lt;ref name=marriage&gt;&quot;Pennsylvania, County Marriages, 1885-1950&quot;, database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:VF94-BWC : 4 November 2017), Ervin Shaffer and IdaSpare, 1893.&lt;/ref&gt;&lt;ref name=findagrave&gt;Find A Grave, database and images (https://www.findagrave.com : accessed 29 August 2018), memorial page for Ida Minerva Spare Shaffer (29 Mar 187222 Apr 1957), Find A Grave Memorial no. 43975796, citing Saint Matthews Evangelical Lutheran Cemetery, Ramsaytown, Jefferson County, Pennsylvania, USA ; Maintained by Beverly Osman Morris (contributor 47031897) .&lt;/ref&gt;\nShe married Irvin Daniel Shaffer on June 23, 1893 in Jefferson County, PA at the age of 21.&lt;ref name=marriage /&gt;\nShe died April 22, 1957 and was buried next to her husband at Saint Matthews Evangelical Lutheran Cemetery, Ramsaytown, Jefferson County, Pennsylvania.&lt;ref name=findagrave /&gt;\n\n=== Obituary ===&quot;Services Held for Mrs. Ida Shaffer.&lt;ref&gt;&quot;Mrs. Ida Shaffer,&quot; obituary, Brookville American, 25 April 1957. Transcription received from https://www.findagrave.com/memorial/43975796.&lt;/ref&gt;\n&quot;Funeral services for Mrs. Ida Minerva Shaffer, of Brookville R. D. 3, were held yesterday, Wednesday April 24, in the Reitz Funeral Home in Brookville. The Rev. A. F. Thomas officiated and interment was in St. Matthews Cemetery. Mrs. Shaffer, who was 23 days past her 85th birthday anniversary, died Monday, April 22, 1957, at 4:15 p.m. in her residence in Brookville R. D. 3.\n&quot;Born in Beaver township, Jefferson county, on March 29, 1872, she was a daughter of Joseph and Lydia (Reitz) Spare.\n\n&quot;She was married to Irvin D. Shaffer in June of 1893.\n&quot;Five children were born to them. One child and her husband preceded her in death.Surviving children are Perry D. Shaffer, Mrs. Jennie Kennedy, Leo E. Schaffer and Clarence C. Shaffer, all residents of Brookville R. D. 2.Also surviving are 22 grandchildren and 18 great-grandchildren. Survivors include one sister, Mrs. Sara Byerly, of Warren, Pa., and a brother, Daniel Spare, of Summerville R. D. Mrs. Shaffer was a member of the Lutheran church.&quot;\n\n== Residences ==In 1880, Ida lived in Beaver Twp., Jefferson Co. with her parents andsix siblings.&lt;ref&gt;&quot;United States Census, 1880,&quot; database with images,FamilySearch (https://familysearch.org/ark:/61903/1:1:MWFK-CPM : 15 July 2017), Joseph Spare, Beaver, Jefferson, Pennsylvania, United States; citing enumeration district ED 187, sheet 30A, NARA microfilm publication T9 (Washington D.C.: National Archives and Records Administration, n.d.), roll 1136; FHL microfilm 1,255,136.&lt;/ref&gt;In 1900, Ida [N?] lived in Knox Twp., Jefferson Co., with her husbandIrvin and three children: Pery S, 4; Agnes, 3; and Jennie [W?], 1. Heis listed as a farmer.&lt;ref&gt;&quot;United States Census, 1900,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M339-GWL : accessed 29 August 2018), Irvin Shaffer, Knox Township Knoxdale, Jefferson, Pennsylvania, United States; citing enumeration district (ED) 65, sheet 9B, family 173, NARA microfilm publication T623 (Washington, D.C.: National Archives and Records Administration, 1972.); FHL microfilm 1,241,416.&lt;/ref&gt;\nIn 1910, Ida lived in Knox Twp., Jefferson Co., with her husband Irvin and four children: Perry, 15; Twila, 13; Jennie, 11; Leo, 3. He worked as a farmer.&lt;ref&gt;&quot;United States Census, 1910,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:MG3F-3DC : accessed 29 August 2018), Irvin Shaffer, Knox, Jefferson, Pennsylvania, United States; citing enumeration district (ED) ED 74, sheet 7A, family106, NARA microfilm publication T624 (Washington D.C.: National Archives and Records Administration, 1982), roll 1351; FHL microfilm 1,375,364.&lt;/ref&gt;\nIn 1920, ''Ida Shafer'' lived in Knox Twp., Jefferson Co., with her husband Irvin and two sons, Leo and Clerence.&lt;ref&gt;&quot;United States Census, 1920,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:M6Y3-DBB : accessed 29 August 2018), Irvin Shafer, Knox, Jefferson, Pennsylvania, United States; citing ED 149, sheet A, line42, family 450, NARA microfilm publication T625 (Washington D.C.: National Archives and Records Administration, 1992), roll 1575; FHL microfilm 1,821,575.&lt;/ref&gt;\nIn 1930, Ida M lived in Knox Twp., Jefferson Co., with her husband ''Irwin'' and son Clarance. He was a &quot;farm laborer&quot;.&lt;ref&gt;&quot;United States Census, 1930,&quot; database with images, FamilySearch (https://familysearch.org/ark:/61903/1:1:XH3J-9XG : accessed 29 August 2018), Irwin Shaffer, Knox, Jefferson, Pennsylvania, United States; citing enumeration district (ED) ED 15, sheet 1B, line 53, family 13, NARA microfilm publication T626 (Washington D.C.: National Archives and Records Administration, 2002), roll 2047; FHL microfilm 2,341,781.&lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt; mDC5AE fJLE89 sM26M3
iM26M3 sTPO4Q whttps://www.WikiTree.com/wiki/Shaffer-3516 pIrvin Daniel qShaffer gm b18710401 z1 d19310223
iXBYI4 whttps://www.WikiTree.com/wiki/Shaffer-3532 pPerry Dallas qShaffer gm b18940505 z1 d19860100 o== Biography ==* Fact: Burial Knoxdale Mount Pleasant Cemetery , Knox Dale, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Perry Dallas Shaffer (1894-1986) on {{FindAGrave|68417489}} retrieved 30 August 2018 mTPO4Q fM26M3 sQ6TB9
iQ6TB9 sXBYI4 whttps://www.WikiTree.com/wiki/Spare-97 pAlice R. qSpare gf b18940621 z1 d19780900
iE49HJ whttps://www.WikiTree.com/wiki/Shaffer-3535 pJenny Minerva qShaffer gf b19200611 vRamsaytown, Jefferson County, Pennsylvania, USA z1 d19940512 yDuBois, Clearfield County, Pennsylvania, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Jenny Minerva Shaffer Bish (1920-1994) on {{FindAGrave|23258367}} retrieved 30 August 2018 mQ6TB9 fXBYI4 sVKFGO
iVKFGO sE49HJ whttps://www.WikiTree.com/wiki/Bish-192 pJoe R. qBish gm b19111105 z1 d19910519
iPLLRL whttps://www.WikiTree.com/wiki/Bish-193 pRex A qBish gm b19620000 z1 d20011222 yJohnstown, Cambria County, Pennsylvania, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Rex A Bish (1962-2001) on {{FindAGrave|130374048}} retrieved 30 August 2018\n mE49HJ fVKFGO
iL5ZTE whttps://www.WikiTree.com/wiki/Shaffer-3537 pRussell Irvin qShaffer gm b19260707 z1 d19900712 o== Biography ==* Fact: Burial Saint Johns Cemetery Windy Hill , Stanton, JeffersonCounty, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Russell Irvin Shaffer (1926-1990) on {{FindAGrave|124758146}} retrieved 30 August 2018 mQ6TB9 fXBYI4
iKMMNU whttps://www.WikiTree.com/wiki/Shaffer-3538 pMary Irene qShaffer gf b19280724 z1 d19931217 o== Biography ==* Fact: Burial Meade Chapel Cemetery , Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Mary Irene Shaffer Gifford (1928-1993) on {{FindAGrave|120124554}} retrieved 30 August 2018 mQ6TB9 fXBYI4
iWE9K8 whttps://www.WikiTree.com/wiki/Shaffer-3533 pTwila Agnes qShaffer gf b18961103 z1 d19210812 o== Biography ==* Fact: Burial Saint Matthews Evangelical Lutheran Cemetery , Ramsaytown, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Twila Agnes Shaffer (1896-1921) on {{FindAGrave|43975775}} retrieved 30 August 2018\n mTPO4Q fM26M3
iLGAEP whttps://www.WikiTree.com/wiki/Shaffer-3534 pJennie Luella qShaffer gf b18990411 vJefferson County, Pennsylvania, USA z1 d19951203 yPunxsutawney, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Old Ebenezer Cemetery , Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Jennie Luella Shaffer Kennedy (1899-1995) on {{FindAGrave|47793069}} retrieved 30 August 2018 mTPO4Q fM26M3 sIGMG1
iIGMG1 sLGAEP whttps://www.WikiTree.com/wiki/Kennedy-14548 pAlvin Vance qKennedy gm b18980206 z1 d19700208
iWLJ4T whttps://www.WikiTree.com/wiki/Kennedy-14552 pRonald Vance qKennedy gm b19200213 vRamsaytown, Jefferson County, Pennsylvania, USA z1 d20080108 yPunxsutawney, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Lakelawn Memorial Park and Mausoleum , Reynoldsville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Ronald Vance Kennedy, Sr (1920-2008) on {{FindAGrave|52311838}} retrieved 30 August 2018 mLGAEP fIGMG1
iNQ437 whttps://www.WikiTree.com/wiki/Kennedy-14550 pAlvin Vance qKennedy gm b19220513 vRamsaytown, Jefferson County, Pennsylvania, USA z1 d20180221 yGrange, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Old Ebenezer Cemetery , Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Alvin Vance Kennedy, Jr (1922-2018) on {{FindAGrave|187534244}} retrieved 30 August 2018 mLGAEP fIGMG1
iEJ363 whttps://www.WikiTree.com/wiki/Kennedy-14549 pVirginia E qKennedy gf b19310923 vRamsaytown, Jefferson County, Pennsylvania, USA z1 d20001120 yPunxsutawney, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Old Ebenezer Cemetery , Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Virginia E Kennedy Kozak (1931-2000) on {{FindAGrave|47168624}} retrieved 30 August 2018\n mLGAEP fIGMG1
iYLFKY whttps://www.WikiTree.com/wiki/Shaffer-3524 pLeo Edward qShaffer gm b19061229 vJefferson County, Pennsylvania, USA z1 d19950810 o== Biography ==* Fact: Burial Knoxdale Mount Pleasant Cemetery , Knox Dale, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Leo Edward Shaffer (1906-1995) on {{FindAGrave|183036250}} retrieved 30 August 2018 mTPO4Q fM26M3 sFFX3C
iFFX3C sYLFKY whttps://www.WikiTree.com/wiki/Kennedy-14546 pMary C. qKennedy gf b19100719 z1 d19990501
iSG2ZQ whttps://www.WikiTree.com/wiki/Shaffer-3527 pPaul qShaffer
iTFX1K pAnonymous
iBWWLR pAnonymous
iD47AY pAnonymous
iWG7YD whttps://www.WikiTree.com/wiki/Shaffer-3514 pClarence qShaffer
iTXO67 pAnonymous
iCVD5L whttps://www.WikiTree.com/wiki/Shaffer-3584 pAlton qShaffer
iOXRIO whttps://www.WikiTree.com/wiki/Spare-92 pDaniel Wilson qSpare gm b18770625 z1 d19600224 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Daniel Wilson Spare (1877-1960) on {{FindAGrave|95464072}} retrieved 30 August 2018 mDC5AE fJLE89
iUKAOW whttps://www.WikiTree.com/wiki/Spare-94 pMelda Mae qSpare gf b19010000 z1 d19910000 o== Biography ==* Fact: Burial Zion Cemetery , Langville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Melda Mae Spare Shaffer (1901-1991) on {{FindAGrave|44729705}} retrieved 30 August 2018 fOXRIO sS5DJ7
iS5DJ7 sUKAOW whttps://www.WikiTree.com/wiki/Shaffer-3528 pClair Charles qShaffer gm b18881000 z1 d19710000
iMTQPT whttps://www.WikiTree.com/wiki/Shaffer-3530 pKathryn Mildred qShaffer gf b19250520 vJefferson County, Pennsylvania, USA z1 d20140708 yClinton, Henry County, Missouri, USA o== Biography ==* Fact: Burial Englewood Cemetery , Clinton, Henry County, Missouri, USA\n\n== Sources ==\n&lt;references /&gt;* Kathryn Mildred Shaffer West (1925-2014) on {{FindAGrave|132508510}} retrieved 30 August 2018 mUKAOW fS5DJ7
iDL0CA whttps://www.WikiTree.com/wiki/Shaffer-3531 pRobert Clair qShaffer gm b19301001 vJefferson County, Pennsylvania, USA z1 d20130918 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Zion Cemetery , Langville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Robert Clair Shaffer (1930-2013) on {{FindAGrave|117404342}} retrieved 30 August 2018\n mUKAOW fS5DJ7
iV2XIY whttps://www.WikiTree.com/wiki/Spare-95 pMartin John qSpare gm b19081221 z1 d19740430 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Martin John Spare (1908-1974) on {{FindAGrave|95464377}} retrieved 30 August 2018 fOXRIO
iPLKYG whttps://www.WikiTree.com/wiki/Spare-96 pFloyd W qSpare gm b19320000 z1 d19910000 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Floyd W Spare (1932-1991) on {{FindAGrave|95464439}} retrieved 30 August 2018\n fV2XIY
iQJ3ER whttps://www.WikiTree.com/wiki/Spare-91 pDora Maranda qSpare gf b18831123 vPennsylvania, USA z1 d19560418 o== Biography ==* Fact: Burial Brookville Cemetery , Brookville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Dora Maranda Spare McAninch (1883-1956) on {{FindAGrave|92178932}} retrieved 30 August 2018 mDC5AE fJLE89 sCDHIJ
iCDHIJ sQJ3ER whttps://www.WikiTree.com/wiki/McAninch-67 pJames Edgar qMcAninch gm b18780429 z1 d19680116
iF62JK whttps://www.WikiTree.com/wiki/McAninch-71 pDorothea J. qMcAninch gf b19070000 z1 d19710000 o== Biography ==* Fact: Burial Brookville Cemetery , Brookville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Dorothea J. McAninch Vandervort (1907-1971) on {{FindAGrave|63547690}} retrieved 30 August 2018 mQJ3ER fCDHIJ sQUQ80
iQUQ80 sF62JK whttps://www.WikiTree.com/wiki/Vandervort-109 pLeonard L. qVandervort gm b19060000 z1 d19760000
iK144G whttps://www.WikiTree.com/wiki/Vandervort-110 pTerry E qVandervort gm b19401216 z1 d20121231 o== Biography ==* Fact: Burial Brookville Cemetery , Brookville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Terry E Vandervort (1940-2012) on {{FindAGrave|103338315}} retrieved 30 August 2018 mF62JK fQUQ80
iK9REB whttps://www.WikiTree.com/wiki/McAninch-70 pAlton F. qMcAninch gm b19090000 vBrookville, Jefferson County, Pennsylvania, USA z1 d19280000 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Brookville Cemetery , Brookville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Alton F. McAninch (1909-1928) on {{FindAGrave|5111312}} retrieved 30 August 2018\n mQJ3ER fCDHIJ
iM84EG whttps://www.WikiTree.com/wiki/McAninch-69 pLulu Violet qMcAninch gf b19101115 vBrookville, Jefferson County, Pennsylvania, USA z1 d19900806 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Saint Johns Cemetery Windy Hill , Stanton, JeffersonCounty, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Lulu Violet McAninch Park (1910-1990) on {{FindAGrave|5111307}} retrieved 30 August 2018 mQJ3ER fCDHIJ sFG55A
iFG55A sM84EG whttps://www.WikiTree.com/wiki/Park-3242 pJames Edward qPark gm b19050505 z1 d19710000
iOZR4O whttps://www.WikiTree.com/wiki/Park-3243 pJames Alton qPark gm b19290731 vBrookville, Jefferson County, Pennsylvania, USA z1 d19970925 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Saint Johns Cemetery Windy Hill , Stanton, JeffersonCounty, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* James Alton Park (1929-1997) on {{FindAGrave|5111110}} retrieved 30August 2018 mM84EG fFG55A
iRRXSV whttps://www.WikiTree.com/wiki/Park-3244 pBilly Edward qPark gm b19300821 vBrookville, Jefferson County, Pennsylvania, USA z1 d19350800 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Saint Johns Cemetery Windy Hill , Stanton, JeffersonCounty, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Billy Edward Park (1930-1935) on {{FindAGrave|5111310}} retrieved 30 August 2018 mM84EG fFG55A
iD0S79 whttps://www.WikiTree.com/wiki/McAninch-68 pSara Kathryn qMcAninch gf b19220616 vIndiana County, Pennsylvania, USA z1 d19990128 yWarren County, Pennsylvania, USA o== Biography ==* Fact: Burial Riverview Cemetery , Apollo, Armstrong County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Sara Kathryn McAninch Long (1922-1999) on {{FindAGrave|25637514}} retrieved 30 August 2018 mQJ3ER fCDHIJ
iUL0XG whttps://www.WikiTree.com/wiki/Reitz-545 pSusanna qReitz gf b18420828 vClarion County, Pennsylvania, USA z1 d19130123 yClarion County, Pennsylvania, USA o== Biography ==* Fact: Burial Shannondale Union Cemetery , Shannondale, Clarion County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Susanna Reitz Swab (1842-1913) on {{FindAGrave|49372002}} retrieved30 August 2018 mLS40H fZY9WP sYDGMQ
iYDGMQ sUL0XG whttps://www.WikiTree.com/wiki/Swab-31 pAdam qSwab gm b18350318 z1 d19110403
iYBGPG whttps://www.WikiTree.com/wiki/Swab-32 pHenry A qSwab gm b18620820 vClarion County, Pennsylvania, USA z1 d19510108 yLos Angeles County, California, USA o== Biography ==* Fact: Burial Shannondale Union Cemetery , Shannondale, Clarion County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Henry A Swab (1862-1951) on {{FindAGrave|49371832}} retrieved 30 August 2018 mUL0XG fYDGMQ sHZLH8
iHZLH8 sYBGPG whttps://www.WikiTree.com/wiki/Byerly-637 pLaura A. qByerly gf b18640215 z1 d19180415
iF7ECB whttps://www.WikiTree.com/wiki/Swab-36 pKatherine Frances qSwab gf b18870804 vClarion County, Pennsylvania, USA z1 d19340531 yWashington, Warren County, New Jersey, USA o== Biography ==* Fact: Burial Rockport Presbyterian Church Cemetery , Port Murray,Warren County, New Jersey, USA\n\n== Sources ==\n&lt;references /&gt;* Katherine Frances Swab McCormick (1887-1934) on {{FindAGrave|47034962}} retrieved 30 August 2018 mHZLH8 fYBGPG sM84VH
iM84VH sF7ECB whttps://www.WikiTree.com/wiki/McCormick-4842 pWalter William qMcCormick gm b18861123 z1 d19700923
iIW13R whttps://www.WikiTree.com/wiki/McCormick-4843 pEarl William qMcCormick gm b19190427 vWarren County, Ohio, USA z1 d20001222 yHampton, Hunterdon County, New Jersey, USA o== Biography ==* Fact: Burial Saint Anns Catholic Church Cemetery , Hampton, Hunterdon County, New Jersey, USA\n\n== Sources ==\n&lt;references /&gt;* Earl William McCormick (1919-2000) on {{FindAGrave|180608389}} retrieved 30 August 2018\n mF7ECB fM84VH
iER849 whttps://www.WikiTree.com/wiki/Swab-33 pJohn Simon qSwab gm b18710403 vClarion County, Pennsylvania, USA z1 d19420325 yIndiana County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery and Mausoleum , Indiana, Indiana County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* John Simon Swab (1871-1942) on {{FindAGrave|163754735}} retrieved 30 August 2018 mUL0XG fYDGMQ
iO90C6 whttps://www.WikiTree.com/wiki/Swab-34 pEmma R qSwab gf b18730228 vShannondale, Clarion County, Pennsylvania, USA z1 d19640218 yUSA o== Biography ==* Fact: Burial New Saint Mary's Catholic Church Cemetery , Rockville, Montgomery County, Maryland, USA\n\n== Sources ==\n&lt;references /&gt;* Emma R Swab Haugh (1873-1964) on {{FindAGrave|88115649}} retrieved 30 August 2018 mUL0XG fYDGMQ sTYK97
iTYK97 sO90C6 whttps://www.WikiTree.com/wiki/Haugh-182 pRoswell John qHaugh gm b18710200 z1 d19460119
iS5IQS whttps://www.WikiTree.com/wiki/Haugh-184 pHerbert J qHaugh gm b19030209 vPennsylvania, USA z1 d19860730 o== Biography ==* Fact: Burial Gate of Heaven Cemetery , Silver Spring, Montgomery County, Maryland, USA\n\n== Sources ==\n&lt;references /&gt;* Herbert J Haugh (1903-1986) on {{FindAGrave|139114714}} retrieved 30 August 2018\n mO90C6 fTYK97
iKNUV2 whttps://www.WikiTree.com/wiki/Haugh-183 pMary Susanna qHaugh gf b19050526 z1 d20000108 o== Biography ==* Fact: Burial Salem United Methodist Church Cemetery , Brookeville, Montgomery County, Maryland, USA\n\n== Sources ==\n&lt;references /&gt;* Mary Susanna Haugh Musgrove (1905-2000) on {{FindAGrave|75411586}} retrieved 30 August 2018\n mO90C6 fTYK97
iT3Z56 whttps://www.WikiTree.com/wiki/Swab-35 pNettie Francis qSwab gf b18770000 z1 d19580000 o== Biography ==* Fact: Burial Shannondale Union Cemetery , Shannondale, Clarion County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Nettie Francis Swab Shumaker (1877-1958) on {{FindAGrave|49138735}}retrieved 30 August 2018\n mUL0XG fYDGMQ
iUGTTA whttps://www.WikiTree.com/wiki/Reitz-542 pJonathan L qReitz gm b18490319 vNorthumberland County, Pennsylvania, USA z1 d19211017 yJefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Jonathan L Reitz (1849-1921) on {{FindAGrave|95133346}} retrieved 30 August 2018 mLS40H fZY9WP sOVR9U
iOVR9U sUGTTA whttps://www.WikiTree.com/wiki/Young-30606 pElizabeth qYoung gf b18460822 z1 d19181203
iAZS9T whttps://www.WikiTree.com/wiki/Reitz-547 pMary Fidella qReitz gf b18700317 vJefferson County, Pennsylvania, USA z1 d19530919 yHeathville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Worthville Cemetery , Worthville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Mary Fidella “Della” Reitz Shaffer (1870-1953) on {{FindAGrave|72497583}} retrieved 30 August 2018 mOVR9U fUGTTA sFH1DC
iFH1DC sAZS9T whttps://www.WikiTree.com/wiki/Shaffer-3541 pFranklin Calvin qShaffer gm b18650303 z1 d19380420
iMTTIV whttps://www.WikiTree.com/wiki/Martz-490 pAlmeda Willmina qMartz gf b18971026 vPansy, Jefferson County, Pennsylvania, USA z1 d19761200 yBuffalo, Erie County, New York, USA o== Biography ==* Fact: Burial Saint James Lutheran Church Cemetery , Ringgold, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Almeda Willmina “Meda” Shaffer Martz (1897-1976) on {{FindAGrave|117143346}} retrieved 30 August 2018 mAZS9T fFH1DC
iL8RYO whttps://www.WikiTree.com/wiki/Shaffer-3543 pMinnie Alta qShaffer gf b18991130 vPansy, Jefferson County, Pennsylvania, USA z1 d19630725 o== Biography ==* Fact: Burial Oakland Cemetery , Distant, Armstrong County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Minnie Alta Shaffer Minich (1899-1963) on {{FindAGrave|47166015}} retrieved 30 August 2018 mAZS9T fFH1DC sTBF7O
iTBF7O sL8RYO whttps://www.WikiTree.com/wiki/Minich-131 pLawrence O qMinich gm b18980000 z1 d19680000
iZD2UY whttps://www.WikiTree.com/wiki/Minich-132 pDortha Beatrice qMinich gf b19200420 vTimblin, Jefferson County, Pennsylvania, USA z1 d20121027 ySligo, Clarion County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery , Distant, Armstrong County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Dortha Beatrice “Bea” Minich Geist (1920-2012) on {{FindAGrave|47166821}} retrieved 30 August 2018 mL8RYO fTBF7O sQIE8Q
iQIE8Q sZD2UY whttps://www.WikiTree.com/wiki/Geist-338 pWilliam Shaffer qGeist gm b19201015 z1 d19750117
iPKRLF whttps://www.WikiTree.com/wiki/Geist-339 pJoanne Geist qGeist gf b19410924 vBrookville, Jefferson County, Pennsylvania, USA z1 d19820819 ySandy Hollow, Clarion County, Pennsylvania, USA o== Biography ==* Fact: Burial Oakland Cemetery , Distant, Armstrong County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Joanne Geist Murphy (1941-1982) on {{FindAGrave|25457751}} retrieved 30 August 2018\n mZD2UY fQIE8Q
iKCM7W whttps://www.WikiTree.com/wiki/Shaffer-3542 pCarrie Elizabeth qShaffer gf b19020102 vPansy, Jefferson County, Pennsylvania, USA z1 d19640910 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Worthville Cemetery , Worthville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Carrie Elizabeth Shaffer (1902-1964) on {{FindAGrave|117042632}} retrieved 30 August 2018\n mAZS9T fFH1DC
iJ7M46 whttps://www.WikiTree.com/wiki/Reitz-548 pDaniel Elmer qReitz gm b18740000 z1 d19470000 o== Biography ==* Fact: Burial Bethlehem Lutheran Cemetery , Ohl, Jefferson County,Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Daniel Elmer Reitz (1874-1947) on {{FindAGrave|95134041}} retrieved30 August 2018 mOVR9U fUGTTA sCPO7B
iCPO7B sJ7M46 whttps://www.WikiTree.com/wiki/Sowers-653 pNora Ella qSowers gf b18790000 z1 d19440000
iXMQPV whttps://www.WikiTree.com/wiki/Reitz-173 pAlton R qReitz gm b19070000 z1 d19631123 yPennsylvania, USA o== Biography ==\nAlton was born in 1907. He passed away in 1963.&lt;ref&gt;http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=60120868&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n\n[[Category: Ohl Cemetery, Ohl, Pennsylvania]] mCPO7B fJ7M46 sQYZ6Y
iQYZ6Y sXMQPV whttps://www.WikiTree.com/wiki/Millin-28 pElizabeth M qMillin gf b19091027 z1 d20030200
iB5TST whttps://www.WikiTree.com/wiki/Reitz-174 pRay Richard qReitz gm b19301208 vJefferson County Pennsylvania, USA z1 d20000830 yPittsburgh Allegheny County Pennsylvania, USA o== Biography ==\nRay was born in 1930. He was the son of [[Reitz-173|Alton Reitz]] and[[Millin-28|Elizabeth Millin]]. He passed away in 2000.&lt;ref&gt;http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=39427441&lt;/ref&gt;\n\n== Sources ==\n\n&lt;references /&gt;\n[[Category:Cliff United Methodist Church Cemetery, Langville, Pennsylvania]] mQYZ6Y fXMQPV
iYSW0C whttps://www.WikiTree.com/wiki/Reitz-546 pIda Alice qReitz gf b18760623 vPennsylvania, USA z1 d19640206 yBrookville, Jefferson County, Pennsylvania, USA o== Biography ==* Fact: Burial Zion Cemetery , Langville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Ida Alice Reitz Byerly (1876-1964) on {{FindAGrave|40498918}} retrieved 30 August 2018 mOVR9U fUGTTA sQQKDQ
iQQKDQ sYSW0C whttps://www.WikiTree.com/wiki/Byerly-638 pWilliam Calvin qByerly gm b18741127 z1 d19590720
iHLN2W whttps://www.WikiTree.com/wiki/Byerly-639 pHelen E. qByerly gf b19180000 z1 d19990000 o== Biography ==* Fact: Burial Zion Cemetery , Langville, Jefferson County, Pennsylvania, USA\n\n== Sources ==\n&lt;references /&gt;* Helen E. Byerly (1918-1999) on {{FindAGrave|151065496}} retrieved 30 August 2018\n mYSW0C fQQKDQ
iNGZ6D whttps://www.WikiTree.com/wiki/Reitz-494 pHeinrich qReitz gm b18100815 vNorthumberland County, Pennsylvania, USA z1 d18991101 yRebuck, Northumberland, Pennsylvania, USA o== Biography =='''Heinrich''' Reitz. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''U'''\n''Invalid gender U skipped.''\n\n'''Born'''\n15 AUG 1810.\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.Longitude: W76.7082. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Died'''\n1 NOV 1899.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n'''Buried'''\n1 NOV 1899.\nRebuck, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.Longitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S20]] Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 File &lt;/ref&gt;\n\n=== External Files ===* File &lt;span id='M668'&gt;M668&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Pennsylvania and New Jersey, Church and Town Records, 1708-1985(21).jpg. Format: jpg. Pennsylvania and New Jersey, Church and Town Records, 1708-1985. Historical Society of Pennsylvania; Philadelphia, Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Ancestry.com Pennsylvania and NewJersey, Church and Town Records, 1708-1985 Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2011; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]]\n mR9RCG fZ1HR3
iIJBYE whttps://www.WikiTree.com/wiki/Reitz-122 pAnna Maria qReitz gf b17610520 vLancaster, Lancaster, Pennsylvania z1 d18261007 yUpper Mahanoy, Northumberland, Pennsylvania, United States o\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D8311E6056AD03F04DA24C4CB62D1\n:: Record ID Number: MH:IF7767\n:: Date: 20 MAY 1761:: Place: Lancaster, Lancaster, Pennsylvania, United States&lt;ref&gt;Source: [[#S12]] Record ID Number: MH:SC10993 Page: Source number: ; Source type: ; Number of Pages: ; Submitter Code: . Data: Text: Birthdate: 1757 Birth place: Quality or Certainty of Data: 0 Note: [[#N903]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC10994 Data: Text: Birth date: 20 Apr 1761 Birth place: Quality or Certainty ofData: 0 Note: [[#N904]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC10995 Data: Text: Birth date: 20 May 1761 Birth place: Death date: abt 1826 Death place: Quality or Certainty of Data: 0 Note: [[#N905]]&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D8311E625AAD05F04DA24C4CB62D1\n:: Record ID Number: MH:IF7768\n:: Date: 7 OCT 1826\n:: Place: Upper Mahanoy, Northumberland, Pennsylvania, United States:: Age: 65&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC10996 Data: Text: Birth date: 20 May 1761 Birth place: Death date: abt 1826 Death place: Quality or Certainty of Data: 0 Note: [[#N906]]&lt;/ref&gt;\n\n=== Record ID Number ===\n: Record ID Number: MH:I2122\n\n=== User ID ===\n: User ID: 529D6C614BC427B7E001EC9B2EE86819\n\n=== UPD ===\n: UPD 05 DEC 2013 06:34:19 GMT-7\n\n=== Marriage ===\n\n: Record ID Number: MH:F500\n: User ID: 529D6C621D969A352001EC9B2EE86819\n: UPD 05 DEC 2013 06:34:19 GMT-7\n: Husband: [[Brosius-114|Johann Nicholas Brosius]]\n: Wife: [[Reitz-122|Anna Maria Reitz]]\n: Child: [[Brosius-113|Maria Catherine Brosius]]\n: Marriage:\n:: User ID: 529D8313C160EC67AF04DA24C4CB62D1\n:: Record ID Number: MH:FF254\n:: Date: 1785:: Place: Washington Twp, Northumberland, PA&lt;ref&gt;Source: [[#S25]] Record ID Number: MH:SC15071 Page: Birth year: 1754; Birth city: Atolhoe; Birth state: PA. Data: Text: Birth date: 23 December 1754 Birth place: Atolhoe, Berks Co, PA Death date: 13 December 1833 Death place: Washington Twp, Northumberland, PA Marriage date: Marriage place: Washington Twp, Northumberland, PA Quality or Certainty of Data: 0 Note: [[#N1104]]&lt;/ref&gt;\n'''Anna''' Maria Reitz. &lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Born'''\n20 MAY 1761.\nLancaster, Lancaster, Pennsylvania, USA.\nMap:\nLatitude: N40.0379.\nLongitude: W76.3055. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Died'''\n7 DEC 1826.\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.\nLongitude: W76.633. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n'''Buried'''\nRebuck, Northumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.7222.\nLongitude: W76.7358. &lt;ref&gt;Source: [[#S3]] &lt;/ref&gt;\n\n== Sources ==\n&lt;references /&gt;\n\n* Source: &lt;span id='S12'&gt;S12&lt;/span&gt; Record ID Number: MH:S12 User ID: 529D8313D6AF4C79CF04DA24C4CB62D1 Author: Yates Publishing Title: U.S. and International Marriage Records, 1560-1900 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - This unique collection of records was extracted from a variety of sources including family group sheets and electronic databases. Originally, the information was derive* Source: &lt;span id='S190'&gt;S190&lt;/span&gt; Record ID Number: MH:S190 UserID: 529D8313D9880C869F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania, Church and Town Records, 1708-1985 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Historic Pennsylvania Church and Town Records. Philadelphia, Pennsylvania: Historical Society of Pennsylvania.Original data: Historic Pennsylvania Church and Town Rec* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC10992 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=2122 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57\n\n=== Notes ===: Note &lt;span id='N903'&gt;N903&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=worldmarr_ga&amp;h=1007033&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9810\n: PRIN MH:SC10993\n: Note &lt;span id='N904'&gt;N904&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=2450069&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9811\n: PRIN MH:SC10994\n: Note &lt;span id='N905'&gt;N905&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7285709&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9812\n: PRIN MH:SC10995\n: Note &lt;span id='N906'&gt;N906&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7285709&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N9813\n: PRIN MH:SC10996\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileReitz-122 through the import of Schaffner_Branch.GED on Dec 5, 2013.Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt;* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S3'&gt;S3&lt;/span&gt; Ancestry.com U.S., Find A Grave Index, 1600s-Current Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2012; Repository: [[#R2]] mXFZ1Z fLXFDL sSOQ6L
iSOQ6L sIJBYE whttps://www.WikiTree.com/wiki/Brosius-114 pJohann Nicholas qBrosius gm b17541223 z1 d18331213
iYUQOA whttps://www.WikiTree.com/wiki/Brosius-199 pMaria Catherine qBrosius gf b17880130 vNorthumberland County, PA z1 d18250126 yNorthumberland County, PA o== Biography ==\nMaria was the daughter of John Nicholaas Brosius and Anna MAria Reitz. She was the wife of Johann Philip Rebuck.\n\nFamily links:\n Parents:\n Johann Nicholas Brosius (1754 - 1833)\n Anna Maria Reitz Brosius (1761 - 1826)\n\n Spouse:\n Johannes Philip Rebuck (1785 - 1853)*\n\n Children:\n Gottlieb Rabuck (1820 - 1880)*\n\n Siblings:\n Johan Peter Brosius (1782 - 1849)*\n Maria Catherine Brosius Rebuck (1788 - 1825)\n Eve Brosius Bohner (1792 - 1872)*\n Magdalene Brosius Troutman (1794 - 1877)*\n\n*Calculated relationship\n\nBurial:\nHimmel Church Cemetery\nRebuck\nNorthumberland County\nPennsylvania, USA\n\nEdit Virtual Cemetery info [?]\n\nCreated by: Grave Hunters\nRecord added: Mar 01, 2009\nFind A Grave Memorial# 34326540\n\n== Sources ==\n&lt;references /&gt;\n* http://www.findagrave.com/cgi-bin/fg.cgi?page=gr&amp;GRid=34326540 mIJBYE fWLXWO
iBP5V8 whttps://www.WikiTree.com/wiki/Brosius-113 pMaria Catherine qBrosius gf b17880130 vWashington, Northumberland, Pennsylvania, United States z1 d18250126 yWashington, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D83103AE1D8A98F04DA24C4CB62D1\n:: Record ID Number: MH:IF3501\n:: Date: 30 JAN 1788:: Place: Washington, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S197]] Record ID Number: MH:SC5481 Data: Text: Birthdate: 30 Jan 1788 Birth place: Death date: 26 Jan 1825 Death place: Quality or Certainty of Data: 0 Note: [[#N592]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Record ID Number: MH:SC5482 Page: Year: 1850; Census Place: Lower Mahanoy, Northumberland, Pennsylvania; Roll: M432_804; Page: 164A; Image: . Data: Text: Birth date: abt 1789 Birth place: Pennsylvania Residence date: 1850 Residence place: Lower Mahanoy, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N593]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC5483 Page: Source Citation: Historical Society of Pennsylvania; Historic PennsylvaniaChurch and Town Records; Reel: 236 Data: Text: Name: Maria Catherine Brosius burial date: 26 Jan 1825 burial place: Rebuck, Northumberland, Pennsylvania birth date: 30 Jan 1788 birth place: Washington, Northumberland, Pennsylvania, United States death date: 26 Jan 1825 death place: Washington, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N594]]&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D83103AC698A94F04DA24C4CB62D1\n:: Record ID Number: MH:IF3500\n:: Date: 26 JAN 1825\n:: Place: Washington, Northumberland, Pennsylvania, United States:: Age: 36&lt;ref&gt;Source: [[#S197]] Record ID Number: MH:SC5479 Data: Text: Birth date: 30 Jan 1788 Birth place: Death date: 26 Jan 1825 Death place: Quality or Certainty of Data: 0 Note: [[#N590]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC5480 Page: Source Citation: Historical Society of Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 Data: Text: Name: Maria CatherineBrosius burial date: 26 Jan 1825 burial place: Rebuck, Northumberland, Pennsylvania birth date: 30 Jan 1788 birth place: Washington, Northumberland, Pennsylvania, United States death date: 26 Jan 1825 death place: Washington, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N591]]&lt;/ref&gt;\n\n=== Record ID Number ===\n: Record ID Number: MH:I766\n\n=== User ID ===\n: User ID: 529D6C6059CB149FB001EC9B2EE86819\n\n=== Burial ===\n: Burial:\n:: User ID: 529D83103AF2D8A9AF04DA24C4CB62D1\n:: Record ID Number: MH:IF3502\n:: Date: 26 JAN 1825:: Place: Rebuck, Northumberland, Pennsylvania&lt;ref&gt;Source: [[#S190]] Record ID Number: MH:SC5484 Page: Source Citation: Historical Society of Pennsylvania; Historic Pennsylvania Church and Town Records; Reel: 236 Data: Text: Name: Maria Catherine Brosius burial date: 26 Jan 1825 burial place: Rebuck, Northumberland, Pennsylvania birth date: 30 Jan 1788 birth place: Washington, Northumberland, Pennsylvania, United States death date: 26 Jan 1825 death place: Washington, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N595]]&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: User ID: 529D83103B03C8A9CF04DA24C4CB62D1\n:: Record ID Number: MH:IF3503\n:: Date: 1850:: Age: 61-62&lt;ref&gt;Source: [[#S49]] Record ID Number: MH:SC5485 Page: Year: 1850; Census Place: Lower Mahanoy, Northumberland, Pennsylvania; Roll: M432_804; Page: 164A; Image: . Data: Text: Birth date: abt 1789 Birth place: Pennsylvania Residence date: 1850 Residence place: Lower Mahanoy, Northumberland, Pennsylvania Quality or Certaintyof Data: 0 Note: [[#N596]]&lt;/ref&gt;\n\n=== Marriage ===\n\n: Record ID Number: MH:F500\n: User ID: 529D6C621D969A352001EC9B2EE86819\n: UPD 05 DEC 2013 06:34:19 GMT-7\n: Husband: [[Brosius-114|Johann Nicholas Brosius]]\n: Wife: [[Reitz-122|Anna Maria Reitz]]\n: Child: [[Brosius-113|Maria Catherine Brosius]]\n: Marriage:\n:: User ID: 529D8313C160EC67AF04DA24C4CB62D1\n:: Record ID Number: MH:FF254\n:: Date: 1785:: Place: Washington Twp, Northumberland, PA&lt;ref&gt;Source: [[#S25]] Record ID Number: MH:SC15071 Page: Birth year: 1754; Birth city: Atolhoe; Birth state: PA. Data: Text: Birth date: 23 December 1754 Birth place: Atolhoe, Berks Co, PA Death date: 13 December 1833 Death place: Washington Twp, Northumberland, PA Marriage date: Marriage place: Washington Twp, Northumberland, PA Quality or Certainty of Data: 0 Note: [[#N1104]]&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S190'&gt;S190&lt;/span&gt; Record ID Number: MH:S190 UserID: 529D8313D9880C869F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania, Church and Town Records, 1708-1985 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Historic Pennsylvania Church and Town Records. Philadelphia, Pennsylvania: Historical Society of Pennsylvania.Original data: Historic Pennsylvania Church and Town Rec* Source: &lt;span id='S197'&gt;S197&lt;/span&gt; Record ID Number: MH:S197 UserID: 529D8313D9995C870F04DA24C4CB62D1 Author: Ancestry.com Title: Web: Pennsylvania, Find A Grave Index, 1681-2011 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2012.Original data - Find A Grave. Find A Grave. http://www.findagrave.com/cgi-bin/fg.cgi: accessed 27 December 2011.Original data: Find A Grave. FindA Grave. http://www.findagrave.com/c* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Record ID Number: MH:S49 User ID: 529D8313D756DC7C4F04DA24C4CB62D1 Author: Ancestry.com Title: 1850United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - Seventh Census of the United States, 1850;(National Archives Microfilm Publication M432, 1009 rolls); Records of the Bureau of the* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC5478 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=766 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57\n\n=== Notes ===: Note &lt;span id='N590'&gt;N590&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=websearch-3906&amp;h=963663&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5263\n: PRIN MH:SC5479\n: Note &lt;span id='N591'&gt;N591&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7286762&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5264\n: PRIN MH:SC5480\n: Note &lt;span id='N592'&gt;N592&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=websearch-3906&amp;h=963663&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5265\n: PRIN MH:SC5481\n: Note &lt;span id='N593'&gt;N593&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=4802294&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5266\n: PRIN MH:SC5482\n: Note &lt;span id='N594'&gt;N594&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7286762&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5267\n: PRIN MH:SC5483\n: Note &lt;span id='N595'&gt;N595&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=pachurchtownrecords&amp;h=7286762&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5268\n: PRIN MH:SC5484\n: Note &lt;span id='N596'&gt;N596&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=4802294&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5269\n: PRIN MH:SC5485\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileBrosius-113 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mIJBYE fSOQ6L sWSU8R
iWSU8R sBP5V8 whttps://www.WikiTree.com/wiki/Rebuck-9 pJohann Philip qRebuck gm b17851217 z1 d18531206
iKTRBK whttps://www.WikiTree.com/wiki/Rebuck-8 pDavid qRebuck gm b18140627 vNorthumberland, Pennsylvania, United States z1 d18880511 yMilton, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D830F81CE77726F04DA24C4CB62D1\n:: Record ID Number: MH:IF1460\n:: Date: 27 JUN 1814:: Place: Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S119]] Record ID Number: MH:SC2351 Page: Year: 1880; Census Place:Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Data: Text: Birth date: abt 1815Birth place: PennsylvaniaResidence date: 1880Residence place: Rush, Northumberland, Pennsylvania, UnitedStates Quality or Certainty of Data: 0 Note: [[#N359]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S90]] Record ID Number: MH:SC2352 Page: Year: 1860; Census Place: Rush, Northumberland, Pennsylvania; Roll: ; Page: ; Image: . Data: Text: Birth date: abt 1815Birth place: PennsylvaniaResidence date: 1860Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N360]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S120]] Record ID Number: MH:SC2353 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Data: Text: Birth date: abt 1814Birth place: PennsylvaniaResidence date: 1870Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N361]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S48]] Record ID Number: MH:SC2354 Page: Year: 1860;Census Place: Rush, Northumberland, Pennsylvania; Roll: ; Page: ; Image: . Data: Text: Birth date: abt 1815 Birth place: Pennsylvania Residence date: 1860 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N362]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S54]] Record ID Number: MH:SC2355 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Data: Text: Birth date: abt 1814 Birth place: Pennsylvania Residence date: 1870 Residence place: Rush, Northumberland,Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N363]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2356 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Film: 1255164; Page: 396.3000; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1815 Birth place: Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N364]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S49]] Record ID Number: MH:SC2357 Page: Year: 1850; Census Place: Barry, Schuylkill, Pennsylvania;Roll: M432_827; Page: 32B; Image: . Data: Text: Birth date: abt 1816 Birth place: Pennsylvania Residence date: 1850 Residence place:Barry, Schuylkill, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N365]]&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D830F828AE773BF04DA24C4CB62D1\n:: Record ID Number: MH:IF1471\n:: Date: 11 MAY 1888\n:: Place: Milton, Northumberland, Pennsylvania, United States\n:: Age: 73\n\n=== Record ID Number ===\n: Record ID Number: MH:I271\n\n=== User ID ===\n: User ID: 529D6C60F3B7E30A8001EC9B2EE86819\n\n=== Burial ===\n: Burial:\n:: User ID: 529D830F82016772CF04DA24C4CB62D1\n:: Record ID Number: MH:IF1463\n:: Place: Snydertown, Northumberland, Pennsylvania, United States\n:: Note: [[#N368]]\n\n=== Residence ===\n: Residence:\n:: User ID: 529D830F81DE47728F04DA24C4CB62D1\n:: Record ID Number: MH:IF1461\n:: Date: 1840:: Age: 25-26&lt;ref&gt;Source: [[#S33]] Record ID Number: MH:SC2358 Page: Year: 1840; Census Place: Lower Mahantango, Schuylkill, Pennsylvania; Roll: ; Page: . Data: Text: Residence date: 1840 Residence place: Schuylkill, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N366]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F81EDE772AF04DA24C4CB62D1\n:: Record ID Number: MH:IF1462\n:: Date: 1850:: Age: 35-36&lt;ref&gt;Source: [[#S49]] Record ID Number: MH:SC2359 Page: Year: 1850; Census Place: Barry, Schuylkill, Pennsylvania; Roll: M432_827; Page: 32B; Image: . Data: Text: Birth date: abt 1816 Birth place: Pennsylvania Residence date: 1850 Residence place: Barry, Schuylkill, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N367]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8215F772EF04DA24C4CB62D1\n:: Record ID Number: MH:IF1464\n:: Date: 1880:: Age: 65-66&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2360 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: 1164; Family History Film: 1255164; Page: 396C; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1815 Birth place:Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N369]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F822627730F04DA24C4CB62D1\n:: Record ID Number: MH:IF1465\n:: Date: 1880:: Age: 65-66&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2361 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: 1164; Family History Film: 1255164; Page: 396C; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1815 Birth place:Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N370]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F823717732F04DA24C4CB62D1\n:: Record ID Number: MH:IF1466\n:: Date: 1880:: Age: 65-66&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2362 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Film: 1255164; Page: 396.3000; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1815 Birth place: Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N371]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8246C7734F04DA24C4CB62D1\n:: Record ID Number: MH:IF1467\n:: Date: 1870:: Age: 55-56&lt;ref&gt;Source: [[#S54]] Record ID Number: MH:SC2363 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Data: Text: Birth date: abt 1814 Birth place: Pennsylvania Residence date: 1870 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data:0 Note: [[#N372]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8256D7736F04DA24C4CB62D1\n:: Record ID Number: MH:IF1468\n:: Date: 1860:: Age: 45-46&lt;ref&gt;Source: [[#S48]] Record ID Number: MH:SC2364 Page: Year: 1860; Census Place: Rush, Northumberland, Pennsylvania; Roll: ; Page: ; Image: . Data: Text: Birth date: abt 1815 Birth place: Pennsylvania Residence date: 1860 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N373]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8267E7738F04DA24C4CB62D1\n:: Record ID Number: MH:IF1469\n:: Date: 1880:: Age: 65-66&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2365 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Film: 1255164; Page: 396.3000; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1815 Birth place: Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N374]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8279C773AF04DA24C4CB62D1\n:: Record ID Number: MH:IF1470\n:: Date: 1880:: Age: 65-66&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2366 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Film: 1255164; Page: 396.3000; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1815 Birth place: Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N375]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F829DC773DF04DA24C4CB62D1\n:: Record ID Number: MH:IF1472\n:: Date: 1870:: Age: 55-56&lt;ref&gt;Source: [[#S120]] Record ID Number: MH:SC2367 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Data: Text: Birth date: abt 1814Birth place: PennsylvaniaResidence date: 1870Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0Note: [[#N376]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F82AF9773FF04DA24C4CB62D1\n:: Record ID Number: MH:IF1473\n:: Date: 1860:: Age: 45-46&lt;ref&gt;Source: [[#S90]] Record ID Number: MH:SC2368 Page: Year: 1860; Census Place: Rush, Northumberland, Pennsylvania; Roll: ; Page: ; Image: . Data: Text: Birth date: abt 1815Birth place:PennsylvaniaResidence date: 1860Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note:[[#N377]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F82C067741F04DA24C4CB62D1\n:: Record ID Number: MH:IF1474\n:: Date: 1880:: Age: 65-66&lt;ref&gt;Source: [[#S119]] Record ID Number: MH:SC2369 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Data: Text: Birth date: abt 1815Birth place: PennsylvaniaResidence date: 1880Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0Note: [[#N378]]&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S119'&gt;S119&lt;/span&gt; Record ID Number: MH:S119 UserID: 529D8313D89C5C818F04DA24C4CB62D1 Author: Ancestry.com and The Church of Jesus Christ of Latter-day Saints Title: 1880 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2005. 1880 U.S. Census Index provided by The Church of Je Note: [[#N1126]]\n: Note &lt;span id='N1126'&gt;N1126&lt;/span&gt;1 _APID 6742\n: Record ID Number: MH:N12770\n: PRIN MH:S119* Source: &lt;span id='S120'&gt;S120&lt;/span&gt; Record ID Number: MH:S120 UserID: 529D8313D8A59C81AF04DA24C4CB62D1 Author: Ancestry.com Title: 1870 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - Note: [[#N1127]]\n: Note &lt;span id='N1127'&gt;N1127&lt;/span&gt;1 _APID 7163\n: Record ID Number: MH:N12771\n: PRIN MH:S120* Source: &lt;span id='S133'&gt;S133&lt;/span&gt; Record ID Number: MH:S133 UserID: 529D8313D8D8EC829F04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1129]] Record ID Number: MH:SC2349 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=14901988&amp;pid=199737915 Quality or Certainty of Data: 0 Note: [[#N379]]: Note &lt;span id='N1129'&gt;N1129&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created. 1 _APID 1030\n: Record ID Number: MH:N12773\n: PRIN MH:S133* Source: &lt;span id='S33'&gt;S33&lt;/span&gt; Record ID Number: MH:S33 User ID: 529D8313D6FABC7B1F04DA24C4CB62D1 Author: Ancestry.com Title: 1840United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2010. Images reproduced by FamilySearch.Original data - Sixth Census of the United States, 1840. (NARA microfilm publication M704, 580 rolls). Records of the Bureau of the Census, Record* Source: &lt;span id='S48'&gt;S48&lt;/span&gt; Record ID Number: MH:S48 User ID: 529D8313D753AC7C3F04DA24C4CB62D1 Author: Ancestry.com Title: 1860United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - 1860 U.S. census, population schedule. NARA microfilm publication M653, 1,438 rolls. Washington, D.C.: National Archives and Record* Source: &lt;span id='S49'&gt;S49&lt;/span&gt; Record ID Number: MH:S49 User ID: 529D8313D756DC7C4F04DA24C4CB62D1 Author: Ancestry.com Title: 1850United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - Seventh Census of the United States, 1850;(National Archives Microfilm Publication M432, 1009 rolls); Records of the Bureau of the* Source: &lt;span id='S53'&gt;S53&lt;/span&gt; Record ID Number: MH:S53 User ID: 529D8313D763BC7C8F04DA24C4CB62D1 Author: Ancestry.com and The Church of Jesus Christ of Latter-day Saints Title: 1880 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2005. 1880 U.S. Census Index provided by The Church of Jesus Christ of Latter-day Saints © Copyright 1999 Intellectual Reserve, Inc.All rights reserved. All use is subject to the limited* Source: &lt;span id='S54'&gt;S54&lt;/span&gt; Record ID Number: MH:S54 User ID: 529D8313D766DC7C9F04DA24C4CB62D1 Author: Ancestry.com Title: 1870United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - 1870 U.S. census, population schedules. NARA microfilm publication M593, 1,761 rolls. Washington, D.C.: NationalArchives and Recor* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC2350 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=271 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57* Source: &lt;span id='S90'&gt;S90&lt;/span&gt; Record ID Number: MH:S90 User ID: 529D8313D7FE9C7F3F04DA24C4CB62D1 Author: Ancestry.com Title: 1860United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - Note: [[#N1118]]\n: Note &lt;span id='N1118'&gt;N1118&lt;/span&gt;1 _APID 7667\n: Record ID Number: MH:N12762\n: PRIN MH:S90\n\n=== Notes ===: Note &lt;span id='N359'&gt;N359&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6742::37836946\n: Record ID Number: MH:N2324\n: PRIN MH:SC2351\n: Note &lt;span id='N360'&gt;N360&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4283000&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7667::4283000\n: Record ID Number: MH:N2325\n: PRIN MH:SC2352\n: Note &lt;span id='N361'&gt;N361&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264048&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7163::41264048\n: Record ID Number: MH:N2326\n: PRIN MH:SC2353\n: Note &lt;span id='N362'&gt;N362&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4283000&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2327\n: PRIN MH:SC2354\n: Note &lt;span id='N363'&gt;N363&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264048&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2328\n: PRIN MH:SC2355\n: Note &lt;span id='N364'&gt;N364&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2329\n: PRIN MH:SC2356\n: Note &lt;span id='N365'&gt;N365&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=5283536&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2330\n: PRIN MH:SC2357\n: Note &lt;span id='N366'&gt;N366&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1840usfedcenancestry&amp;h=2895987&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2331\n: PRIN MH:SC2358\n: Note &lt;span id='N367'&gt;N367&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1850usfedcenancestry&amp;h=5283536&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2332\n: PRIN MH:SC2359\n\n: Note &lt;span id='N368'&gt;N368&lt;/span&gt;Snydertown Reformed Church Cemetery\n: Record ID Number: MH:N2333\n: PRIN MH:IF1463\n: Note &lt;span id='N369'&gt;N369&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2334\n: PRIN MH:SC2360\n: Note &lt;span id='N370'&gt;N370&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2335\n: PRIN MH:SC2361\n: Note &lt;span id='N371'&gt;N371&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2336\n: PRIN MH:SC2362\n: Note &lt;span id='N372'&gt;N372&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264048&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2337\n: PRIN MH:SC2363\n: Note &lt;span id='N373'&gt;N373&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4283000&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2338\n: PRIN MH:SC2364\n: Note &lt;span id='N374'&gt;N374&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2339\n: PRIN MH:SC2365\n: Note &lt;span id='N375'&gt;N375&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2340\n: PRIN MH:SC2366\n: Note &lt;span id='N376'&gt;N376&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264048&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7163::41264048\n: Record ID Number: MH:N2341\n: PRIN MH:SC2367\n: Note &lt;span id='N377'&gt;N377&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1860usfedcenancestry&amp;h=4283000&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7667::4283000\n: Record ID Number: MH:N2342\n: PRIN MH:SC2368\n: Note &lt;span id='N378'&gt;N378&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=37836946&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6742::37836946\n: Record ID Number: MH:N2343\n: PRIN MH:SC2369\n\n: Note &lt;span id='N379'&gt;N379&lt;/span&gt;2 _APID 1030\n: Record ID Number: MH:N2344\n: PRIN MH:SC2349\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileRebuck-8 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mBP5V8 fWSU8R sAB7Q8
iAB7Q8 sKTRBK whttps://www.WikiTree.com/wiki/Schrope-1 pSarah qSchrope gf b18180907 z1 d18910222
iOMW8F whttps://www.WikiTree.com/wiki/Rebuck-7 pLydia A qRebuck gf b18610610 vRush, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D830F7D9BC76A3F04DA24C4CB62D1\n:: Record ID Number: MH:IF1413\n:: Date: 10 JUN 1861:: Place: Rush, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S120]] Record ID Number: MH:SC2262 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image:. Data: Text: Birth date: abt 1861Birth place: PennsylvaniaResidence date: 1870Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N272]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S119]] Record ID Number: MH:SC2263 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Data: Text: Birth date: abt 1861Birth place: PennsylvaniaResidence date: 1880Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N273]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S118]] Record ID Number: MH:SC2264 Page: Year:1910; Census Place: Rush, Northumberland, Pennsylvania; Roll: T624_1384; Page: 6A; En Data: Text: Birth date: abt 1862Birth place: PennsylvaniaResidence date: 1910Residence place: Rush, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N274]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S117]] Record ID Number: MH:SC2265 Data: Text: Birthdate: abt 1862Birth place: PennsylvaniaResidence date: 1910Residence place: Northumberland, PA Quality or Certainty of Data: 0 Note: [[#N275]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S134]] Record ID Number: MH:SC2266 Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll:T623_1398; Page: 17B; En Data: Text: Birth date: Jun 1861Birth place: PennsylvaniaMarriage date: 1889Marriage place: Residence date: 1900Residence place: Conyngham, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N276]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S54]] Record ID Number: MH:SC2267 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Data: Text: Birth date: abt 1861 Birth place: Pennsylvania Residence date: 1870 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N277]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2268 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Film: 1255164; Page: 396.3000; Enumeration District: 161; Image: 0552. Data:Text: Birth date: abt 1861 Birth place: Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N278]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S52]] Record ID Number: MH:SC2269 Data: Text: Birth date:abt 1862 Birth place: Pennsylvania Residence date: 1910 Residence place: Northumberland, PA Quality or Certainty of Data: 0 Note: [[#N279]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S51]] Record ID Number: MH:SC2270 Page: Year: 1910; Census Place: Rush, Northumberland, Pennsylvania; Roll: T624_1384; Page: 6A; Enumeration District: 97; Image: 172. Data: Text:Birth date: abt 1862 Birth place: Pennsylvania Residence date: 1910 Residence place: Rush, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N280]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC2271 Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jun 1861 Birth place: Pennsylvania Marriage date: 1889 Marriage place: Residence date: 1900 Residence place: Conyngham Township, Southeast, Southwest &amp; West Election Districts, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N281]]&lt;/ref&gt;\n\n=== Death ===\n: Death:\n:: User ID: 52A0819829FBC4EF8F04DA24C4CB61E5\n:: Record ID Number: MH:IF11143\n\n=== Record ID Number ===\n: Record ID Number: MH:I267\n\n=== User ID ===\n: User ID: 529D6C60F175F2FED001EC9B2EE86819\n\n=== UPD ===\n: UPD 05 DEC 2013 06:37:28 GMT-7\n\n=== Residence ===\n: Residence:\n:: User ID: 529D830F7DADB76A5F04DA24C4CB62D1\n:: Record ID Number: MH:IF1414\n:: Date: 1915:: Age: 53-54&lt;ref&gt;Source: [[#S191]] Record ID Number: MH:SC2272 Data: Text: Residence date: 1915 Residence place: Sunbury, Pennsylvania, USA Quality or Certainty of Data: 0 Note: [[#N282]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7DBE076A7F04DA24C4CB62D1\n:: Record ID Number: MH:IF1415\n:: Date: 1900:: Age: 38-39&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC2273 Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll:T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jun 1861 Birth place: Pennsylvania Marriage date: 1889 Marriage place: Residence date: 1900 Residence place: Conyngham Township, Southeast, Southwest &amp; West Election Districts, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N283]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7DCA876A8F04DA24C4CB62D1\n:: Record ID Number: MH:IF1416\n:: Date: 1900\n:: Age: 38-39\n: Residence:\n:: User ID: 529D830F7DDB676AAF04DA24C4CB62D1\n:: Record ID Number: MH:IF1417\n:: Date: 1910:: Age: 48-49&lt;ref&gt;Source: [[#S51]] Record ID Number: MH:SC2274 Page: Year: 1910; Census Place: Rush, Northumberland, Pennsylvania; Roll: T624_1384; Page: 6A; Enumeration District: 97; Image: 172. Data: Text: Birth date: abt 1862 Birth place: Pennsylvania Residence date: 1910 Residence place: Rush, Northumberland, Pennsylvania Quality orCertainty of Data: 0 Note: [[#N284]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7DEB676ACF04DA24C4CB62D1\n:: Record ID Number: MH:IF1418\n:: Date: 1910:: Age: 48-49&lt;ref&gt;Source: [[#S52]] Record ID Number: MH:SC2275 Data: Text: Birth date: abt 1862 Birth place: Pennsylvania Residencedate: 1910 Residence place: Northumberland, PA Quality or Certaintyof Data: 0 Note: [[#N285]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7DFB476AEF04DA24C4CB62D1\n:: Record ID Number: MH:IF1419\n:: Date: 1880:: Age: 18-19&lt;ref&gt;Source: [[#S53]] Record ID Number: MH:SC2276 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Film: 1255164; Page: 396.3000; Enumeration District: 161; Image: 0552. Data: Text: Birth date: abt 1861 Birth place: Pennsylvania Residence date: 1880 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N286]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7E0EE76B0F04DA24C4CB62D1\n:: Record ID Number: MH:IF1420\n:: Date: 1870:: Age: 8-9&lt;ref&gt;Source: [[#S54]] Record ID Number: MH:SC2277 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll: M593_; Page: ; Image: . Data: Text: Birth date: abt 1861 Birth place: Pennsylvania Residence date: 1870 Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0Note: [[#N287]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7E26176B2F04DA24C4CB62D1\n:: Record ID Number: MH:IF1421\n:: Date: 1910:: Age: 48-49&lt;ref&gt;Source: [[#S117]] Record ID Number: MH:SC2278 Data: Text: Birth date: abt 1862Birth place: PennsylvaniaResidence date: 1910Residence place: Northumberland, PA Quality or Certainty of Data: 0 Note: [[#N288]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7E3CD76B4F04DA24C4CB62D1\n:: Record ID Number: MH:IF1422\n:: Date: 1910:: Age: 48-49&lt;ref&gt;Source: [[#S118]] Record ID Number: MH:SC2279 Page: Year: 1910; Census Place: Rush, Northumberland, Pennsylvania; Roll: T624_1384; Page: 6A; En Data: Text: Birth date: abt 1862Birth place: PennsylvaniaResidence date: 1910Residence place: Rush, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N289]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7E54876B6F04DA24C4CB62D1\n:: Record ID Number: MH:IF1423\n:: Date: 1880:: Age: 18-19&lt;ref&gt;Source: [[#S119]] Record ID Number: MH:SC2280 Page: Year: 1880; Census Place: Rush, Northumberland, Pennsylvania; Roll: T9_1164; Family History Data: Text: Birth date: abt 1861Birth place: PennsylvaniaResidence date: 1880Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0Note: [[#N290]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7E6B276B8F04DA24C4CB62D1\n:: Record ID Number: MH:IF1424\n:: Date: 1870:: Age: 8-9&lt;ref&gt;Source: [[#S120]] Record ID Number: MH:SC2281 Page: Year: 1870; Census Place: Rush, Northumberland, Pennsylvania; Roll:M593_; Page: ; Image: . Data: Text: Birth date: abt 1861Birth place: PennsylvaniaResidence date: 1870Residence place: Rush, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N291]]&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N293]]\n: Note: [[#N294]]\n\n=== Marriage ===\n\n: Record ID Number: MH:F129\n: User ID: 529D6C62163BEA160001EC9B2EE86819\n: Husband: [[Raker-32|Peter Raker]]\n: Wife: [[Rebuck-7|Lydia A Rebuck]]\n: Child: [[Raker-33|Lucy E Raker]]\n: Marriage:\n:: User ID: 529D8313AFD4FC566F04DA24C4CB62D1\n:: Record ID Number: MH:FF65\n:: Date: 20 DEC 1888:: Place: Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC14980 Page: Year: 1900; Census Place:Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jun 1861 Birth place:Pennsylvania Marriage date: 1889 Marriage place: Residence date: 1900 Residence place: Conyngham Township, Southeast, Southwest &amp; WestElection Districts, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N1097]]&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S117'&gt;S117&lt;/span&gt; Record ID Number: MH:S117 UserID: 529D8313D8894C814F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania 1910 Miracode Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.Original data - Pennsylvania Miracode. Washington, D Note: [[#N1124]]\n: Note &lt;span id='N1124'&gt;N1124&lt;/span&gt;1 _APID 5103\n: Record ID Number: MH:N12768\n: PRIN MH:S117* Source: &lt;span id='S118'&gt;S118&lt;/span&gt; Record ID Number: MH:S118 UserID: 529D8313D8937C816F04DA24C4CB62D1 Author: Ancestry.com Title: 1910 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006. For details on the contents of the film numbers, vi Note: [[#N1125]]\n: Note &lt;span id='N1125'&gt;N1125&lt;/span&gt;1 _APID 7884\n: Record ID Number: MH:N12769\n: PRIN MH:S118* Source: &lt;span id='S119'&gt;S119&lt;/span&gt; Record ID Number: MH:S119 UserID: 529D8313D89C5C818F04DA24C4CB62D1 Author: Ancestry.com and The Church of Jesus Christ of Latter-day Saints Title: 1880 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2005. 1880 U.S. Census Index provided by The Church of Je Note: [[#N1126]]\n: Note &lt;span id='N1126'&gt;N1126&lt;/span&gt;1 _APID 6742\n: Record ID Number: MH:N12770\n: PRIN MH:S119* Source: &lt;span id='S120'&gt;S120&lt;/span&gt; Record ID Number: MH:S120 UserID: 529D8313D8A59C81AF04DA24C4CB62D1 Author: Ancestry.com Title: 1870 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - Note: [[#N1127]]\n: Note &lt;span id='N1127'&gt;N1127&lt;/span&gt;1 _APID 7163\n: Record ID Number: MH:N12771\n: PRIN MH:S120* Source: &lt;span id='S133'&gt;S133&lt;/span&gt; Record ID Number: MH:S133 UserID: 529D8313D8D8EC829F04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1129]] Record ID Number: MH:SC2260 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=14901988&amp;pid=181203478 Quality or Certainty of Data: 0 Note: [[#N292]]: Note &lt;span id='N1129'&gt;N1129&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created. 1 _APID 1030\n: Record ID Number: MH:N12773\n: PRIN MH:S133* Source: &lt;span id='S134'&gt;S134&lt;/span&gt; Record ID Number: MH:S134 UserID: 529D8313D8DB4C82AF04DA24C4CB62D1 Author: Ancestry.com Title: 1900 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - UnitedStates of America, Bureau of* Source: &lt;span id='S135'&gt;S135&lt;/span&gt; Record ID Number: MH:S135 UserID: 529D8313D8E25C82CF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1130]] Record ID Number: MH:SC2259 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13971058&amp;pid=72604525 Quality or Certainty of Data: 0: Note &lt;span id='N1130'&gt;N1130&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12774\n: PRIN MH:S135* Source: &lt;span id='S191'&gt;S191&lt;/span&gt; Record ID Number: MH:S191 UserID: 529D8313D98A6C86AF04DA24C4CB62D1 Author: Ancestry.com Title: U.S. City Directories (Beta) Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Original sources vary according to directory. The title of the specific directory being viewed is listed at thetop of the image viewer page. Check the directory tit* Source: &lt;span id='S50'&gt;S50&lt;/span&gt; Record ID Number: MH:S50 User ID: 529D8313D75A1C7C5F04DA24C4CB62D1 Author: Ancestry.com Title: 1900United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - United States of America, Bureau of the Census. Twelfth Census of the United States, 1900. Washington, D.C.: National Archives and Records Administration, 1900. T623, 1* Source: &lt;span id='S51'&gt;S51&lt;/span&gt; Record ID Number: MH:S51 User ID: 529D8313D75D4C7C6F04DA24C4CB62D1 Author: Ancestry.com Title: 1910United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006. For details on the contents of the film numbers, visit the following NARA web page: NARA.Original data - United States of America, Bureau of the Census. Thirteenth Census of the Unite* Source: &lt;span id='S52'&gt;S52&lt;/span&gt; Record ID Number: MH:S52 User ID: 529D8313D7607C7C7F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania 1910 Miracode Index Publication: Online publication - Provo,UT, USA: Ancestry.com Operations Inc, 2000.Original data - Pennsylvania Miracode. Washington, D.C.: National Archives and Records Administration.Original data: PennsylvaniaMiracode. Washington, D.C.: National Archives and Reco* Source: &lt;span id='S53'&gt;S53&lt;/span&gt; Record ID Number: MH:S53 User ID: 529D8313D763BC7C8F04DA24C4CB62D1 Author: Ancestry.com and The Church of Jesus Christ of Latter-day Saints Title: 1880 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2005. 1880 U.S. Census Index provided by The Church of Jesus Christ of Latter-day Saints © Copyright 1999 Intellectual Reserve, Inc.All rights reserved. All use is subject to the limited* Source: &lt;span id='S54'&gt;S54&lt;/span&gt; Record ID Number: MH:S54 User ID: 529D8313D766DC7C9F04DA24C4CB62D1 Author: Ancestry.com Title: 1870United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2009. Images reproduced by FamilySearch.Original data - 1870 U.S. census, population schedules. NARA microfilm publication M593, 1,761 rolls. Washington, D.C.: NationalArchives and Recor* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC2261 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=267 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57\n\n=== Notes ===: Note &lt;span id='N272'&gt;N272&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264050&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7163::4126405\n: Record ID Number: MH:N2237\n: PRIN MH:SC2262\n: Note &lt;span id='N273'&gt;N273&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=50451781&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6742::50451781\n: Record ID Number: MH:N2238\n: PRIN MH:SC2263\n: Note &lt;span id='N274'&gt;N274&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25187915&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7884::25187915\n: Record ID Number: MH:N2239\n: PRIN MH:SC2264\n: Note &lt;span id='N275'&gt;N275&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1641836&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 5103::1641836\n: Record ID Number: MH:N2240\n: PRIN MH:SC2265\n: Note &lt;span id='N276'&gt;N276&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471004&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2241\n: PRIN MH:SC2266\n: Note &lt;span id='N277'&gt;N277&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264050&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2242\n: PRIN MH:SC2267\n: Note &lt;span id='N278'&gt;N278&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=50451781&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2243\n: PRIN MH:SC2268\n: Note &lt;span id='N279'&gt;N279&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1641836&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2244\n: PRIN MH:SC2269\n: Note &lt;span id='N280'&gt;N280&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25187915&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2245\n: PRIN MH:SC2270\n: Note &lt;span id='N281'&gt;N281&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471004&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2246\n: PRIN MH:SC2271\n: Note &lt;span id='N282'&gt;N282&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=usdirectories&amp;h=196658750&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2247\n: PRIN MH:SC2272\n: Note &lt;span id='N283'&gt;N283&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471004&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2248\n: PRIN MH:SC2273\n: Note &lt;span id='N284'&gt;N284&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25187915&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2249\n: PRIN MH:SC2274\n: Note &lt;span id='N285'&gt;N285&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1641836&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2250\n: PRIN MH:SC2275\n: Note &lt;span id='N286'&gt;N286&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=50451781&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2251\n: PRIN MH:SC2276\n: Note &lt;span id='N287'&gt;N287&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264050&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2252\n: PRIN MH:SC2277\n: Note &lt;span id='N288'&gt;N288&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1641836&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 5103::1641836\n: Record ID Number: MH:N2253\n: PRIN MH:SC2278\n: Note &lt;span id='N289'&gt;N289&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25187915&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7884::25187915\n: Record ID Number: MH:N2254\n: PRIN MH:SC2279\n: Note &lt;span id='N290'&gt;N290&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1880usfedcen&amp;h=50451781&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6742::50451781\n: Record ID Number: MH:N2255\n: PRIN MH:SC2280\n: Note &lt;span id='N291'&gt;N291&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1870usfedcen&amp;h=41264050&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7163::4126405\n: Record ID Number: MH:N2256\n: PRIN MH:SC2281\n\n: Note &lt;span id='N292'&gt;N292&lt;/span&gt;2 _APID 1030\n: Record ID Number: MH:N2257\n: PRIN MH:SC2260\n: Note &lt;span id='N293'&gt;N293&lt;/span&gt;1 UID 823E372A13D8F749853D961C13F83F141EF2\n: Record ID Number: MH:N2258\n: PRIN MH:I267\n: Note &lt;span id='N294'&gt;N294&lt;/span&gt;1 UID 9C9F7A788581C94D8F1854935C65E5C13E4C\n: Record ID Number: MH:N2259\n: PRIN MH:I267\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileRebuck-7 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mAB7Q8 fKTRBK sYCXX9
iYCXX9 sOMW8F whttps://www.WikiTree.com/wiki/Raker-32 pPeter qRaker gm b18440000 z1 d19080000
iGRM8N whttps://www.WikiTree.com/wiki/Raker-33 pLucy E qRaker gf b18900723 vDanville, Montour, Pennsylvania, USA z1 d19460000 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D830F7FC1576E6F04DA24C4CB62D1\n:: Record ID Number: MH:IF1433\n:: Date: 23 JUL 1890:: Place: Danville, Montour, Pennsylvania, USA&lt;ref&gt;Source: [[#S105]] Record ID Number: MH:SC2304 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1889Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N314]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S103]] Record ID Number: MH:SC2305 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date:1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N315]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S121]] Record ID Number: MH:SC2306 Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; En Data: Text: Birth date: Jul 1890Birth place: PennsylvaniaResidence date: 1900Residence place: Conyngham, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N316]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S118]] Record ID Number: MH:SC2307 Page: Year: 1910; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: T624_1384; Pa Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1910Residenceplace: Sunbury Ward 8, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N317]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S117]] Record ID Number: MH:SC2308 Data: Text: Birth date: abt 1891Birth place:PennsylvaniaResidence date: 1910Residence place: Northumberland, Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N318]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC2309 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1889Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N319]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC2310 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N320]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S125]] Record ID Number: MH:SC2311 Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1910Residence place: Northumberland, Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N321]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S136]] Record ID Number: MH:SC2312 Page: Year: 1910; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: T624_1384; Pa Data: Text: Birth date: abt 1891Birthplace: PennsylvaniaResidence date: 1910Residence place: Sunbury Ward 8, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N322]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC2313Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jul 1890 Birth place: Pennsylvania Residence date: 1900 Residence place: Conyngham, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N323]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S47]] Record ID Number: MH:SC2314 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enumeration District: 75; Image: 843.0. Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1930 Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N324]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC2315 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data: Text: Birth date: abt 1889 Birth place: Pennsylvania Residence date: 1920Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N325]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S52]]Record ID Number: MH:SC2316 Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1910 Residence place: Northumberland, Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N326]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S51]] Record ID Number: MH:SC2317 Page: Year:1910; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1910 Residence place: Sunbury Ward 8, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N327]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S209]] Record ID Number: MH:SC2318 Page: Year: 1940; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: T627_3598; Page: 13A; Enumeration District: 49-98. Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1 Apr 1940 Residence place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N328]]&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D830F805C176F9F04DA24C4CB62D1\n:: Record ID Number: MH:IF1443\n:: Date: 1946\n:: Place: Sunbury, Northumberland, Pennsylvania, United States\n:: Age: 55-56\n\n=== Record ID Number ===\n: Record ID Number: MH:I269\n\n=== User ID ===\n: User ID: 529D6C60F2C8F3060001EC9B2EE86819\n\n=== Residence ===\n: Residence:\n:: User ID: 529D830F7F74576D6F04DA24C4CB62D1\n:: Record ID Number: MH:IF1432\n:: Date: 1927:: Age: 36-37&lt;ref&gt;Source: [[#S191]] Record ID Number: MH:SC2319 Data: Text: Residence date: 1927 Residence place: Sunbury, Pennsylvania, USA Quality or Certainty of Data: 0 Note: [[#N313]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7FD2B76E8F04DA24C4CB62D1\n:: Record ID Number: MH:IF1434\n:: Date: 1 APR 1940:: Age: 49&lt;ref&gt;Source: [[#S209]] Record ID Number: MH:SC2320 Page: Year: 1940; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: T627_3598; Page: 13A; Enumeration District: 49-98. Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1 Apr1940 Residence place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N329]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7FE2076EAF04DA24C4CB62D1\n:: Record ID Number: MH:IF1435\n:: Date: 1929:: Age: 38-39&lt;ref&gt;Source: [[#S191]] Record ID Number: MH:SC2321 Data: Text: Residence date: 1929 Residence place: Sunbury, Pennsylvania, USA Quality or Certainty of Data: 0 Note: [[#N330]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F7FF1D76ECF04DA24C4CB62D1\n:: Record ID Number: MH:IF1436\n:: Date: 1900:: Age: 9-10&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC2322 Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jul 1890 Birth place: Pennsylvania Residence date: 1900 Residence place: Conyngham, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N331]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8003276EEF04DA24C4CB62D1\n:: Record ID Number: MH:IF1437\n:: Date: 1910:: Age: 19-20&lt;ref&gt;Source: [[#S51]] Record ID Number: MH:SC2323 Page: Year: 1910; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: ; Page: ; Enumeration District: ; Image: . Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1910Residence place: Sunbury Ward 8, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N332]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8013576F0F04DA24C4CB62D1\n:: Record ID Number: MH:IF1438\n:: Date: 1920:: Age: 29-30&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC2324 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data: Text: Birth date: abt 1889 Birth place: Pennsylvania Residence date: 1920 Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N333]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8023076F2F04DA24C4CB62D1\n:: Record ID Number: MH:IF1439\n:: Date: 1910:: Age: 19-20&lt;ref&gt;Source: [[#S52]] Record ID Number: MH:SC2325 Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residencedate: 1910 Residence place: Northumberland, Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N334]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8032A76F4F04DA24C4CB62D1\n:: Record ID Number: MH:IF1440\n:: Date: 1920:: Age: 29-30&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC2326 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data: Text: Birth date: abt 1889 Birth place: Pennsylvania Residence date: 1920 Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N335]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8042676F6F04DA24C4CB62D1\n:: Record ID Number: MH:IF1441\n:: Date: 1930:: Age: 39-40&lt;ref&gt;Source: [[#S47]] Record ID Number: MH:SC2327 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enumeration District: 75; Image: 843.0. Data: Text: Birth date: abt 1891 Birth place: Pennsylvania Residence date: 1930 Residence place: Sunbury, Northumberland, Pennsylvania Qualityor Certainty of Data: 0 Note: [[#N336]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F8052076F8F04DA24C4CB62D1\n:: Record ID Number: MH:IF1442\n:: Date: 1900:: Age: 9-10&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC2328 Page: Year: 1900; Census Place: Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jul 1890 Birth place: Pennsylvania Residence date: 1900 Residence place: Conyngham, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N337]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F806BB76FBF04DA24C4CB62D1\n:: Record ID Number: MH:IF1444\n:: Date: 1910:: Age: 19-20&lt;ref&gt;Source: [[#S117]] Record ID Number: MH:SC2329 Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1910Residence place: Northumberland, Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N338]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F807E176FDF04DA24C4CB62D1\n:: Record ID Number: MH:IF1445\n:: Date: 1910:: Age: 19-20&lt;ref&gt;Source: [[#S118]] Record ID Number: MH:SC2330 Page: Year: 1910; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: T624_1384; Pa Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1910Residence place: Sunbury Ward8, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N339]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F808FC76FFF04DA24C4CB62D1\n:: Record ID Number: MH:IF1446\n:: Date: 1930:: Age: 39-40&lt;ref&gt;Source: [[#S103]] Record ID Number: MH:SC2331 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N340]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F809F97701F04DA24C4CB62D1\n:: Record ID Number: MH:IF1447\n:: Date: 1920:: Age: 29-30&lt;ref&gt;Source: [[#S105]] Record ID Number: MH:SC2332 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1889Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N341]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F80AF47703F04DA24C4CB62D1\n:: Record ID Number: MH:IF1448\n:: Date: 1910:: Age: 19-20&lt;ref&gt;Source: [[#S136]] Record ID Number: MH:SC2333 Page: Year: 1910; Census Place: Sunbury Ward 8, Northumberland, Pennsylvania; Roll: T624_1384; Pa Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1910Residence place: Sunbury Ward8, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N342]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F80C777705F04DA24C4CB62D1\n:: Record ID Number: MH:IF1449\n:: Date: 1910:: Age: 19-20&lt;ref&gt;Source: [[#S125]] Record ID Number: MH:SC2334 Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1910Residence place: Northumberland, Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N343]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F80D837707F04DA24C4CB62D1\n:: Record ID Number: MH:IF1450\n:: Date: 1930:: Age: 39-40&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC2335 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1891Birth place: PennsylvaniaResidence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N344]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830F80E837709F04DA24C4CB62D1\n:: Record ID Number: MH:IF1451\n:: Date: 1920:: Age: 29-30&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC2336 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1889Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N345]]&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N347]]\n: Note: [[#N348]]\n\n=== Marriage ===\n\n: Record ID Number: MH:F129\n: User ID: 529D6C62163BEA160001EC9B2EE86819\n: Husband: [[Raker-32|Peter Raker]]\n: Wife: [[Rebuck-7|Lydia A Rebuck]]\n: Child: [[Raker-33|Lucy E Raker]]\n: Marriage:\n:: User ID: 529D8313AFD4FC566F04DA24C4CB62D1\n:: Record ID Number: MH:FF65\n:: Date: 20 DEC 1888:: Place: Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S50]] Record ID Number: MH:SC14980 Page: Year: 1900; Census Place:Conyngham, Columbia, Pennsylvania; Roll: T623_1398; Page: 17B; Enumeration District: 12. Data: Text: Birth date: Jun 1861 Birth place:Pennsylvania Marriage date: 1889 Marriage place: Residence date: 1900 Residence place: Conyngham Township, Southeast, Southwest &amp; WestElection Districts, Columbia, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N1097]]&lt;/ref&gt;\n\n== Sources ==\n* Source: &lt;span id='S103'&gt;S103&lt;/span&gt; Record ID Number: MH:S103 UserID: 529D8313D83F4C803F04DA24C4CB62D1 Author: Ancestry.com Title: 1930 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - UnitedStates of America, Bureau of Note: [[#N1121]]\n: Note &lt;span id='N1121'&gt;N1121&lt;/span&gt;1 _APID 6224\n: Record ID Number: MH:N12765\n: PRIN MH:S103* Source: &lt;span id='S105'&gt;S105&lt;/span&gt; Record ID Number: MH:S105 UserID: 529D8313D84C1C806F04DA24C4CB62D1 Author: Ancestry.com Title: 1920 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009. Images reproduced by FamilySearch. For details on t Note: [[#N1122]]\n: Note &lt;span id='N1122'&gt;N1122&lt;/span&gt;1 _APID 6061\n: Record ID Number: MH:N12766\n: PRIN MH:S105* Source: &lt;span id='S117'&gt;S117&lt;/span&gt; Record ID Number: MH:S117 UserID: 529D8313D8894C814F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania 1910 Miracode Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2000.Original data - Pennsylvania Miracode. Washington, D Note: [[#N1124]]\n: Note &lt;span id='N1124'&gt;N1124&lt;/span&gt;1 _APID 5103\n: Record ID Number: MH:N12768\n: PRIN MH:S117* Source: &lt;span id='S118'&gt;S118&lt;/span&gt; Record ID Number: MH:S118 UserID: 529D8313D8937C816F04DA24C4CB62D1 Author: Ancestry.com Title: 1910 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006. For details on the contents of the film numbers, vi Note: [[#N1125]]\n: Note &lt;span id='N1125'&gt;N1125&lt;/span&gt;1 _APID 7884\n: Record ID Number: MH:N12769\n: PRIN MH:S118* Source: &lt;span id='S121'&gt;S121&lt;/span&gt; Record ID Number: MH:S121 UserID: 529D8313D8AECC81CF04DA24C4CB62D1 Author: Ancestry.com Title: 1900 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - UnitedStates of America, Bureau of Note: [[#N1128]]\n: Note &lt;span id='N1128'&gt;N1128&lt;/span&gt;1 _APID 7602\n: Record ID Number: MH:N12772\n: PRIN MH:S121* Source: &lt;span id='S125'&gt;S125&lt;/span&gt; Record ID Number: MH:S125 UserID: 529D8313D8BCFC820F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania 1910 Miracode Index Publication: Online publication - Provo, UT, USA: The Generations Network, Inc., 2000.Original data - Pennsylvania Miracode. Washington,* Source: &lt;span id='S130'&gt;S130&lt;/span&gt; Record ID Number: MH:S130 UserID: 529D8313D8CC5C825F04DA24C4CB62D1 Author: Ancestry.com Title: 1930 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - UnitedStates of America, Bureau of* Source: &lt;span id='S133'&gt;S133&lt;/span&gt; Record ID Number: MH:S133 UserID: 529D8313D8D8EC829F04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1129]] Record ID Number: MH:SC2302 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=14901988&amp;pid=181203516 Quality or Certainty of Data: 0 Note: [[#N346]]: Note &lt;span id='N1129'&gt;N1129&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created. 1 _APID 1030\n: Record ID Number: MH:N12773\n: PRIN MH:S133* Source: &lt;span id='S135'&gt;S135&lt;/span&gt; Record ID Number: MH:S135 UserID: 529D8313D8E25C82CF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1130]] Record ID Number: MH:SC2301 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13971058&amp;pid=71818546 Quality or Certainty of Data: 0: Note &lt;span id='N1130'&gt;N1130&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12774\n: PRIN MH:S135* Source: &lt;span id='S136'&gt;S136&lt;/span&gt; Record ID Number: MH:S136 UserID: 529D8313D8E4BC82DF04DA24C4CB62D1 Author: Ancestry.com Title: 1910 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006. For details on the contents of the film numbers, vi* Source: &lt;span id='S137'&gt;S137&lt;/span&gt; Record ID Number: MH:S137 UserID: 529D8313D8E6FC82EF04DA24C4CB62D1 Author: Ancestry.com Title: 1920 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009. Images reproduced by FamilySearch. For details on t* Source: &lt;span id='S191'&gt;S191&lt;/span&gt; Record ID Number: MH:S191 UserID: 529D8313D98A6C86AF04DA24C4CB62D1 Author: Ancestry.com Title: U.S. City Directories (Beta) Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2011.Original data - Original sources vary according to directory. The title of the specific directory being viewed is listed at thetop of the image viewer page. Check the directory tit* Source: &lt;span id='S209'&gt;S209&lt;/span&gt; Record ID Number: MH:S209 UserID: 529D8313D9CD2C87DF04DA24C4CB62D1 Author: Ancestry.com Title: 1940 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2012.Original data - United States of America, Bureau of the Census. Sixteenth Census of the United States, 1940. Washington, D.C.: National Archives and Records Administration, 1940. T62* Source: &lt;span id='S47'&gt;S47&lt;/span&gt; Record ID Number: MH:S47 User ID: 529D8313D7506C7C2F04DA24C4CB62D1 Author: Ancestry.com Title: 1930United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - United States of America, Bureau of the Census. Fifteenth Census of the United States, 1930. Washington, D.C.: National Archives and Records Administration, 1930. T626,* Source: &lt;span id='S50'&gt;S50&lt;/span&gt; Record ID Number: MH:S50 User ID: 529D8313D75A1C7C5F04DA24C4CB62D1 Author: Ancestry.com Title: 1900United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2004.Original data - United States of America, Bureau of the Census. Twelfth Census of the United States, 1900. Washington, D.C.: National Archives and Records Administration, 1900. T623, 1* Source: &lt;span id='S51'&gt;S51&lt;/span&gt; Record ID Number: MH:S51 User ID: 529D8313D75D4C7C6F04DA24C4CB62D1 Author: Ancestry.com Title: 1910United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2006. For details on the contents of the film numbers, visit the following NARA web page: NARA.Original data - United States of America, Bureau of the Census. Thirteenth Census of the Unite* Source: &lt;span id='S52'&gt;S52&lt;/span&gt; Record ID Number: MH:S52 User ID: 529D8313D7607C7C7F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania 1910 Miracode Index Publication: Online publication - Provo,UT, USA: Ancestry.com Operations Inc, 2000.Original data - Pennsylvania Miracode. Washington, D.C.: National Archives and Records Administration.Original data: PennsylvaniaMiracode. Washington, D.C.: National Archives and Reco* Source: &lt;span id='S55'&gt;S55&lt;/span&gt; Record ID Number: MH:S55 User ID: 529D8313D76A0C7CAF04DA24C4CB62D1 Author: Ancestry.com Title: 1920United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009. Images reproduced by FamilySearch. For details on the contents of the film numbers, visit the following NARA web page: NARA. Note: Enumeration Districts 819-839 onroll 323 (Chicago* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC2303 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=269 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57\n\n=== Notes ===: Note &lt;span id='N313'&gt;N313&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=usdirectories&amp;h=194757786&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2278\n: PRIN MH:SC2319\n: Note &lt;span id='N314'&gt;N314&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6061::8896388\n: Record ID Number: MH:N2279\n: PRIN MH:SC2304\n: Note &lt;span id='N315'&gt;N315&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422409&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6224::17422409\n: Record ID Number: MH:N2280\n: PRIN MH:SC2305\n: Note &lt;span id='N316'&gt;N316&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471006&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7602::46471006\n: Record ID Number: MH:N2281\n: PRIN MH:SC2306\n: Note &lt;span id='N317'&gt;N317&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25200535&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7884::25200535\n: Record ID Number: MH:N2282\n: PRIN MH:SC2307\n: Note &lt;span id='N318'&gt;N318&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1692847&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 5103::1692847\n: Record ID Number: MH:N2283\n: PRIN MH:SC2308\n: Note &lt;span id='N319'&gt;N319&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2284\n: PRIN MH:SC2309\n: Note &lt;span id='N320'&gt;N320&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422409&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2285\n: PRIN MH:SC2310\n: Note &lt;span id='N321'&gt;N321&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1692847&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2286\n: PRIN MH:SC2311\n: Note &lt;span id='N322'&gt;N322&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25200535&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2287\n: PRIN MH:SC2312\n: Note &lt;span id='N323'&gt;N323&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471006&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2288\n: PRIN MH:SC2313\n: Note &lt;span id='N324'&gt;N324&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422409&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2289\n: PRIN MH:SC2314\n: Note &lt;span id='N325'&gt;N325&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2290\n: PRIN MH:SC2315\n: Note &lt;span id='N326'&gt;N326&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1692847&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2291\n: PRIN MH:SC2316\n: Note &lt;span id='N327'&gt;N327&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25200535&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2292\n: PRIN MH:SC2317\n: Note &lt;span id='N328'&gt;N328&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1940usfedcen&amp;h=27789171&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2293\n: PRIN MH:SC2318\n: Note &lt;span id='N329'&gt;N329&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1940usfedcen&amp;h=27789171&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2294\n: PRIN MH:SC2320\n: Note &lt;span id='N330'&gt;N330&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=usdirectories&amp;h=194775048&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2295\n: PRIN MH:SC2321\n: Note &lt;span id='N331'&gt;N331&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471006&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2296\n: PRIN MH:SC2322\n: Note &lt;span id='N332'&gt;N332&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25200535&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2297\n: PRIN MH:SC2323\n: Note &lt;span id='N333'&gt;N333&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2298\n: PRIN MH:SC2324\n: Note &lt;span id='N334'&gt;N334&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1692847&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2299\n: PRIN MH:SC2325\n: Note &lt;span id='N335'&gt;N335&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2300\n: PRIN MH:SC2326\n: Note &lt;span id='N336'&gt;N336&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422409&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2301\n: PRIN MH:SC2327\n: Note &lt;span id='N337'&gt;N337&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1900usfedcen&amp;h=46471006&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2302\n: PRIN MH:SC2328\n: Note &lt;span id='N338'&gt;N338&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1692847&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 5103::1692847\n: Record ID Number: MH:N2303\n: PRIN MH:SC2329\n: Note &lt;span id='N339'&gt;N339&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25200535&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 7884::25200535\n: Record ID Number: MH:N2304\n: PRIN MH:SC2330\n: Note &lt;span id='N340'&gt;N340&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422409&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6224::17422409\n: Record ID Number: MH:N2305\n: PRIN MH:SC2331\n: Note &lt;span id='N341'&gt;N341&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6061::8896388\n: Record ID Number: MH:N2306\n: PRIN MH:SC2332\n: Note &lt;span id='N342'&gt;N342&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910uscenindex&amp;h=25200535&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2307\n: PRIN MH:SC2333\n: Note &lt;span id='N343'&gt;N343&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1910pamir&amp;h=1692847&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2308\n: PRIN MH:SC2334\n: Note &lt;span id='N344'&gt;N344&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422409&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2309\n: PRIN MH:SC2335\n: Note &lt;span id='N345'&gt;N345&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963880&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N2310\n: PRIN MH:SC2336\n\n: Note &lt;span id='N346'&gt;N346&lt;/span&gt;2 _APID 1030\n: Record ID Number: MH:N2311\n: PRIN MH:SC2302\n: Note &lt;span id='N347'&gt;N347&lt;/span&gt;1 UID F6BFDD1C680C464A85C5E011F905D57131FB\n: Record ID Number: MH:N2312\n: PRIN MH:I269\n: Note &lt;span id='N348'&gt;N348&lt;/span&gt;1 UID F3CC772DF4123844AB4A02FD3E652F3DE8D6\n:\n:\n:\n:\n: 1 NAME Lucie A /Racker/\n:\n: 1 NAME Etta\n:\n: 1 NAME Lucie\n:\n: 1 NAME /Raker Rupp/\n:\n: 1 NAME /Broscious/\n:\n:\n:\n:\n:\n: Grandma Lucy Etta Raker and Granddaughter Patti Schaffner\n:: http://trees.ancestry.com/rd?f=image&amp;guid=3a4cc070-fcee-424d-bb23-ce5faad58f9c&amp;tid=13971058&amp;pid=71818546\n:\n:\n:\n: Pappy &amp; Grandma Lucy Etta Raker Rupp Broscious\n:: http://trees.ancestry.com/rd?f=image&amp;guid=020d0459-7ec1-4dad-b7ce-fa9fe466114c&amp;tid=13971058&amp;pid=71818546\n:\n:\n:\n: Grandma Lucy Etta Raker and Granddaughter Patti Schaffner\n:: http://trees.ancestry.com/rd?f=image&amp;guid=75ded3c0-f8a7-4f7a-a714-115f4acfbd3a&amp;tid=14901988&amp;pid=181203516\n:\n:\n:\n: Pappy &amp; Grandma Lucy Etta Raker Rupp Broscious\n:: http://trees.ancestry.com/rd?f=image&amp;guid=4616ecb0-93b3-4c62-84ee-ec31a5e36510&amp;tid=14901988&amp;pid=181203516\n: Record ID Number: MH:N2313\n: PRIN MH:I269\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileRaker-33 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mOMW8F fYCXX9 sIKQWN
iIKQWN sGRM8N whttps://www.WikiTree.com/wiki/Rupp-164 pClark Clarence qRupp gm b18691105 z1 d19300323
iLKWR9 whttps://www.WikiTree.com/wiki/Rupp-162 pSarah Jane qRupp gf b19170817 vSunbury, Northumberland, Pennsylvania, United States z1 d19850213 ySunbury, Northumberland, Pennsylvania, United States o== Biography ==\n\n&lt;ref&gt;Entered by Jeff Kline.&lt;/ref&gt;\n\n== Sources ==\n\nPersonal knowledge. This is my maternal grandmother.\n\n=== Footnotes ===\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThanks to [[Kline-610|Jeff Kline]] for starting this profile. Click the Changes tab for the details of contributions by Jeff and others.\n\n\n----\n\n== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D830E25ED46C4FF04DA24C4CB62D1\n:: Record ID Number: MH:IF372\n:: Date: 17 AUG 1917:: Place: Sunbury, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S103]] Record ID Number: MH:SC642 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N128]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S105]] Record ID Number: MH:SC643 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Qualityor Certainty of Data: 0 Note: [[#N129]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S102]]Record ID Number: MH:SC644 Page: Number: 165-16-0161; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 17 Aug 1917Birth place: Death date: Feb 1985Death place: Sunbury, Northumberland, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N130]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC645 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N131]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC646 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N132]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S131]] Record ID Number: MH:SC647 Page: Number: 165-16-0161; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 17 Aug 1917Birth place: Death date: Feb 1985Death place: Sunbury, Northumberland, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N133]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC648 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data:Text: Birth date: abt 1917 Birth place: Pennsylvania Residence date: 1920 Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N134]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S47]] Record ID Number: MH:SC649 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enumeration District: 75; Image: 843.0. Data: Text: Birth date: abt 1918 Birth place: Residence date: 1930 Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N135]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S58]] Record ID Number: MH:SC650 Page: Number:165-16-0161; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 17 Aug 1917 Birth place: Death date: Feb 1985 Death place: Sunbury, Northumberland, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N136]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S197]] Record ID Number: MH:SC651 Data: Text: burial place: Stonington, Northumberland County, Pennsylvania, USA birth date: 17 Aug 1917 birth place: Sunbury, Northumberland, Pennsylvania, United States Name: Sarah Jane Rupp death date: 13 Feb 1985 death place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N137]]&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D830E25AC16C44F04DA24C4CB62D1\n:: Record ID Number: MH:IF371\n:: Date: 13 FEB 1985\n:: Place: Sunbury, Northumberland, Pennsylvania, United States:: Age: 67&lt;ref&gt;Source: [[#S102]] Record ID Number: MH:SC638 Page:Number: 165-16-0161; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 17 Aug 1917Birth place: Death date: Feb 1985Death place: Sunbury, Northumberland, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N124]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S131]] Record ID Number: MH:SC639 Page: Number: 165-16-0161; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 17 Aug 1917Birth place: Death date: Feb 1985Death place: Sunbury, Northumberland, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N125]]&lt;/ref&gt;&lt;ref&gt;Source:[[#S58]] Record ID Number: MH:SC640 Page: Number: 165-16-0161; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 17 Aug 1917 Birth place: Death date: Feb 1985 Death place: Sunbury, Northumberland, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N126]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S197]] Record ID Number: MH:SC641 Data: Text: burial place: Stonington, Northumberland County, Pennsylvania, USA birth date: 17 Aug 1917 birth place: Sunbury, Northumberland, Pennsylvania, United States Name:Sarah Jane Rupp death date: 13 Feb 1985 death place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data:0 Note: [[#N127]]&lt;/ref&gt;\n\n=== Record ID Number ===\n: Record ID Number: MH:I56\n\n=== User ID ===\n: User ID: 529D6C60C80C6233D001EC9B2EE86819\n\n=== UPD ===\n: UPD 05 DEC 2013 06:33:28 GMT-7\n\n=== Burial ===\n: Burial:\n:: User ID: 529D830E25F8A6C51F04DA24C4CB62D1\n:: Record ID Number: MH:IF373:: Place: Stonington, Northumberland County, Pennsylvania, USA&lt;ref&gt;Source: [[#S197]] Record ID Number: MH:SC652 Data: Text: burial place: Stonington, Northumberland County, Pennsylvania, USA birth date: 17 Aug 1917 birth place: Sunbury, Northumberland, Pennsylvania, United States Name: Sarah Jane Rupp death date: 13 Feb 1985 death place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N138]]&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: User ID: 529D830E2601F6C53F04DA24C4CB62D1:: Record ID Number: MH:IF374 &lt;ref&gt;Source: [[#S20]] Record ID Number: MH:SC653 Data: Text: Residence date: 1935-1993 Residence place: Sunbury, PA Quality or Certainty of Data: 0 Note: [[#N139]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E2611E6C55F04DA24C4CB62D1\n:: Record ID Number: MH:IF375\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC654 Page:Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data: Text: Birth date: abt 1917 Birth place: Pennsylvania Residence date: 1920 Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N140]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E262136C57F04DA24C4CB62D1\n:: Record ID Number: MH:IF376\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC655 Page:Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data: Text: Birth date: abt 1917 Birth place: Pennsylvania Residence date: 1920 Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N141]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E263066C59F04DA24C4CB62D1\n:: Record ID Number: MH:IF377\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S47]] Record ID Number: MH:SC656 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enumeration District: 75; Image: 843.0. Data: Text: Birth date: abt 1918 Birth place: Residence date: 1930 Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certaintyof Data: 0 Note: [[#N142]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E263F66C5BF04DA24C4CB62D1\n:: Record ID Number: MH:IF378\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S55]] Record ID Number: MH:SC657 Page:Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Page: 2A; Enumeration District: 138; Image: 1057. Data: Text: Birth date: abt 1917 Birth place: Pennsylvania Residence date: 1920 Residence place: Sunbury Ward 9, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N143]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E264EC6C5DF04DA24C4CB62D1\n:: Record ID Number: MH:IF379\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S103]] Record ID Number: MH:SC658 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N144]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E265E26C5FF04DA24C4CB62D1\n:: Record ID Number: MH:IF380\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S105]] Record ID Number: MH:SC659 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9,Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N145]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E266D76C61F04DA24C4CB62D1\n:: Record ID Number: MH:IF381\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S103]] Record ID Number: MH:SC660 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N146]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E267CA6C63F04DA24C4CB62D1\n:: Record ID Number: MH:IF382\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC661 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9,Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N147]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E268C56C65F04DA24C4CB62D1\n:: Record ID Number: MH:IF383\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC662 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N148]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E269D06C67F04DA24C4CB62D1\n:: Record ID Number: MH:IF384\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC663 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9,Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N149]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E26AC46C69F04DA24C4CB62D1\n:: Record ID Number: MH:IF385\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC664 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9,Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N150]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E26BB66C6BF04DA24C4CB62D1\n:: Record ID Number: MH:IF386\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC665 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9,Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N151]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E26CAA6C6DF04DA24C4CB62D1\n:: Record ID Number: MH:IF387\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC666 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N152]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E26DC96C6FF04DA24C4CB62D1\n:: Record ID Number: MH:IF388\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC667 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N153]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E26F3E6C71F04DA24C4CB62D1\n:: Record ID Number: MH:IF389\n:: Date: 1930:: Age: 12-13&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC668 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1918Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N154]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D830E270BE6C73F04DA24C4CB62D1\n:: Record ID Number: MH:IF390\n:: Date: 1920:: Age: 2-3&lt;ref&gt;Source: [[#S137]] Record ID Number: MH:SC669 Page: Year: 1920; Census Place: Sunbury Ward 9, Northumberland, Pennsylvania; Roll: T625_1611; Pa Data: Text: Birth date: abt 1917Birth place: PennsylvaniaResidence date: 1920Residence place: Sunbury Ward 9,Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N155]]&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N157]]\n: Note: [[#N158]]\n\n== Sources ==\n* Source: &lt;span id='S102'&gt;S102&lt;/span&gt; Record ID Number: MH:S102 UserID: 529D8313D835DC801F04DA24C4CB62D1 Author: Ancestry.com Title: Social Security Death Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010.Original data - Social Security Administration. Soci Note: [[#N1120]]\n: Note &lt;span id='N1120'&gt;N1120&lt;/span&gt;1 _APID 3693\n: Record ID Number: MH:N12764\n: PRIN MH:S102* Source: &lt;span id='S103'&gt;S103&lt;/span&gt; Record ID Number: MH:S103 UserID: 529D8313D83F4C803F04DA24C4CB62D1 Author: Ancestry.com Title: 1930 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - UnitedStates of America, Bureau of Note: [[#N1121]]\n: Note &lt;span id='N1121'&gt;N1121&lt;/span&gt;1 _APID 6224\n: Record ID Number: MH:N12765\n: PRIN MH:S103* Source: &lt;span id='S105'&gt;S105&lt;/span&gt; Record ID Number: MH:S105 UserID: 529D8313D84C1C806F04DA24C4CB62D1 Author: Ancestry.com Title: 1920 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009. Images reproduced by FamilySearch. For details on t Note: [[#N1122]]\n: Note &lt;span id='N1122'&gt;N1122&lt;/span&gt;1 _APID 6061\n: Record ID Number: MH:N12766\n: PRIN MH:S105* Source: &lt;span id='S130'&gt;S130&lt;/span&gt; Record ID Number: MH:S130 UserID: 529D8313D8CC5C825F04DA24C4CB62D1 Author: Ancestry.com Title: 1930 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - UnitedStates of America, Bureau of* Source: &lt;span id='S131'&gt;S131&lt;/span&gt; Record ID Number: MH:S131 UserID: 529D8313D8CE9C826F04DA24C4CB62D1 Author: Ancestry.com Title: Social Security Death Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009.Original data - Social Security Administration. Soci* Source: &lt;span id='S133'&gt;S133&lt;/span&gt; Record ID Number: MH:S133 UserID: 529D8313D8D8EC829F04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1129]] Record ID Number: MH:SC636 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=14901988&amp;pid=181203390 Quality or Certainty of Data: 0 Note: [[#N156]]: Note &lt;span id='N1129'&gt;N1129&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created. 1 _APID 1030\n: Record ID Number: MH:N12773\n: PRIN MH:S133* Source: &lt;span id='S135'&gt;S135&lt;/span&gt; Record ID Number: MH:S135 UserID: 529D8313D8E25C82CF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1130]] Record ID Number: MH:SC635 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13971058&amp;pid=29720617 Quality or Certainty of Data: 0: Note &lt;span id='N1130'&gt;N1130&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12774\n: PRIN MH:S135* Source: &lt;span id='S137'&gt;S137&lt;/span&gt; Record ID Number: MH:S137 UserID: 529D8313D8E6FC82EF04DA24C4CB62D1 Author: Ancestry.com Title: 1920 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009. Images reproduced by FamilySearch. For details on t* Source: &lt;span id='S197'&gt;S197&lt;/span&gt; Record ID Number: MH:S197 UserID: 529D8313D9995C870F04DA24C4CB62D1 Author: Ancestry.com Title: Web: Pennsylvania, Find A Grave Index, 1681-2011 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2012.Original data - Find A Grave. Find A Grave. http://www.findagrave.com/cgi-bin/fg.cgi: accessed 27 December 2011.Original data: Find A Grave. FindA Grave. http://www.findagrave.com/c* Source: &lt;span id='S20'&gt;S20&lt;/span&gt; Record ID Number: MH:S20 User ID: 529D8313D6CC7C7A4F04DA24C4CB62D1 Author: Ancestry.com Title: U.S.Public Records Index, Volume 2 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2010.Original data - Merlin Data Publishing Corporation, comp. Voter Registration Lists, Public Record Filings, Historical Residential Records, and Other Household Database Listings. Merl* Source: &lt;span id='S47'&gt;S47&lt;/span&gt; Record ID Number: MH:S47 User ID: 529D8313D7506C7C2F04DA24C4CB62D1 Author: Ancestry.com Title: 1930United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - United States of America, Bureau of the Census. Fifteenth Census of the United States, 1930. Washington, D.C.: National Archives and Records Administration, 1930. T626,* Source: &lt;span id='S55'&gt;S55&lt;/span&gt; Record ID Number: MH:S55 User ID: 529D8313D76A0C7CAF04DA24C4CB62D1 Author: Ancestry.com Title: 1920United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009. Images reproduced by FamilySearch. For details on the contents of the film numbers, visit the following NARA web page: NARA. Note: Enumeration Districts 819-839 onroll 323 (Chicago* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC637 Page: Ancestry Family Trees Data:Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=56 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57* Source: &lt;span id='S58'&gt;S58&lt;/span&gt; Record ID Number: MH:S58 User ID: 529D8313D77A9C7CEF04DA24C4CB62D1 Author: Ancestry.com Title: Social Security Death Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010.Original data - Social SecurityAdministration. Social Security Death Index, Master File. Social Security Administration.Originaldata: Social Security Administration. Social Security\n\n=== Notes ===: Note &lt;span id='N124'&gt;N124&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=54981821&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 3693::54981821\n: Record ID Number: MH:N630\n: PRIN MH:SC638\n: Note &lt;span id='N125'&gt;N125&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=54981821&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N631\n: PRIN MH:SC639\n: Note &lt;span id='N126'&gt;N126&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=54981821&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N632\n: PRIN MH:SC640\n: Note &lt;span id='N127'&gt;N127&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=websearch-3906&amp;h=8071401&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N633\n: PRIN MH:SC641\n: Note &lt;span id='N128'&gt;N128&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6224::1742241\n: Record ID Number: MH:N634\n: PRIN MH:SC642\n: Note &lt;span id='N129'&gt;N129&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6061::88963882\n: Record ID Number: MH:N635\n: PRIN MH:SC643\n: Note &lt;span id='N130'&gt;N130&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=54981821&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 3693::54981821\n: Record ID Number: MH:N636\n: PRIN MH:SC644\n: Note &lt;span id='N131'&gt;N131&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N637\n: PRIN MH:SC645\n: Note &lt;span id='N132'&gt;N132&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N638\n: PRIN MH:SC646\n: Note &lt;span id='N133'&gt;N133&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=54981821&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N639\n: PRIN MH:SC647\n: Note &lt;span id='N134'&gt;N134&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N640\n: PRIN MH:SC648\n: Note &lt;span id='N135'&gt;N135&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N641\n: PRIN MH:SC649\n: Note &lt;span id='N136'&gt;N136&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=54981821&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N642\n: PRIN MH:SC650\n: Note &lt;span id='N137'&gt;N137&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=websearch-3906&amp;h=8071401&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N643\n: PRIN MH:SC651\n: Note &lt;span id='N138'&gt;N138&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=websearch-3906&amp;h=8071401&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N644\n: PRIN MH:SC652\n: Note &lt;span id='N139'&gt;N139&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=uspublicrecords2&amp;h=276926729&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N645\n: PRIN MH:SC653\n: Note &lt;span id='N140'&gt;N140&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N646\n: PRIN MH:SC654\n: Note &lt;span id='N141'&gt;N141&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N647\n: PRIN MH:SC655\n: Note &lt;span id='N142'&gt;N142&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N648\n: PRIN MH:SC656\n: Note &lt;span id='N143'&gt;N143&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N649\n: PRIN MH:SC657\n: Note &lt;span id='N144'&gt;N144&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6224::1742241\n: Record ID Number: MH:N650\n: PRIN MH:SC658\n: Note &lt;span id='N145'&gt;N145&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6061::88963882\n: Record ID Number: MH:N651\n: PRIN MH:SC659\n: Note &lt;span id='N146'&gt;N146&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt 3 _APID 6224::1742241\n: Record ID Number: MH:N652\n: PRIN MH:SC660\n: Note &lt;span id='N147'&gt;N147&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N653\n: PRIN MH:SC661\n: Note &lt;span id='N148'&gt;N148&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N654\n: PRIN MH:SC662\n: Note &lt;span id='N149'&gt;N149&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N655\n: PRIN MH:SC663\n: Note &lt;span id='N150'&gt;N150&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N656\n: PRIN MH:SC664\n: Note &lt;span id='N151'&gt;N151&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N657\n: PRIN MH:SC665\n: Note &lt;span id='N152'&gt;N152&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N658\n: PRIN MH:SC666\n: Note &lt;span id='N153'&gt;N153&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N659\n: PRIN MH:SC667\n: Note &lt;span id='N154'&gt;N154&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422410&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N660\n: PRIN MH:SC668\n: Note &lt;span id='N155'&gt;N155&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1920usfedcen&amp;h=88963882&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N661\n: PRIN MH:SC669\n\n: Note &lt;span id='N156'&gt;N156&lt;/span&gt;2 _APID 1030\n: Record ID Number: MH:N662\n: PRIN MH:SC636\n: Note &lt;span id='N157'&gt;N157&lt;/span&gt;1 UID B68EA802FFD078449B3CFB511BB2C714440B\n: Record ID Number: MH:N663\n: PRIN MH:I56\n: Note &lt;span id='N158'&gt;N158&lt;/span&gt;1 UID E1FA512DCF046945842FD4D1C8F37850B583\n:\n:\n:\n:\n: Dad&amp;MomMarried\n:: http://trees.ancestry.com/rd?f=image&amp;guid=c39667e3-e26a-470f-af4f-6760c22afb0b&amp;tid=13971058&amp;pid=29720617\n:\n:\n:\n: Dad&amp;MomMarried\n:: http://trees.ancestry.com/rd?f=image&amp;guid=ee97540b-4133-4b6f-81d1-8292aa3e2afb&amp;tid=13971058&amp;pid=29720617\n:\n:\n:\n: Robert Thomas and Sarah Jane (Rupp) Schaffner\n:: http://trees.ancestry.com/rd?f=image&amp;guid=33d3fef4-fc14-420d-a3f8-e787c9b4cf59&amp;tid=13971058&amp;pid=29720617\n:\n:\n:\n: Dad&amp;MomMarried\n:: http://trees.ancestry.com/rd?f=image&amp;guid=e1eec9f4-868d-48e1-8692-089d174a9949&amp;tid=14901988&amp;pid=181203390\n:\n:\n:\n: Robert Thomas and Sarah Jane (Rupp) Schaffner\n:: http://trees.ancestry.com/rd?f=image&amp;guid=c7f61c41-9e18-4184-96ed-70892c19c79f&amp;tid=14901988&amp;pid=181203390\n:\n:\n:\n: Dad&amp;MomMarried\n:: http://trees.ancestry.com/rd?f=image&amp;guid=36a7de6e-fd3f-474c-9932-f91e1124692c&amp;tid=14901988&amp;pid=181203390\n: Record ID Number: MH:N664\n: PRIN MH:I56\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileRupp-163 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mGRM8N fIKQWN sXRYUE
iXRYUE sLKWR9 whttps://www.WikiTree.com/wiki/Schaffner-46 pRobert Thomas qSchaffner gm b19170513 z1 d19960426
iTPUH3 pAnonymous qSchaffner
iOJJQ5 whttps://www.WikiTree.com/wiki/Kline-610 pJeff qKline
iG5P06 pAnonymous
iSLJLJ pAnonymous
iLU01T pAnonymous
iCI40Z pAnonymous
iVRFOY pAnonymous
iZ88JO whttps://www.WikiTree.com/wiki/Rupp-166 pKenneth Marlin qRupp gm b19220128 vSunbury, Northumberland, Pennsylvania, United States z1 d19840608 ySelinsgrove, Snyder, Pennsylvania, United States o== Biography ==\n''This biography was auto-generated by a GEDCOM import. It's a rough draft and needs to be edited.''\n\n=== Birth ===\n: Birth:\n:: User ID: 529D8310598F18DCDF04DA24C4CB62D1\n:: Record ID Number: MH:IF3850\n:: Date: 28 JAN 1922:: Place: Sunbury, Northumberland, Pennsylvania, United States&lt;ref&gt;Source: [[#S131]] Record ID Number: MH:SC6013 Page: Number: 182-16-7461; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 28 Jan 1922Birth place: Death date: Jun 1984Death place: Selinsgrove, Snyder, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N614]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC6014 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1922Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N615]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S87]] Record ID Number: MH:SC6015 Data: Text: Birth date: 1922Birth place: Residence date: Residence place: Pennsylvania Quality or Certainty of Data: 0Note: [[#N616]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S47]] Record ID Number: MH:SC6016 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enumeration District: 75; Image: 843.0. Data: Text: Birth date: abt 1922 Birth place: Residence date: 1930 Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N617]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S56]] Record ID Number: MH:SC6017 Data: Text: Birth date: 1922 Birth place: Residence date: Residence place: Pennsylvania Quality or Certainty of Data: 0 Note: [[#N618]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S58]] Record ID Number: MH:SC6018 Page: Number: 182-16-7461; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 28 Jan 1922 Birth place: Death date: Jun 1984 Death place: Selinsgrove, Snyder, Pennsylvania, United States of America Quality or Certainty of Data: 0Note: [[#N619]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S158]] Record ID Number: MH:SC6019 Data: Text: Birth date: 28 Jan 1922 Birth place: Death date: 8 Jun 1984 Death place: Shamokin Dam, Monroe Township, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N620]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S209]] Record ID Number: MH:SC6020 Page: Source Citation: Year: 1940; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: T627_3598; Page: 61A; Enumeration District: 49-98 Data: Text: birth date: 28 Jan 1922 birth place: Sunbury, Northumberland, Pennsylvania, United States Name: Kenneth M Rupp residence date: 1935 residence place: Sunbury, Northumberland, Pennsylvania residence date: 1 Apr 1940residence place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N621]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S278]] Record ID Number: MH:SC6021 Quality or Certainty of Data: 0&lt;/ref&gt;\n\n=== Death ===\n: Death: Y\n:: User ID: 529D831059BDA8DD2F04DA24C4CB62D1\n:: Record ID Number: MH:IF3851\n:: Date: 8 JUN 1984\n:: Place: Selinsgrove, Snyder, Pennsylvania, United States:: Age: 62&lt;ref&gt;Source: [[#S131]] Record ID Number: MH:SC6022 Page: Number: 182-16-7461; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 28 Jan 1922Birth place: Death date:Jun 1984Death place: Selinsgrove, Snyder, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N623]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S58]] Record ID Number: MH:SC6023 Page: Number: 182-16-7461; Issue State: Pennsylvania; Issue Date: Before 1951. Data: Text: Birth date: 28 Jan 1922 Birth place: Death date: Jun 1984 Death place: Selinsgrove, Snyder, Pennsylvania, United States of America Quality or Certainty of Data: 0 Note: [[#N624]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S158]] Record ID Number: MH:SC6024 Data: Text: Birth date: 28 Jan 1922 Birth place: Death date: 8 Jun 1984 Death place: Shamokin Dam, Monroe Township, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N625]]&lt;/ref&gt;&lt;ref&gt;Source: [[#S278]] Record ID Number: MH:SC6025Quality or Certainty of Data: 0&lt;/ref&gt;\n:: Note: [[#N622]]\n\n=== Record ID Number ===\n: Record ID Number: MH:I845\n\n=== User ID ===\n: User ID: 529D6C61698C04E3A001EC9B2EE86819\n\n=== Burial ===\n: Burial:\n:: User ID: 529D831059C1E8DD3F04DA24C4CB62D1\n:: Record ID Number: MH:IF3852:: Place: Shamokin Dam, Snyder County, Pennsylvania, UNited States&lt;ref&gt;Source: [[#S278]] Record ID Number: MH:SC6026 Quality or Certainty of Data: 0&lt;/ref&gt;\n\n=== Residence ===\n: Residence:\n:: User ID: 529D831059D758DD5F04DA24C4CB62D1\n:: Record ID Number: MH:IF3853\n:: Date: 1 APR 1940:: Age: 18&lt;ref&gt;Source: [[#S209]] Record ID Number: MH:SC6027 Page: Source Citation: Year: 1940; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: T627_3598; Page: 61A; Enumeration District: 49-98 Data: Text: birth date: 28 Jan 1922 birth place: Sunbury, Northumberland, Pennsylvania, United States Name: Kenneth M Rupp residencedate: 1935 residence place: Sunbury, Northumberland, Pennsylvania residence date: 1 Apr 1940 residence place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N626]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D831059F218DD7F04DA24C4CB62D1\n:: Record ID Number: MH:IF3854\n:: Date: 1935:: Age: 12-13&lt;ref&gt;Source: [[#S209]] Record ID Number: MH:SC6028 Page: Source Citation: Year: 1940; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: T627_3598; Page: 61A; Enumeration District: 49-98 Data: Text: birth date: 28 Jan 1922 birth place: Sunbury, Northumberland, Pennsylvania, United States Name: Kenneth M Rupp residence date: 1935 residence place: Sunbury, Northumberland, Pennsylvania residence date: 1 Apr 1940 residence place: Sunbury, Northumberland, Pennsylvania, United States Quality or Certainty of Data: 0 Note: [[#N627]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D83105A01E8DD9F04DA24C4CB62D1:: Record ID Number: MH:IF3855 &lt;ref&gt;Source: [[#S56]] Record ID Number: MH:SC6029 Data: Text: Birth date: 1922 Birth place: Residence date: Residence place: Pennsylvania Quality or Certainty of Data: 0 Note: [[#N628]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D83105A1D68DDBF04DA24C4CB62D1\n:: Record ID Number: MH:IF3856\n:: Date: 1930:: Age: 7-8&lt;ref&gt;Source: [[#S47]] Record ID Number: MH:SC6030 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enumeration District: 75; Image: 843.0. Data: Text: Birth date: abt 1922 Birth place: Residence date: 1930 Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N629]]&lt;/ref&gt;\n: Residence:\n:: User ID: 529D83105A2FC8DDCF04DA24C4CB62D1\n:: Record ID Number: MH:IF3857\n:: Date: 1930\n:: Age: 7-8\n: Residence:\n:: User ID: 529D83105A4C58DDEF04DA24C4CB62D1\n:: Record ID Number: MH:IF3858\n:: Date: 1930:: Age: 7-8&lt;ref&gt;Source: [[#S130]] Record ID Number: MH:SC6031 Page: Year: 1930; Census Place: Sunbury, Northumberland, Pennsylvania; Roll: 2091; Page: 9A; Enum Data: Text: Birth date: abt 1922Birth place: Residence date: 1930Residence place: Sunbury, Northumberland, Pennsylvania Quality or Certainty of Data: 0 Note: [[#N630]]&lt;/ref&gt;\n\n=== Note ===\n: Note: [[#N632]]\n: Note: [[#N633]]\n\n== Sources ==\n* Source: &lt;span id='S130'&gt;S130&lt;/span&gt; Record ID Number: MH:S130 UserID: 529D8313D8CC5C825F04DA24C4CB62D1 Author: Ancestry.com Title: 1930 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - UnitedStates of America, Bureau of* Source: &lt;span id='S131'&gt;S131&lt;/span&gt; Record ID Number: MH:S131 UserID: 529D8313D8CE9C826F04DA24C4CB62D1 Author: Ancestry.com Title: Social Security Death Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2009.Original data - Social Security Administration. Soci* Source: &lt;span id='S133'&gt;S133&lt;/span&gt; Record ID Number: MH:S133 UserID: 529D8313D8D8EC829F04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1129]] Record ID Number: MH:SC6011 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=14901988&amp;pid=181203009 Quality or Certainty of Data: 0 Note: [[#N631]]: Note &lt;span id='N1129'&gt;N1129&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created. 1 _APID 1030\n: Record ID Number: MH:N12773\n: PRIN MH:S133* Source: &lt;span id='S135'&gt;S135&lt;/span&gt; Record ID Number: MH:S135 UserID: 529D8313D8E25C82CF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Original data: Family Tree files submitted by Ancestry members. Note: [[#N1130]] Record ID Number: MH:SC6010 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=13971058&amp;pid=71830413 Quality or Certainty of Data: 0: Note &lt;span id='N1130'&gt;N1130&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12774\n: PRIN MH:S135* Source: &lt;span id='S158'&gt;S158&lt;/span&gt; Record ID Number: MH:S158 UserID: 529D8313D92A7C846F04DA24C4CB62D1 Author: Ancestry.com Title: Pennsylvania Veterans Burial Cards, 1777-1999 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2010.Originaldata - Pennsylvania Veterans Burial Cards, 19291990. Digital Images, 35. Pennsylvania Historical and Museum Commission, Bureau of Archives and History. Harrisburg, Pennsyl* Source: &lt;span id='S209'&gt;S209&lt;/span&gt; Record ID Number: MH:S209 UserID: 529D8313D9CD2C87DF04DA24C4CB62D1 Author: Ancestry.com Title: 1940 United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations, Inc., 2012.Original data - United States of America, Bureau of the Census. Sixteenth Census of the United States, 1940. Washington, D.C.: National Archives and Records Administration, 1940. T62* Source: &lt;span id='S278'&gt;S278&lt;/span&gt; Record ID Number: MH:S278 UserID: 529D8313DA9E5C8C5F04DA24C4CB62D1 Author: Ancestry.com Title: Web: Pennsylvania, Find A Grave Index, 1681-2012 Publication: Ancestry.com Operations, Inc.* Source: &lt;span id='S47'&gt;S47&lt;/span&gt; Record ID Number: MH:S47 User ID: 529D8313D7506C7C2F04DA24C4CB62D1 Author: Ancestry.com Title: 1930United States Federal Census Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2002.Original data - United States of America, Bureau of the Census. Fifteenth Census of the United States, 1930. Washington, D.C.: National Archives and Records Administration, 1930. T626,* Source: &lt;span id='S56'&gt;S56&lt;/span&gt; Record ID Number: MH:S56 User ID: 529D8313D76D6C7CBF04DA24C4CB62D1 Author: National Archives and Records Administration Title: U.S. World War II Army Enlistment Records,1938-1946 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2005.Original data - Electronic Army Serial Number Merged File, 1938-1946 [Archival Database]; World War II Army Enlistment Records; Records of the National Archives and Records Administrat* Source: &lt;span id='S57'&gt;S57&lt;/span&gt; Record ID Number: MH:S57 User ID: 529D8313D7773C7CDF04DA24C4CB62D1 Title: Ancestry Family Trees Publication: Online publication - Provo, UT, USA: Ancestry.com. Originaldata: Family Tree files submitted by Ancestry members. Note: [[#N1113]] Record ID Number: MH:SC6012 Page: Ancestry Family Trees Data: Text: http://trees.ancestry.com/pt/AMTCitationRedir.aspx?tid=15023964&amp;pid=845 Quality or Certainty of Data: 0: Note &lt;span id='N1113'&gt;N1113&lt;/span&gt;This information comes from 1 or more individual Ancestry Family Tree files. This source citation points you to a current version of those files. Note: The owners of thesetree files may have removed or changed information since this source citation was created.\n: Record ID Number: MH:N12757\n: PRIN MH:S57* Source: &lt;span id='S58'&gt;S58&lt;/span&gt; Record ID Number: MH:S58 User ID: 529D8313D77A9C7CEF04DA24C4CB62D1 Author: Ancestry.com Title: Social Security Death Index Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2010.Original data - Social SecurityAdministration. Social Security Death Index, Master File. Social Security Administration.Originaldata: Social Security Administration. Social Security* Source: &lt;span id='S87'&gt;S87&lt;/span&gt; Record ID Number: MH:S87 User ID: 529D8313D7EF7C7EFF04DA24C4CB62D1 Author: National Archives and Records Administration Title: U.S. World War II Army Enlistment Records,1938-1946 Publication: Online publication - Provo, UT, USA: Ancestry.com Operations Inc, 2005.Original data - Electronic Army Serial Number Merged\n\n=== Notes ===: Note &lt;span id='N614'&gt;N614&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=53887430&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5732\n: PRIN MH:SC6013\n: Note &lt;span id='N615'&gt;N615&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422412&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5733\n: PRIN MH:SC6014\n: Note &lt;span id='N616'&gt;N616&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=wwiienlist&amp;h=817900&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5734\n: PRIN MH:SC6015\n: Note &lt;span id='N617'&gt;N617&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422412&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5735\n: PRIN MH:SC6016\n: Note &lt;span id='N618'&gt;N618&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=wwiienlist&amp;h=817900&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5736\n: PRIN MH:SC6017\n: Note &lt;span id='N619'&gt;N619&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=53887430&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5737\n: PRIN MH:SC6018\n: Note &lt;span id='N620'&gt;N620&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=veterburialc&amp;h=330847&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5738\n: PRIN MH:SC6019\n: Note &lt;span id='N621'&gt;N621&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1940usfedcen&amp;h=27789504&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5739\n: PRIN MH:SC6020\n\n: Note &lt;span id='N622'&gt;N622&lt;/span&gt;Age at Death: 62\n: Record ID Number: MH:N5740\n: PRIN MH:IF3851\n: Note &lt;span id='N623'&gt;N623&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=53887430&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5741\n: PRIN MH:SC6022\n: Note &lt;span id='N624'&gt;N624&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=ssdi&amp;h=53887430&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5742\n: PRIN MH:SC6023\n: Note &lt;span id='N625'&gt;N625&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=veterburialc&amp;h=330847&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5743\n: PRIN MH:SC6024\n: Note &lt;span id='N626'&gt;N626&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1940usfedcen&amp;h=27789504&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5744\n: PRIN MH:SC6027\n: Note &lt;span id='N627'&gt;N627&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1940usfedcen&amp;h=27789504&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5745\n: PRIN MH:SC6028\n: Note &lt;span id='N628'&gt;N628&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=wwiienlist&amp;h=817900&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5746\n: PRIN MH:SC6029\n: Note &lt;span id='N629'&gt;N629&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422412&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5747\n: PRIN MH:SC6030\n: Note &lt;span id='N630'&gt;N630&lt;/span&gt;http://trees.ancestry.com/rd?f=sse&amp;db=1930usfedcen&amp;h=17422412&amp;ti=0&amp;indiv=try&amp;gss=pt\n: Record ID Number: MH:N5748\n: PRIN MH:SC6031\n\n: Note &lt;span id='N631'&gt;N631&lt;/span&gt;2 _APID 1030\n: Record ID Number: MH:N5749\n: PRIN MH:SC6011\n: Note &lt;span id='N632'&gt;N632&lt;/span&gt;1 UID 64475CBAF5C5274C8F5F1946B31BC54412F8\n: Record ID Number: MH:N5750\n: PRIN MH:I845\n: Note &lt;span id='N633'&gt;N633&lt;/span&gt;1 UID B90C329093B9EF48B5747B4F63E6DFA8CDEA\n:\n:\n:\n:\n: Kenneth Rupp &amp; Patti Schaffner\n:: http://trees.ancestry.com/rd?f=image&amp;guid=a6df532f-f671-42d0-8f45-c148a1f0ab57&amp;tid=13971058&amp;pid=71830413\n: Record ID Number: MH:N5751\n: PRIN MH:I845\n\n&lt;references /&gt;\n\n=== Acknowledgments ===\nThank you to [[Kline-610 | Jeff Kline]] for creating WikiTree profileRupp-166 through the import of Schaffner_Branch.GED on Dec 5, 2013. Click to the Changes page for the details of edits by Jeff and others.\n\n&lt;!-- Please edit, add, or delete anything in this text. Thank you! --&gt; mGRM8N fIKQWN
iVSKJI whttps://www.WikiTree.com/wiki/Reitz-495 pGeorge Leonhart qReitz gm b17661113 vBerks County, Pennsylvania z1 d18220000 yUpper Mahanoy, Northumberland, Pennsylvania, USA o== Biography =='''George''' Leonhart Reitz. &lt;ref&gt;Source: [[#S22]] 1800 United States Federal Census Record File &lt;/ref&gt;&lt;ref&gt;Source: [[#S60]] Year: 1810;Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679 File @M492@&lt;/ref&gt;&lt;ref&gt;Source: [[#S25]] &lt;/ref&gt;&lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll: M33_107; Image: 108 File @M501@&lt;/ref&gt;&lt;ref&gt;Source: [[#S27]] &lt;/ref&gt;\n\n'''Born'''\n13 NOV 1766.\nBerks County, Pennsylvania, USA.\nMap:\nLatitude: N40.4156.Longitude: W75.9277. &lt;ref&gt;Source: [[#S22]] 1800 United States Federal Census Record File &lt;/ref&gt;&lt;ref&gt;Source: [[#S25]] &lt;/ref&gt;\n\n'''Residence'''\n1820\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.Longitude: W76.633. &lt;ref&gt;Source: [[#S125]] 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll:M33_107; Image: 108 File &lt;/ref&gt;\n1810\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.Longitude: W76.633. &lt;ref&gt;Source: [[#S60]] Year: 1810; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679 File &lt;/ref&gt;Free White Persons - Males - 26 thru 44: 1 Free White Persons - Females - 10 thru 15: 1 Free White Persons - Females - 26 thru 44: 1 Number of Household Members Under 16: 1 Number of Household Members Over25: 2 Number of Household Members: 3.\n1800\nNorthumberland County, Pennsylvania, USA.\nMap:\nLatitude: N40.8502.\nLongitude: W76.7082.\n\n'''Probate:'''\nOCT 1822.\nUpper Mahanoy, Northumberland, Pennsylvania, USA.\nMap:\nLatitude: N40.7167.\nLongitude: W76.633.\nFile .\n\n'''Photo:''' [[#M138]].\n\n'''File''' .\n@M136@.\n@M137@.\n@M138@.\n\n=== External Files ===* File &lt;span id='M135'&gt;M135&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Will Transcription Johann Michael Reitz.htm. Format: jpg. Will Transcription: Johann Michael Reitz. Northumberland County Courthouse, Sunbury, PA Will Book Volume 2,pages 503-505.\n* File &lt;span id='M136'&gt;M136&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Parents of Elizabeth Reitz 18081878.htm. Format: jpg. Parents of Elizabeth Reitz (1808-1878). Please see the &quot;Parents of Elizabeth Reitz (1808-1878)&quot; chart also included in my tree.\n* File &lt;span id='M137'&gt;M137&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Letter of Administration Transcription George Leon.htm. Format: jpg. Letter of Administration Transcription: George Leonhart Reitz. Taken from: Northumberland County,PA Will Book 2, page 422. Transcribed by William R. Polan,Jr., February 2017.\n* File &lt;span id='M138'&gt;M138&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Letter of Administration George Leonhart Reitz.jpg. Format: jpg. Letter of Administration: GeorgeLeonhart Reitz. Taken from: Northumberland County, PA Will Book 2, page 422.\n* External File: &lt;span id='M138'&gt;M138&lt;/span&gt; File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media\\Letter of Administration George Leonhart Reitz.jpg Format: jpg Letter of Administration: George Leonhart Reitz Taken from: Northumberland County, PA Will Book 2,page 422.\n* File &lt;span id='M489'&gt;M489&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media00 United States Federal Census(7).jpg. Format: jpg. 1800 United States Federal Census. 1800 United States Federal Census Record.\n* File &lt;span id='M492'&gt;M492&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media10 United States Federal Census(3).jpg. Format: jpg. 1810 United States Federal Census. Year: 1810; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679.\n* File &lt;span id='M501'&gt;M501&lt;/span&gt;. File: C:\\Users\\karms\\Documents\\Family Tree Maker\\Ritts Family Tree Media20 United States Federal Census(2).jpg. Format: jpg. 1820 United States Federal Census. 1820 U S Census; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Page: 7; NARA Roll: M33_107; Image: 108.\n\n== Sources ==\n&lt;references /&gt;* Source: &lt;span id='S125'&gt;S125&lt;/span&gt; Ancestry.com 1820 United StatesFederal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]]\n* Repository: &lt;span id='R2'&gt;R2&lt;/span&gt; Ancestry.com* Source: &lt;span id='S22'&gt;S22&lt;/span&gt; Ancestry.com 1800 United States Federal Census Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2010; NOTESecond Census of the United States, 1800. NARA microfilm publication M32 (52 rolls). Records of the Bureauof the Census, Record Group 29. National Archives, Washington, D.C. &lt;p&gt; Second Census of the United States, 1800: Population Schedules, Washington County, Territory Northwest of the River Ohio; and Population Census, 1803: Washington County, Ohio. NARA microfilm publication M1804 (1 roll).&lt;/p&gt;* Source: &lt;span id='S25'&gt;S25&lt;/span&gt; Ancestry.com Pennsylvania, ChurchRecords - Adams, Berks, and Lancaster Counties, 1729-1881 Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2004; Repository: [[#R2]]* Source: &lt;span id='S27'&gt;S27&lt;/span&gt; Lineages, Inc., comp Northumberland County, Pennsylvania, 1774-1846: Schwaben Creek Publication: Name: Ancestry.com Operations Inc; Location: Provo, UT, USA; Date: 2000; Repository: [[#R2]]* Source: &lt;span id='S60'&gt;S60&lt;/span&gt; Ancestry.com 1810 United States Federal Census Publication: Name: Ancestry.com Operations, Inc.; Location: Provo, UT, USA; Date: 2010; Repository: [[#R2]] mXFZ1Z fLXFDL sJC9BZ
iJC9BZ sVSKJI whttps://www.WikiTree.com/wiki/Brosius-268 pMaria Elizabeth qBrosius gf b17720715 z1 d18181225
iF9UQK whttps://www.WikiTree.com/wiki/Reitz-505 pElizabeth qReitz gf b18000000 vUpper Mahanoy, Northumberland, Pennsylvania, USA z1 d18780000 o== Biography ==\n'''Photo:''' [[#M136]].\n\n'''File''' .\n@M148@.\n\n\n\n== Sources ==\n&lt;references /&gt;* Unsourced family tree handed down to [[Armstrong-5775|Kim Armstrong]].\nYear: 1810; Census Place: Upper Mahanoy, Northumberland, Pennsylvania; Roll: 53; Page: 261; Image: 00097; Family History Library Film: 0193679 mJC9BZ fVSKJI
iRYY5I pAnonymous qBingaman
iCBOFJ pAnonymous qNash
iV7M5Q pAnonymous qLatina
iHLDZO pAnonymous qBurns
iMPLW4 pAnonymous
iFD1HB pAnonymous qWhite
iD5Z30 pAnonymous
iY72MC pAnonymous
iBGAOB pAnonymous
iMYNUO pAnonymous qSpencer
iQ8NWN whttps://www.WikiTree.com/wiki/Lerch-159 pMarjorie Marie qLerch gf b19060103 z1 d19590600
iSYJ0E pAnonymous
iSFLIN whttps://www.WikiTree.com/wiki/Micheals-12 pDiane qMicheals
iQPJIO pAnonymous
iPLHS1 pAnonymous
iT7NEU whttps://www.WikiTree.com/wiki/Crowell-1681 pMary Catherine qCrowell gf b18450514 z1 d19240604
iT3IAT whttps://www.WikiTree.com/wiki/Walters-6145 pHarriet Evelyn qWalters gf b18440106 z1 d18740827
iZSS0T whttps://www.WikiTree.com/wiki/Reed-19171 pMarion Elizabeth qReed gf b19120912 z1 d20080831
iICL9W pAnonymous
iCFTUB pAnonymous
iDA8A3 pAnonymous
iEPQNY pAnonymous
iB9UH4 pAnonymous
iTKVDH whttps://www.WikiTree.com/wiki/Stevenson-5775 pEleanor qStevenson
iNAQRH pAnonymous
iSIJU9 whttps://www.WikiTree.com/wiki/Lloyd-4923 pLouise qLloyd
iH5PSC pAnonymous
iBFBSI pAnonymous
iPSGOT pAnonymous
iOIJFK whttps://www.WikiTree.com/wiki/Johnson-73958 pLottie qJohnson
iO0X01 pAnonymous
iNA4TL pAnonymous
iGAMUJ whttps://www.WikiTree.com/wiki/Marks-1536 pMartha qMarks
iGWDX5 pAnonymous
iIVY23 pAnonymous
iQUORL whttps://www.WikiTree.com/wiki/Stormer-46 pWilliam Edward qStormer gm b18770514 z1 d19650804
iW25FV pAnonymous
iGGONE pAnonymous
iJ46JG whttps://www.WikiTree.com/wiki/Huber-2896 pAlice qHuber
iWLXWO whttps://www.WikiTree.com/wiki/Brosius-89 pJohn Nicholas qBrosius gm b17541223 z1 d18331213
iCKSTH pAnonymous
iWOZPN pAnonymous
iFQOE6 pAnonymous
pLZE15 V65TY e1 gm
pJEJNJ KX6IO e1 gm m17150104 wGelnhausen, Main-Kinzig-Kreis, Hessen, Germany
pE9XA8 QC52Q e1 gm
pM4YY5 O1PSB e1 gm m17840000 wPennsylvania, USA
pUEV76 VMTEW e1 gm m18120000 wLynn, Lehigh, Pennsylvania, USA
pH6X77 ULVM2 e1 gm
pLXFDL XFZ1Z e1 gm
pA6QW3 JGNJP e1 gm
pIDEM4 T5RWX e1 gm
pRDAR5 YGPNZ e1 gm
pMHCAM N0C6U e1 gm
pGFICE S3YKF e1
pJQ2W5 MHLF8 e1 gm m19101110 w,Montandon,Northumberlnd Co,Pennsylvania
pATFN2 Y0W8D e1 gm m19350907 wMilesburg,,Centre County,Pennsylvania
pOFYC1 VA971 e1 gm m19651127 wSt Luke's LuthCh,Centre Hall,Centre,Pennsylvania
pIA81O UJ15G e1 gm m19880412
pJELVG ZN9O9 e1 gm m20140708 wWinchester, Virginia, United States
pL7EP5 RIW1I e1 gm
pW76OY ZQBW0 e1 gm
pFD8TJ YH80C e1 gm m18470000
pDCGQY XT3C7 e1 gm m18720125 wPennsylvania
pJ6X9E PXCKZ e1 gm m19000000
pGRLVV WW03N e1 gm m19310822 wSummit, Ohio, USA
pDSW1J KPOK4 e1 gm
pCIBB9 WZ07M e1 gm
pMEQPX SYSMY e1 gm m18040000
pQVF8G S7EP5 e1 gm
pTMHTO TNHK7 e1 gm
pDFCIP RYNC8 e1 gm m19050627 wAltoona, Blair County, Pennsylvania
pFFHJG UDBS7 e1 gm m19371125
pBE7IC LXPCO e1 gm m19360430 wDayton, Ohio
pJZXDH X8IEI e1 gm m18540000
pKLW1T M7A7M e1 gm m18850000
pUBH30 UC3DY e1 gm m18280404 wNorthumberland County, Pennsylvania
pNAKCA RK1QR e1 gm m18570528 wSandusky County, Ohio
pS6KJB UUMSN e1 gm m18871125
pCRK53 FTTYM e1 gm
pJ7AOM U3OU3 e1 gm
pB5APQ WN8I1 e1 gm m18771011
pFK5E8 T7NEU e1 gm
pF6V9M FK5E8 e1 gm
pHO3T5 KHSIL e1 gm m18801102 wSt. Paul's Lutheran Church, Sandusky Co., Rice Twp, Ohio
pC26QL WXT5S e1 gm
pHT2VP I6F8L e1 gm
pN3LLO RCX2O e1 gm m19280825 wTrinity Lutheran Church, Kingsway, Rice Twp, Sandusky Co, Ohio
pBKNLS W5EBH e1 gm m18751111 wOttawa County, Ohio, USA
pJZYY8 MHZWP e1 gm m18930322 wSandusky County, Ohio, USA
pU3IL4 U74AQ e1 gm m18680927
pE2TQP QSJ83 e1 gm
pMKUH7 QZ1A3 e1 gm m18370212 wSandusky County, Ohio
pAXYN6 I1WU1 e1 gm m18630203 wSandusky County, Ohio
pE6R5V K28DF e1 gm m18670428 wSandusky County, Ohio
pA3CJZ L753I e1 gm
pH6WWC KWGJW e1 gm m18771011
pP5F53 PEQWC e1 gm
pJ3WV5 JGM66 e1 gm
pEMGFA MVB6T e1 gm
pW36QD XJ8HI e1 gm
pIE884 PKOE5 e1 gm
pKJ5NJ MSW1H e1 gm
pSUYF7 TZ71I e1 gm
pJH67P VRBV2 e1 gm
pMI0DU RDSCH e1 gm
pH88BC JRQJ5 e1 gm
pNN4NR S8POE e1 gm m18860313 wLucoming County, Pennsylvania, United States
pE2UPH I1LIY e1 gm m18870000
pT99NC U8QGY e1 gm m18840000 wPennsylvania, United States
pE6CXO PCUO8 e1 gm
pHMR3O RU9YD e1 gm
pDTC60 RG6FQ e1 gm m18691226
pHZY15 UH8OP e1 gm m19081126 wReynoldsville, Winslow Twsp., Jefferson Co., Pennsylvania
pCHHXV U5OHK e1 gm
pHX59O NTB42 e1 gm
pSW1Z9 TNR8J e1 gm
pL84UU V657T e1 gm
pAX2HL HI51B e1 gm m19380000
pHQHHV S52JI e1 gm
pR9RCG Z1HR3 e1 gm
pAV5RR TVZ3Q e1 gm
pMTCJI QA7MA e1 gm
pBDF8B DSJAA e1 gm
pDCDB9 XP2BN e1 gm
pFK47D N79C4 e1 gm m18420000 wJefferson County, PA
pHPXMY YF3KA e1 gm
pKNDJZ VO6XJ e1 gm
pBTN4X V0VCK e1 gm m18420000 wJefferson, Pennsylvania, USA
pPMGB5 RD6U1 e1 gm m18420731
pEXLTR GCBLV e1 gm
pGT5DR YXHWG e1 gm
pKP3YN ZO6W1 e1 gm
pL34L7 NUDZE e1 gm
pIKLI6 SCD2J e1 gm m18850000
pB4OJI UH8IQ e1 gm m18770620 wOhl, Beaver Township, Jefferson County, PA.
pLUVU4 Y2QH8 e1 gm m19050928 wHormtown, Jefferson County, PA
pT2ZPT ZBZD0 e1 gm
pM8TLR V327V e1 gm
pBZ2AD V0LYB e1 gm m18890914 wNorthumberland County, PA
pCT45H QUVM9 e1 gm
pD37XE YWG3I e1 gm
pIK2XB UH8IT e1 gm
pLS40H ZY9WP e1 gm
pPY2QU X9HIT e1 gm
pAOGGH LRGTE e1 gm m18820703 wPennsylvania
pAOGGH QUORL e1 gm
pB5Z0Y KSSHG e1 gm m19051020 wPennsylvania, USA
pHTG6E NNIEZ e1 gm
pFISF6 O87CG e1 gm
pNHSLQ POK3W e1 gm
pJFC0E VKEA3 e1 gm
pGBZ82 LYAX0 e1 gm
pKRFWV MA6T0 e1 gm
pKZ8HN W44N9 e1 gm
pBQDJB T9TGR e1 gm m19451208
pHKF2B N95WA e1 gm
pQSV3K S4CP3 e1 gm
pKA277 V3K9P e1 gm
pB2KUA X4J1H e1 gm
pGCJG7 GTH3Z e1 gm
pH3Q5W RYRU4 e1 gm
pCC49Y TKWTI e1 gm
pSYKGH WZT6E e1 gm
pGVQZR J18X0 e1 gm
pJUVXM TCD3N e1 gm
pGSFU3 V75B0 e1 gm
pP0OCK U2PJR e1 gm
pGGMDF XM7ZC e1 gm
pA84U4 IT3QD e1 gm
pYJPL2 Z6V7U e1 gm
pDC5AE JLE89 e1 gm
pM26M3 TPO4Q e1 gm
pQ6TB9 XBYI4 e1 gm
pE49HJ VKFGO e1 gm
pIGMG1 LGAEP e1 gm
pFFX3C YLFKY e1 gm
pS5DJ7 UKAOW e1 gm
pCDHIJ QJ3ER e1 gm
pF62JK QUQ80 e1 gm
pFG55A M84EG e1 gm
pUL0XG YDGMQ e1 gm
pHZLH8 YBGPG e1 gm
pF7ECB M84VH e1 gm
pO90C6 TYK97 e1 gm
pOVR9U UGTTA e1 gm
pAZS9T FH1DC e1 gm
pL8RYO TBF7O e1 gm
pQIE8Q ZD2UY e1 gm
pCPO7B J7M46 e1 gm
pQYZ6Y XMQPV e1 gm
pQQKDQ YSW0C e1 gm
pIJBYE WLXWO e1 gm
pIJBYE SOQ6L e1 gm m17850000 wWashington Twp, Northumberland, PA
pBP5V8 WSU8R e1 gm
pAB7Q8 KTRBK e1 gm
pOMW8F YCXX9 e1 gm m18881220 wNorthumberland, Pennsylvania, United States
pGRM8N IKQWN e1 gm m19141027 wSunbury, Northumberland, Pennsylvania, United States
pLKWR9 XRYUE e1 gm m19360817 wMaryland, United States
pJC9BZ VSKJI e1 gm
pT3IAT W5EBH e1 gm m18620824
# ...end of FamilyScript
">
<INPUT TYPE="hidden" ID="personid" NAME="personid" VALUE="">
<INPUT TYPE="hidden" ID="viewpersonid" NAME="viewpersonid" VALUE="START">
<INPUT TYPE="hidden" ID="viewmode" NAME="viewstate" VALUE="view">
<INPUT TYPE="hidden" ID="name" NAME="name" VALUE="">
<INPUT TYPE="hidden" ID="email" NAME="email" VALUE="">
<INPUT TYPE="hidden" ID="founderid" VALUE="START">
</TD>
</TR></TABLE>
</TD>
</FORM>
</TR>
<TR HEIGHT="*"><TD STYLE="position:relative;">
<SCRIPT TYPE="text/javascript"><!--
document.write('<DIV ID="noajax"'+(document.getElementById ? ' STYLE="display:none;"' : '')+'><TABLE HEIGHT="100%" WIDTH="100%"><TR><TD ALIGN="center"><FONT COLOR="red"><B>Sorry. This site requires a modern web browser such as Firefox, Internet Explorer 6+ or Safari.</B></FONT></TD></TR></TABLE></DIV>');
--></SCRIPT>
<NOSCRIPT>
<TABLE HEIGHT="100%" WIDTH="100%"><TR><TD ALIGN="center">
<FONT COLOR="red"><B>
Sorry - this site requires JavaScript in order to display your family.
<P>
If a security warning has appeared at the top of the browser window,
please click it to allow blocked content.
<P>
Otherwise, please switch on JavaScript in the Options... window of your browser.
</B></FONT>
</TD></TR></TABLE>
</NOSCRIPT>
<DIV CLASS="fullsize" STYLE="position:relative;">
<DIV ID="treediv" CLASS="dright" STYLE="top:0px; height:100%; overflow:hidden;"><DIV ID="treemargin" CLASS="marginon" STYLE="cursor:move;"><DIV ID="treebg" CLASS="fullsize rbody" STYLE="position:relative;"></DIV></DIV></DIV>
<DIV ID="navdiv" CLASS="dright" STYLE="bottom:0px; height:64px; overflow:hidden; "><DIV ID="navmargin" CLASS="marginon"><DIV ID="navbg" CLASS="rbody" STYLE="height:100%;"><TABLE WIDTH="100%" HEIGHT="100%">
<TR VALIGN="middle"><TD ALIGN="center">
<SPAN ID="printbutton">
<A HREF="#" onClick="parent.ESM('print'); return false;"><IMG SRC="data:;base64,R0lGODlhFgAWAPf/AMDAwP////7+/vz8/Pn5+fj4+Pf39/b29vT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7evr6+rq6unp6ejo6Ofn5+bm5uTk5OPj4+Li4uHh4eDg4N/f397e3t3d3dzc3Nvb29ra2tnZ2djY2NfX19bW1tXV1dTU1NPT09LS0tHR0dDQ0M/Pz87Ozs3NzczMzMvLy8rKysnJycjIyMfHx8XFxcPDw8LCwsHBwcDAwL+/v76+vr29vbq6urm5ubi4uLe3t7a2trW1tbS0tLOzs7KysrGxsbCwsK+vr66urq2traysrKurq6qqqqioqKenp6ampqWlpaSkpKOjo6KioqGhoaCgoJ+fn52dnZycnJubm5qampmZmZeXl5aWlpWVlZOTk5KSkpGRkY+Pj46Ojo2NjYyMjIqKiomJiYiIiIeHh4WFhYSEhIODg4KCgn9/f3x8fHt7e3p6enl5eXZ2dnV1dXR0dHJycm5ubmxsbGtra2pqamhoaGdnZ2ZmZmRkZGJiYmFhYWBgYF5eXl1dXVxcXFpaWlZWVlVVVVNTU1JSUk5OTk1NTUhISDk5OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAWABYAQAj/AAEIhAGjB48aLEi0oCGwocOHM3SQeAHDBQoVJTRkOTMExEMRUwIMiOACBxQyXqYQ4SEkSpc3aBSVeRiiBgQKOCs4MKLmoUMYQxxwMJECggoRHl60UBHCAwkXOv7MfAgDT6AwexolyjNkCCBEWDL4jHCFwQEEaAtgUFPBp1scJESIGFGiBAs6MtwKLCGkio8aSn706MGCA4UFDkjsCBNFgUATYJRIWaHBxIYLLoI0wSImjZcvXQ6ZaUiiDp8UAhKQSFJkECNBdsa8qEDDTaENDaPQCMC7t5Iheh8aQcHggfEHC7QwCd4wwQ0MHDZIx+DijgXmAqfgoEFjBowUI2x0oGnBnEiJAzmSqE/CBIkQE0DEPHGYgkqGDic0rBhhgEACCh6wEIMLI3zQBxQCqSBGChNsgEIJEKAAwn0o0PDDFGGsYQgZezERwAlYLFESFlycwcYZVwxRwxJDDLKGQArAYYUCAzDQQApOHMFEGHHcMYcYSNDgQx0YNGfEH1xEQAEQUbwhxxo7bEAEIYu0gYJbCwyhRyJp2IBFHn5sIcFDAQEAOw==" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Print version" BORDER="0" STYLE="margin-right:4px;">Print</A>
&nbsp;&ndash;&nbsp;
</SPAN>
<A HREF="#" onClick="parent.ETI(); return false;"><SPAN ID="sidelinktext">Hide</SPAN> sidebar</A>
&nbsp;&ndash;&nbsp;
<A HREF="#" onClick="parent.ETK(); return false;"><SPAN ID="keylinktext">Show</SPAN> key</A>
&nbsp;&ndash;&nbsp;
<A HREF="#" onClick="parent.EBS(); return false;">Back to <SPAN ID="backtotext">start</SPAN></A>
&nbsp;&ndash;&nbsp;
Find:
<INPUT ID="findfield" STYLE="width:8em;" onFocus="focus_find_box();" onInput="input_find_box();" onClick="input_find_box();">
&nbsp;&ndash;&nbsp;
<IMG SRC="data:;base64,R0lGODlhFgAWAPcAAP////////////////////////////////f39/f39/f39/f39/f39/f398DAwO/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn597e3t7e3t7e3t7e3t7e3t7e3tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1s7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsbGxsbGxsbGxsbGxsbGxr29vb29vb29vb29vb29vb29vb29vbW1tbW1tbW1ta2tra2traWlpaWlpaWlpZycnJycnJycnJycnJycnJSUlJSUlHt7e3t7e3t7e3Nzc3Nzc3Nzc3Nzc2tra2tra2NjY2NjY2NjY2NjY1paWlpaWlpaWlpaWlpaWlJSUlJSUlJSUkpKSkpKSkpKSkJCQkJCQkJCQkJCQkJCQkJCQjk5OTk5OTk5OTk5OTExMTExMTExMSkpKSkpKSkpKSkpKSkpKSkpKSEhISEhISEhISEhISEhIRgYGBgYGBAQEBAQEBAQEBAQEBAQEAgICAgICAgICAgICAgICAgICAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAWABYAAAj/AB0IHPjETB08aagMXMhQoJY5VY4EEYIEix8xDRne2RIkBosVLWTgKEImUEaBeqbEQAHCwoMFDTCk2NFlUEYwX16QwJCgAIECBxIg4HAjTZmGf3yUsGCAgAABAwgcYCAhw5BDDK1YScGhp4AAAaAaSADhAogwWhbGITICAgIDA8AKkKqg7IckeRYKsuHhQQI0aM4IRpNGTQQMIHIsWliohgYJDNIABlx4DYUOJHowWmjHCAcLERooQIAgwYIHVUGoaLJnYRYuIjhcmADhwQMIESpkAHEiBhkvDBcFGfFhA4YLFyxo8BDiBIwjjRqigfMixYkQILCPMLFihg46bTIyZBpzgwaMFy5gwJhx48eZ6CcbyVnCQ8eO+0Cc3Gl0CBGTk2w0skYUSighxRuNhOeHIYn4cZIDXvTRSCN9ADfQHXgwgtWDJxFyBRyIbMZhRolA4UYiioyYUSNX8JGiig0B0ggAAQEAOw==" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Zoom out" onClick="parent.ECZ(false);" STYLE="cursor:pointer;">
&nbsp;
<IMG SRC="data:;base64,R0lGODlhFgAWAPcAAP////////////////////////////////f39/f39/f39/f39/f39/f398DAwO/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn597e3t7e3t7e3t7e3t7e3t7e3tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1s7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsbGxsbGxsbGxsbGxsbGxr29vb29vb29vb29vb29vb29vb29vbW1tbW1tbW1ta2tra2traWlpaWlpaWlpZycnJycnJycnJycnJycnJSUlJSUlHt7e3t7e3t7e3Nzc3Nzc3Nzc3Nzc2tra2tra2NjY2NjY2NjY2NjY1paWlpaWlpaWlpaWlpaWlJSUlJSUlJSUkpKSkpKSkpKSkJCQkJCQkJCQkJCQkJCQkJCQjk5OTk5OTk5OTk5OTExMTExMTExMSkpKSkpKSkpKSkpKSkpKSkpKSEhISEhISEhISEhISEhIRgYGBgYGBAQEBAQEBAQEBAQEBAQEAgICAgICAgICAgICAgICAgICAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAWABYAAAj/AB0IHPjETB08aagMXMhQoJY5VY4EEYIEix8xDRne2RIkBosVLWTgKEImUEaBeqbEQAHCwoMFDTCk2NFlUEYwX16QwJCgAIECBxIg4HAjTZmGf3yUsGCAgIAzZwgcYCAhw5BDDK1YScGhp4AAUAcYSADhAogwWhbGITICAgIDA8BGPaCg7IckeRYKsuHhQQI0aKCeQZNGTQQMIHIsWliohgYJDNIABlx4DYUOJHowWmjHCAcLERooQAB1wYOqIFQ02bMwCxcRHC5MgPAAaoQKGUCciEHGC8NFQUZ82IDhAlQNHkKcgHGkUUM0cF6kOBECRPURJlbM0EGnTUZGY27QYIDxwgUMGDNu/Djj/GQjOUt46NhBH4iTO40OIWJykk2jNVEooYQUbzTinR+GJOLHSQ540UcjjfTh20B34MEIVgyeRMgVcCCyWYYZJQKFG4koAmJGjVzBh4knNgRIIwAEBAA7" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Zoom in" onClick="parent.ECZ(true);" STYLE="cursor:pointer;">
</TD></TR>
<TR VALIGN="middle"><TD ALIGN="center">
Show:
<SELECT ID="showdetail" onChange="NCD();" TITLE="Information to show on tree">
<OPTION VALUE="">Name only</OPTION>
<OPTION VALUE="bds">Life dates</OPTION>
<OPTION VALUE="bd">Life years</OPTION>
<OPTION VALUE="bv">Birth</OPTION>
<OPTION VALUE="dy">Death</OPTION>
<OPTION VALUE="e">Email</OPTION>
<OPTION VALUE="a">Address</OPTION>
<OPTION VALUE="tku">Telephone</OPTION>
<OPTION VALUE="j">Profession</OPTION>
<OPTION VALUE="E">Company</OPTION>
<OPTION VALUE="I">Interests</OPTION>
<OPTION VALUE="A">Activities</OPTION>
<OPTION VALUE="_"></OPTION>
<OPTION VALUE="_r0">No photos</OPTION>
<OPTION VALUE="_r1">Show photos</OPTION>
<OPTION VALUE="_m0">No middle names</OPTION>
<OPTION VALUE="_m1">Middle names</OPTION>
<OPTION VALUE="_pl">Surname now</OPTION>
<OPTION VALUE="_pq">Surname at birth</OPTION>
</SELECT>
&nbsp;
Parents:
<SELECT ID="showparents" onChange="parent.ECP();" TITLE="Generations of ancestors to display">
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
&nbsp;
Children:
<SELECT ID="showchildren" onChange="parent.ECH();" TITLE="Generations of descendants to display">
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
&nbsp;
Others:
<SELECT ID="showcousins" onChange="parent.ECO();" TITLE="Generations of aunts, uncles, cousins, nephews and nieces">
<OPTION VALUE="0">None</OPTION>
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
</TD></TR>
</TABLE></DIV></DIV></DIV>
<DIV ID="keydiv" CLASS="dright rbody" STYLE="bottom:64px; display:none; border-top:solid #666666 1px; padding:24px 0px 32px 0px; text-align:center;"><DIV ID="keymargin" CLASS="marginon"><DIV STYLE="font-size:14px; font-weight:bold; margin-bottom:24px;">Key to family tree diagram:</DIV><DIV STYLE="position:relative; margin:0 auto;" ID="keycontent"></DIV></DIV></DIV>
<DIV ID="findlist" CLASS="slist" STYLE="position:absolute; bottom:64px; height:20em; width:16em; padding:2px 0; background:#fff; border:1px solid black; display:none; overflow-x:hidden; overflow-y:auto;"></DIV>
<DIV ID="externaldiv" CLASS="dright" STYLE="top:0px; height:100%; display:none;"><DIV ID="externalmargin" CLASS="marginon" STYLE="background-color:white;"><IFRAME ID="externalurl" CLASS="fullsize" FRAMEBORDER="0" SCROLLING="auto"></IFRAME></DIV></DIV>
<DIV ID="welcomediv" STYLE="position:absolute; width:100%; top:16px;"><DIV ID="welcomemargin" CLASS="marginon"><CENTER>
</CENTER></DIV></DIV>
<DIV ID="leftdiv" CLASS="dleft lbody" STYLE="">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=6><FORM onSubmit="return false;">
<TR VALIGN="top"><TD ALIGN="center">
<SPAN ID="nametitle" CLASS="sdefname">Loading...</SPAN><BR>
<INPUT TYPE="image" CLASS="blankpixel" WIDTH="1" HEIGHT="6"><BR>
<IMG ID="personimage" CLASS="simage" STYLE="display:none; margin-bottom:6px;" onClick="SIC(); return false;">
<DIV ID="nonrelations" STYLE="display:none; margin-top:6px;">
<DIV ID="nonediting">
<IFRAME ID="uploadiframe" SRC="imageupload.php" CLASS="simage" STYLE="display:none; margin-top:6px;" SCROLLING="no" WIDTH="200" HEIGHT="120" FRAMEBORDER="0"></IFRAME>
<INPUT ID="uploadbutton" TYPE="submit" VALUE="Upload photo" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="SIC(); return false;">
<INPUT ID="hideurl" TYPE="submit" VALUE="Back to family tree" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="parent.ESM('view'); return false;">
<INPUT ID="showurl" TYPE="submit" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="return UL(GE('urllink'));"><INPUT ID="urlmode" TYPE="hidden" VALUE=""><A HREF="#" ID="urllink" STYLE="display:none;"></A>
<INPUT ID="shareperson" TYPE="submit" VALUE="Share family" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="parent.ESM('share'); return false;">
</DIV>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 STYLE="margin-top:12px;">
<TR>
<TD ALIGN="center" ID="switchpanel0" CLASS="sswitched">
<A HREF="#" onMouseDown="SWA(0); return false;" ID="switchlink0" CLASS="sswitchedlink">Personal</A>
</TD>
<TD ALIGN="center" ID="switchpanel3" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(3); return false;" ID="switchlink3">Partners</A>
</TD>
<TD ALIGN="center" ID="switchpanel1" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(1); return false;" ID="switchlink1">Contact</A>
</TD>
<TD ALIGN="center" ID="switchpanel2" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(2); return false;" ID="switchlink2">Biographical</A>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 CLASS="spanel">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TBODY ID="personalview" CLASS="hiderows">
</TBODY>
<TBODY ID="personaledit" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
First names:
</TD>
<TD CLASS="sright">
<INPUT ID="personalname" CLASS="sfield" onChange="SCV('personalname');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Surname now:
</TD>
<TD CLASS="sright">
<INPUT ID="familyname" CLASS="sfield" onChange="SCV('familyname');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Surname at birth:
</TD>
<TD CLASS="sright">
<INPUT ID="familybirth" CLASS="sfield" onChange="SCV('familybirth');" onFocus="SFV('familybirth');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Gender:
</TD>
<TD CLASS="sright">
<DIV STYLE="margin:2px 0px;">
<INPUT TYPE="radio" NAME="gender" ID="gender_f" onClick="SSG('f');" STYLE="margin-right:4px;">Female&nbsp;
<INPUT TYPE="radio" NAME="gender" ID="gender_m" onClick="SSG('m');" STYLE="margin-right:4px;">Male&nbsp;
<INPUT TYPE="radio" NAME="gender" ID="gender_o" onClick="SSG('o');" STYLE="margin-right:4px;">Other
</DIV>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Birth date:
</TD>
<TD CLASS="sright">
<SELECT ID="birthdom" CLASS="sselect" TITLE="Day" onChange="SCV('birth');"></SELECT>&nbsp;
<SELECT ID="birthmonth" CLASS="sselect" TITLE="Month" onChange="SCV('birth');"></SELECT>&nbsp;
<INPUT ID="birthyear" CLASS="syear" TITLE="Year" onChange="SCV('birth');" MAXLENGTH=4>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
</TD>
<TD CLASS="sright">
<DIV STYLE="margin:2px 0px;">
<INPUT TYPE="checkbox" ID="alive" onClick="SCV('alive');">
This person is living
</DIV>
</TD>
</TR>
</TBODY>
<TBODY ID="personaleditdeath" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Death date:
</TD>
<TD CLASS="sright">
<SELECT ID="deathdom" CLASS="sselect" TITLE="Day" onChange="SCV('death');"></SELECT>&nbsp;
<SELECT ID="deathmonth" CLASS="sselect" TITLE="Month" onChange="SCV('death');"></SELECT>&nbsp;
<INPUT ID="deathyear" CLASS="syear" TITLE="Year" onChange="SCV('death');" MAXLENGTH=4>
</TD>
</TR>
</TBODY>
<TBODY ID="partnersviewedit" CLASS="hiderows">
</TBODY>
<TBODY ID="contactview" CLASS="hiderows">
</TBODY>
<TBODY ID="contactedit" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Email:
</TD>
<TD CLASS="sright">
<INPUT ID="c_email" CLASS="sfield" onChange="SCV('c_email');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Website:
</TD>
<TD CLASS="sright">
<INPUT ID="website" CLASS="sfield" onChange="SCV('website');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Blog:
</TD>
<TD CLASS="sright">
<INPUT ID="blog" CLASS="sfield" onChange="SCV('blog');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Photo site:
</TD>
<TD CLASS="sright">
<INPUT ID="photosite" CLASS="sfield" onChange="SCV('photosite');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Home tel:
</TD>
<TD CLASS="sright">
<INPUT ID="hometel" CLASS="sfield" onChange="SCV('hometel');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Work tel:
</TD>
<TD CLASS="sright">
<INPUT ID="worktel" CLASS="sfield" onChange="SCV('worktel');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Mobile:
</TD>
<TD CLASS="sright">
<INPUT ID="mobile" CLASS="sfield" onChange="SCV('mobile');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Skype:
</TD>
<TD CLASS="sright">
<INPUT ID="skype" CLASS="sfield" onChange="SCV('skype');">
</TD>
</TR>
<TR>
<TD CLASS="sleft" STYLE="vertical-align:top;">
Address:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="address" CLASS="sfield" ROWS=3 onChange="SCV('address');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Other:
</TD>
<TD CLASS="sright">
<INPUT ID="othercontact" CLASS="sfield" onChange="SCV('othercontact');">
</TD>
</TR>
</TBODY>
<TBODY ID="bioview" CLASS="hiderows">
</TBODY>
<TBODY ID="bioedit1" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Birth place:
</TD>
<TD CLASS="sright">
<INPUT ID="birthplace" CLASS="sfield" onChange="SCV('birthplace');">
</TD>
</TR>
</TBODY>
<TBODY ID="bioeditdeath" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Death place:
</TD>
<TD CLASS="sright">
<INPUT ID="deathplace" CLASS="sfield" onChange="SCV('deathplace');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Burial place:
</TD>
<TD CLASS="sright">
<INPUT ID="burialplace" CLASS="sfield" onChange="SCV('burialplace');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Burial date:
</TD>
<TD CLASS="sright">
<SELECT ID="burialdom" CLASS="sselect" TITLE="Day" onChange="SCV('burial');"></SELECT>&nbsp;
<SELECT ID="burialmonth" CLASS="sselect" TITLE="Month" onChange="SCV('burial');"></SELECT>&nbsp;
<INPUT ID="burialyear" CLASS="syear" TITLE="Year" onChange="SCV('burial');" MAXLENGTH=4>
</TD>
</TR>
</TBODY>
<TBODY ID="bioedit2" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Profession:
</TD>
<TD CLASS="sright">
<INPUT ID="profession" CLASS="sfield" onChange="SCV('profession');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Company:
</TD>
<TD CLASS="sright">
<INPUT ID="employer" CLASS="sfield" onChange="SCV('employer');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Interests:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="interests" CLASS="sfield" ROWS=3 onChange="SCV('interests');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Activities:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="activities" CLASS="sfield" ROWS=3 onChange="SCV('activities');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Bio notes:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="bionotes" CLASS="sfield" ROWS=4 onChange="SCV('bionotes');"></TEXTAREA>
</TD>
</TR>
</TBODY>
<TBODY ID="viewfooter" CLASS="hiderows">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" ID="editbutton" VALUE="Edit details" CLASS="sbutton" onClick="SED(); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="editfooter" CLASS="hiderows">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
You can also add or change details later.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="OK" CLASS="sbutton2" onClick="SAS(); return false;">
&nbsp;
<INPUT TYPE="submit" VALUE="Cancel" CLASS="sbutton2" onClick="SCS(); return false;">
</TD>
</TR>
</TBODY>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
</TABLE>
</DIV>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
<TBODY ID="readonlyfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
You are not currently permitted to edit this family.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="writemefooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<A HREF="#" onClick="parent.GE('do_signin').click(); return false;">Sign in</A>
to add more people to this family.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="writenotfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<A HREF="#" onClick="parent.GE('do_signin').click(); return false;">Sign in</A>
to edit these details or add new people.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="relactions" CLASS="hiderows">
</TBODY>
</TABLE>
</TD></TR>
<TR VALIGN="bottom"><TD ALIGN="center">
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TBODY ID="importfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Import GEDCOM or FamilyScript..." CLASS="sbutton" onClick="parent.ESM('import'); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="clearfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Clear family and start over..." CLASS="sbutton" onClick="SCC(); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="downloadfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Download / export this family..." CLASS="sbutton" onClick="parent.ESM('download'); return false;">
</TD>
</TR>
</TBODY>
</TABLE>
</TD></TR>
</FORM></TABLE>
</DIV>
<DIV ID="extradiv" CLASS="dleft lbody" STYLE="visibility:hidden;"><IFRAME ID="extraframe" CLASS="fullsize" FRAMEBORDER="0" SCROLLING="auto"></IFRAME></DIV>
</DIV>
</TD></TR>
<TR HEIGHT="8">
<TD STYLE="border-top:solid #666666 1px; padding:8px;" VALIGN="middle">
<DIV STYLE="float:left;">
Read-only HTML downloaded by Kenneth Reitz on 28 Sep 2019. </DIV>
<DIV STYLE="float:right;">
<A HREF="http://www.familyecho.com/" TITLE="Family Echo - Free Online Family Tree Maker"><IMG SRC="data:;base64,R0lGODlhUAAQAPcAAIwyM6llZqZub6Z3eLeam9q7vNy+v8evsObP0Mq3uOza2+vb3NbLzPTr7N3b3Pz7/c7N1fHw+Ojn89DP3cXE0a2syayrw7W0ywsKdg8OeRAPeBIReRgXfRsafyAffiQjgy8uhDAvhDg3jT8+j0ZFl0pJlE9OmVNSlGpprWtqrXFwrHZ1sn9+uIKBuY6NtaCfy5eWv6inzR8fgSMjgCwsiSoqgysrhCwshDExhkVFmFRVn0xMj15epGJip11dnWlprG5ur29vsGNjnWlppH19tHJypIaGvIeHvIuLvYCAq4mJtpWVxI+PuZ6eyJSUu5mZvpmZuJ6evaKiwLS01KenwsLC3sfH4MrK4sbG3c7O5dHR5tTU57u7ytra6bq6xuTk8eHh7tLS3uvr9ebm7+3t8+rq8Onp7/X1+eXl6d3d4fn5/Pj4+/Hx8+Li5G1uqaChys7P4O3u9Pj+/uTq6vb7+/D09Ojs7P3///T29u7w8Pr7+/X5+Pn7+vb28/Dw7fv7+e3t6////v38+vv49/Xs6+vc27GLinYLC3oPD3kQEHcREXwSEn0VFXoVFXwXF4EaGoEcHIMdHYEeHoIfH4QhIYIjI4YmJYImJowuLo4xMY81NYk2NZI9PY07O40+Pos9PZNEQ5pKSpFIR5JISKJXV6RZWaNZWZ5YWJZVVaVfX5lZWaBfX5pdXZteXq5sa5xhYaRnZ6NrarF2dqp1dLqCgqVzc7J9fal5eax9fKp9fKyBgb2OjraKia2CgrOIiMOVlb6RkbSNja+JibmUlMqjo8+srNSysti3t9a1tcGjo9m6uta5ucWrq9q/v+LJyd7Fxcexsd/Hx823t+TOztjDw+LNzdnGxtG/v827u97Ly+TT0+va2ubV1dTFxefX1+DR0ezd3erd3fHl5e7i4tHHx/Xr6/Lo6Ozk5NzV1fbv7+rj4+fg4Pjy8vbx8e3o6Pn19ejk5Pv4+Pr39/37+/j29tfV1f79/fDv7+Df3/////7+/vz8/Pn5+ezs7Ovr6+bm5iwAAAAAUAAQAAAI/wDzCRxIsKDBgwgTKlzIsKHDhxAjHrTnDUFFZ84MONMnUeA8gYWIAdOj8IwVK1qyXLFSpctBCVNWlGloL9qpR6MMBRPQaV3HBaGUBSKGCBUehWumjOjgw4USHybYGMRCo0aah8gQDZBz586vbh2fOdJ1RxAmVnsYtsBAJVCgP0quGvwBos3DAotuDWx3r2O+bPjyDdLEig7DIxosDCQj1WCKug+V5c1nb9e5fPGmPWMnUNACb+aOicuXTtk0gubA5ZOnqdU9cenE2TM3zlwggkYyUMknBslRgRGuXHmQDwWONFm0FPxiZUtBZY86yUp1yQG4UMMEcNJm75elVbxAaf8qBkzVpF364u2y5EuwplfuUlHChUcbJ198CB7JUEIFiRH9CDSFElSIwAM/QNjggg8yrECSPUswcYEOPZAxkDKMtEJON7AwYAAqc8gTySz5cAOJKna4A8AmDuARQCXw2NMMI7pgRtgd0SyCC2Wz1MPRQPslAQEXQlylhQgU5BODEH4E8QEF7RCxQZJNiBAYGB+4sY9AkuUiUDjo5LOHN8hQEssd6VBSyx35kPKJP/n80ggD+YAzSS/uFZZPKpWoo8AwhuGWmEBwoJEPCyH8k48+fdiDQgh2VcFBFIHkcEIfAq0wg6H5SHYLm/ncYY4rsWCj5h2EnJqPKW/G6Qg5+Wz/Iwmeg6GVTzSM2EIMWAUhpthAYqQwg10DoQAZFh1AEYgIJWCazxIeOCBQAYgIQBAtitRDTyRephNJLQKV8kkecc5ZJyR4zpMJK3IIFAAis9Rh0FpSDPQCEzBg4ARw+aRgg6JWcABFPkBwEIZALewAiGC2JLLJMu8IRMshugLgSTbPSCKKN+mAcok08sjSyDDyGOMIKuNMU8km1NiTTzWSEADqQGCQsIEJTRyhww1ekGFCBysgAUMXJHhQgRpvbDAEGWCMYEIXWwzBxW3lJGN1Mj7l08AuwqDzTTAMaIPNAdeMIw00zJxjDTbMqFNNAsx0o00CB0iD6TywhFnQFlJYPiCFE0kkwQWmcTxRBBT/jHHB4mZgYQEVE+RDBgwuVJDGHwfNHCpDM2tOEEfHBBMoRG41VLpffr0zC6yoRxQQADs=" WIDTH="80" HEIGHT="16" BORDER="0" ALT="Family Echo" ALIGN="ABSBOTTOM"></A> &copy; Familiality 2019 - All rights reserved </DIV>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>