[GoogleMap] Adding picture of location in dropbox?

Question:
I added the Google Map Element on my website, and connected it to a CMS database to display multiple locations, which works fine. Next to the pins of my locations, its possible to display a text box which contains a Directions link. But what I’d want is to also add a small picture or even youtube video element in that text box. Is it possible to add extra data / text (description et cetera) to that textbox using Velo?

Product:
I’m using Wix Editor.

What are you trying to achieve:
Show video’s / pictures on a map of real estate objects. Clicking on the picture should redirect to the youtube video or enlarged picture(s).

What have you already tried:
Google’d a lot and can only find commercial element which can do it but it adds way more functionality than I need. Ofcourse I could install other, commercial Map elements from the Wix Store , but they also offer more than I need. Ofcourse I checked the API Reference of the GoogleMap Element but the only property that seems to be accessible is the location itself. Would it be possible to reach the textbox using a GetElementbyID or other way?

Thanks in advance!

There’s no way to manipulate an element via Velo other than whichever methods or properties the given element exposes. So not possible to use getElementById for example.

However you can use custom elements to run whatever arbitrary JavaScript code you’d like within an element on your Wix site: Wix Editor: Adding a Custom Element to Your Site | Help Center | Wix.com