Sign up for Real Estate listings sent directly to your email daily! Dive into the world of luxury real estate with guidance from our devoted team. Your dream home is within reach, Sign up or log in now!
};function runPageScript(){
function injectSchema(id, obj) {
var el = document.getElementById(id);
if (el) el.remove();
var s = document.createElement('script');
s.type = 'application/ld+json';
s.id = id;
s.text = JSON.stringify(obj);
document.head.appendChild(s);
}
injectSchema('schema-contact-page', {
"@context": "https://schema.org",
"@type": "ContactPage",
"@id": "https://www.nd-condos.com/contact#webpage",
"name": "Contact Tim Vicsik — Notre Dame Area Realtor | Trueblood Real Estate",
"description": "Contact Tim Vicsik, Broker Associate at Trueblood Real Estate in South Bend, Indiana. Call 574-329-9587 or email tim@timvicsik.com to schedule a showing, request a home valuation, or ask about buying and selling near the University of Notre Dame.",
"url": "https://www.nd-condos.com/contact",
"inLanguage": "en-US",
"isPartOf": {"@id": "https://www.nd-condos.com/#website"},
"about": {"@id": "https://www.nd-condos.com/about#agent"},
"breadcrumb": {"@id": "https://www.nd-condos.com/contact#breadcrumb"}
});
injectSchema('schema-contact-agent', {
"@context": "https://schema.org",
"@type": "RealEstateAgent",
"@id": "https://www.nd-condos.com/contact#contact-agent",
"name": "Timothy Vicsik",
"jobTitle": "Broker Associate",
"url": "https://www.nd-condos.com/about",
"image": "https://cdn.lofty.com/image/fs/user-info/202615/15/w600_original_08ddbb6e-0cac-4132-887a-d7dfd7ed4cb3.jpeg",
"telephone": "+1-574-329-9587",
"email": "tim@timvicsik.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "1144 Corby Blvd",
"addressLocality": "South Bend",
"addressRegion": "IN",
"postalCode": "46617",
"addressCountry": "US"
},
"openingHoursSpecification": [
{"@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"], "opens": "09:00", "closes": "18:00"},
{"@type": "OpeningHoursSpecification", "dayOfWeek": "Saturday", "opens": "09:00", "closes": "16:00"}
],
"worksFor": {"@id": "https://www.nd-condos.com/#organization"},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": "+1-574-329-9587",
"email": "tim@timvicsik.com",
"areaServed": "IN",
"availableLanguage": "English"
}
});
injectSchema('schema-contact-breadcrumb', {
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"@id": "https://www.nd-condos.com/contact#breadcrumb",
"itemListElement": [
{"@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.nd-condos.com/"},
{"@type": "ListItem", "position": 2, "name": "Agent", "item": "https://www.nd-condos.com/about"},
{"@type": "ListItem", "position": 3, "name": "Contact", "item": "https://www.nd-condos.com/contact"}
]
});
};