Guest User

Untitled

a guest
Jan 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. google.maps.event.addListener(map_marker, 'click', function () {
  2.  
  3. info_window.setContent(this.html)
  4. info_window.open(self.map, this)
  5. document.querySelector("#js-reset-zoom").classList.remove('active')
  6.  
  7. })
  8.  
  9. this.map_markers.push( map_marker )
Add Comment
Please, Sign In to add comment