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": "Maximilian Hombrink", "description": "HoFin - Hombrink Finance", "image":"https://www.whofinance.de/static/data/pics/198/152198/m/maximilian-hombrink-osterburg-altmark-1659504115.jpg", "logo": "https://www.whofinance.de/static/data/logo/152198/m/1656073372.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Wasmerslage 6", "postalCode":"39606", "addressLocality":"Osterburg (Altmark)" }, "geo": { "@type": "GeoCoordinates", "latitude": "52.8006", "longitude": "11.8702" }, "telephone":"039390-689990", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "32", "ratingValue": "4.9" } , "url": "maximilian-hombrink.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);