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": "Mandy Nguyen", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/892/151892/m/mandy-nguyen-muenchen-1662463746.jpg", "logo": "https://www.whofinance.de/static/data/logo/151892/m/1597414185.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Lothstr. 19", "postalCode":"80797", "addressLocality":"München" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1557", "longitude": "11.5561" }, "telephone":"089 125037406", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "49", "ratingValue": "5.0" } , "url": "https://muenchen.formaxx.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);