g.event.addListener(pin, 'click', () => {
          if (this.props.handleEntityClick) this.props.handleEntityClick(e);
        });