###################### INDEX ###################### **Browser Side Script** Function initMap =================== The function initializes the map and markers, populate map with the data Function clearMarkers ===================== The function cleans the map by deleting the markers Function Y2017 ===================== The function adds the markers to year (2017) Function Y2018 ===================== The function adds the markers to year (2018) .. literalinclude:: ../scripts/index.html :language: html :lines: 1-111 :linenos: :emphasize-lines: 13,25,31,35,87,94,101