Hello! Sorry for a late reply!
On click on icon on map you navigate to another page using the following code: pregoogle.maps.event.addListener(marker, 'click', function() {
Appery.navigateTo('rutaontinyent', {
reverse: false
});
});/pre Please replace preAppery.navigateTo(...)/pre with the following prewindow.location = 'rutaontinyent.html';/pre for all icons.