I have made a google map with multiple markers and each marker has its own infoWindow.
In the infoWindow I am looking for a way to change to a different page within my project using HTML anchor tag within my JavaScript.
Example:
infowindow = new google.maps.InfoWindow({
content: "a href='http://whatURLgoeshere' buttonDetail"
]);
EDIT: removed some of the html tags so it was readable.