https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyCkYCtfy_VLQ3GwPy00E_QP0j2JHDyODdQ#gmap_canvas img{max-width:none!important;background:none!important} http://Maps-Generator.com https://embedmaps.com/google-maps-authorization/script.js?id=3660805761038c9f371201a437dde4568a7c5abbfunction init_map(){var myOptions = {zoom:14,center:new google.maps.LatLng(52.03829635685128,4.363007076196235),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById('gmap_canvas'), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(52.03829635685128,4.363007076196235)});infowindow = new google.maps.InfoWindow({content:'SingelsRijswijkse Landingslaan 143 The Hague'});google.maps.event.addListener(marker, 'click', function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, 'load', init_map);