';
phone_container.innerHTML = phoneStr;
}
}
if ( window.location.pathname && window.location.pathname === '/gyms/homestead-fl/homestead-supersport' ) {
var phone_container = document.getElementsByClassName('phone-container')[0];
if ( phone_container ) {
var phoneStr = '
Phone:';
phoneStr += '
';
phone_container.innerHTML = phoneStr;
}
}