';
// add marker title
if (this.marker.marker_title) {
tooltipContent += `
';
// add marker description
if (this.marker.marker_description) {
tooltipContent += `
${this.marker.marker_description}
`;
}
// add marker button
if (this.marker.show_button === 'yes' && this.marker.button_text) {
let button_url_target = this.marker.hasOwnProperty('button_url_target') && this.marker.button_url_target ? this.marker.button_url_target : '_blank';
tooltipContent += `
`;
}
tooltipContent += '