```json
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "LegalService",
"@id": "https://kirchmannsinc.co.za/contact-us/#location-east-london",
"name": "Kirchmanns Incorporated – East London",
"parentOrganization": {
"@type": "Organization",
"name": "Kirchmanns Incorporated",
"url": "https://kirchmannsinc.co.za/"
},
"url": "https://kirchmannsinc.co.za/contact-us/",
"image": "https://kirchmannsinc.co.za/wp-content/uploads/2026/07/kirchmannslogo1.jpg",
"telephone": "+27-43-721-0963",
"faxNumber": "+27-43-721-0958",
"email": "el@kirchmannsinc.co.za",
"address": {
"@type": "PostalAddress",
"streetAddress": "Global House, 3 Pearce Street, Berea",
"addressLocality": "East London",
"addressRegion": "Eastern Cape",
"postalCode": "5241",
"addressCountry": "ZA"
},
"areaServed": ["Buffalo City", "Eastern Cape", "South Africa"]
},
{
"@type": "LegalService",
"@id": "https://kirchmannsinc.co.za/contact-us/#location-johannesburg",
"name": "Kirchmanns Incorporated – Johannesburg",
"parentOrganization": {
"@type": "Organization",
"name": "Kirchmanns Incorporated",
"url": "https://kirchmannsinc.co.za/"
},
"url": "https://kirchmannsinc.co.za/contact-us/",
"image": "https://kirchmannsinc.co.za/wp-content/uploads/2026/07/kirchmannslogo1.jpg",
"telephone": "+27-11-483-2658",
"email": "adippenaar@kirchmannsinc.co.za",
"address": {
"@type": "PostalAddress",
"streetAddress": "The Mall Offices, Office 504A, 5th Floor, 11 Cradock Street, Rosebank",
"addressLocality": "Johannesburg",
"addressRegion": "Gauteng",
"postalCode": "2196",
"addressCountry": "ZA"
},
"areaServed": ["Johannesburg", "Gauteng", "South Africa"]
},
{
"@type": "LegalService",
"@id": "https://kirchmannsinc.co.za/contact-us/#location-port-elizabeth",
"name": "Kirchmanns Incorporated – Port Elizabeth (Gqeberha)",
"parentOrganization": {
"@type": "Organization",
"name": "Kirchmanns Incorporated",
"url": "https://kirchmannsinc.co.za/"
},
"url": "https://kirchmannsinc.co.za/contact-us/",
"image": "https://kirchmannsinc.co.za/wp-content/uploads/2026/07/kirchmannslogo1.jpg",
"telephone": "+27-41-364-0917",
"faxNumber": "+27-41-394-5043",
"email": "pe@kirchmannsinc.co.za",
"address": {
"@type": "PostalAddress",
"streetAddress": "Waterfront Office Park, Ground Floor Building 4, Pommern Street, Humerail",
"addressLocality": "Gqeberha (Port Elizabeth)",
"addressRegion": "Eastern Cape",
"postalCode": "6001",
"addressCountry": "ZA"
},
"areaServed": ["Nelson Mandela Bay", "Eastern Cape", "South Africa"]
}
]
}
```