When there are multiple google-map with markers on different pages an error is thrown when showing the second map. `Uncaught TypeError: Cannot read property 'click' of undefined at HTMLElement._clearListener (google-map-marker.html:461)` Just need to test if '_listeners' is defined before tring to clear it.