identify 'HO' funeral home
parent
19a7c81766
commit
50551582c1
|
|
@ -50,6 +50,12 @@ const funeralHomes = [
|
||||||
funeralHomeProvince: 'ON',
|
funeralHomeProvince: 'ON',
|
||||||
funeralHomePhoneNumber: '705-856-7340'
|
funeralHomePhoneNumber: '705-856-7340'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
funeralHomeKey: 'HO',
|
||||||
|
funeralHomeName: 'Hovie Funeral Home',
|
||||||
|
funeralHomeCity: 'Sault Ste. Marie',
|
||||||
|
funeralHomeProvince: 'MI'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
funeralHomeKey: 'NO',
|
funeralHomeKey: 'NO',
|
||||||
funeralHomeName: 'Northwood Funeral Home',
|
funeralHomeName: 'Northwood Funeral Home',
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,13 @@ const funeralHomes: FuneralHome[] = [
|
||||||
|
|
||||||
funeralHomePhoneNumber: '705-856-7340'
|
funeralHomePhoneNumber: '705-856-7340'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
funeralHomeKey: 'HO',
|
||||||
|
funeralHomeName: 'Hovie Funeral Home',
|
||||||
|
|
||||||
|
funeralHomeCity: 'Sault Ste. Marie',
|
||||||
|
funeralHomeProvince: 'MI'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
funeralHomeKey: 'NO',
|
funeralHomeKey: 'NO',
|
||||||
funeralHomeName: 'Northwood Funeral Home',
|
funeralHomeName: 'Northwood Funeral Home',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue