{source}
<script src='https://maps.googleapis.com/maps/api/js?v=3.exp'></script>
<div style='overflow:hidden;height:400px;width:520px;'><div id='gmap_canvas' style='height:400px;width:520px;'></div>
<style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div>
<a href='http://maps-generator.com/de'>Maps-Generator.com</a> <script type='text/javascript' src='http://embedmaps.com/google-maps-authorization/script.js?id=3067a0fd34114cba89486996794a16cacf23e825'></script><script type='text/javascript'> function init_map(){
var myOptions = {
zoom:12,center:new google.maps.LatLng(49.86119995742916,7.809321360747852),
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(49.86119995742916,7.809321360747852)});
infowindow = new google.maps.InfoWindow({
content:'<strong>TuS 1906 Roxheim e.V.</strong><br>'+
'Rüdesheimer Strasse 12<br>'+
'55595 Roxheim<br>'
});
google.maps.event.addListener(marker, 'click', function(){
infowindow.open(map,marker);
});
infowindow.open(map,marker);
}
google.maps.event.addDomListener(window, 'load', init_map);
</script>
{/source}