Custom Google Maps Info Windows

Originally published at: Custom Google Maps Info Windows - Server Side Up

Building off of our last tutorial where we added custom markers to the map: Custom Markers on Google Map - Server Side Up, the next step is to add an info window to these markers when clicked. This should be a pretty quick tutorial since we will just be binding an info window to a marker on click. Step 1: Open CafeMap.vue The…