document.getElementById("WhoFinance_FooterWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "Johannes Christa", "description": "JC-Finanzservice e.K.", "image":"https://www.whofinance.de/static/data/pics/588/148588/m/johannes-christa-burghausen-1729593569.jpg", "logo": "https://www.whofinance.de/static/data/logo/148588/m/1636445233.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Wackerstr. 78", "postalCode":"84489", "addressLocality":"Burghausen" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1726", "longitude": "12.838" }, "telephone":"+49 8677 873798 0", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "236", "ratingValue": "4.9" } , "url": "http://www.johanneschrista.com" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);