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": "Dino Torrano", "description": "Divesto Finanzberatung", "image":"https://www.whofinance.de/static/data/pics/929/151929/m/dino-torrano-heilbronn-1698329076.jpg", "logo": "https://www.whofinance.de/static/data/logo/151929/m/1698328433.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Frankfurter Straße 8", "postalCode":"74072", "addressLocality":"Heilbronn" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.1417", "longitude": "9.21341" }, "telephone":"0171 5483648", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "101", "ratingValue": "5.0" } , "url": "https://www.finanzberatung-divesto.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);