Hello,
> Is there a possibility to add Google Maps to a Markdown document?
Sure. Just add the HTML ;-) Nothing wrong with "embedding" HTML
inside markdown. If it doesn't look Markdown-y enough just use a macro
e.g.
{% gmap params %}
that hides the HTML generation. Cheers.