How can I show a clickable link under the name of my map marker?
After this code:
// Google Map
jQuery('#headquarters-map').gMap({
I cannot add HTML in the HTML option. For instance, this prevents the map from showing:
html: "Shopping Center <br> View on Google Maps",
How can I make it work?
