we have moved our own scripts to bbcode.
But on google maps there is a issue. We can’t see the marker.
you can see the code here: https://github.com/Kunena/Kunena-2.0/blob/master/administrator/components/com_kunena/libraries/bbcode/bbcode.php#L887
Thnx
Your marker is not defined correctly. It looks like you might be expecting to see one at the geocoded result for “amsterdam”. That marker is not defined correctly (there is no map property and no position property, both of which are required).
https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions
Replace:
with: