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": "Marvin Mode", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/623/211623/m/marvin-mode-heidelberg-1583416005.jpg", "logo": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/114/114/profile/formaxx-logo.png", "address":{ "@type":"PostalAddress", "streetAddress":"Heinrich-Fuchs-Str. 3", "postalCode":"69126", "addressLocality":"Heidelberg" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.38", "longitude": "8.68686" }, "telephone":"06221-7292841", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "152", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/marvin-mode/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);