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": "Lion Haller", "description": "Lion Haller - Versicherungsmakler", "image":"https://www.whofinance.de/static/data/pics/106/149106/m/lion-haller-oldenburg-1629194941.jpg", "logo": "https://www.whofinance.de/static/data/logo/149106/m/1454602917.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Alexanderstr. 124", "postalCode":"26121", "addressLocality":"Oldenburg" }, "geo": { "@type": "GeoCoordinates", "latitude": "53.1564", "longitude": "8.2098" }, "telephone":"0441 - 18159179", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "75", "ratingValue": "4.9" } , "url": "www.oldenburg-versicherungen.de/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);