Thank for your reply but the row to find is te same row to replace.
"Code:
if( marker.lenght > 0 ) map.fitBounds(bounds);
and replace to
Code:
if( marker.length > 0 ) map.fitBounds(bounds);"
I can not see the difference.
I tried everything but I can not make the map look like I want it.
Thanks for your help