Welcome to Masi Orthopedics. We provide expert sports medicine and orthopedic care when it matters most.
Board-certified and fellowship-trained orthopedic surgeon Dr. Kerisimasi ‘Masi’ Reynolds specializes in knee, shoulder, hip, and elbow conditions and injuries. Dr. Reynolds experience and expertise has made him one of the top orthopedic surgeons in Santa Cruz, Silicon Valley, Fremont, and San Jose. If you are in need of an expert orthopedic surgeon, we’re here for you.
Our Practice
Schedule a Consultation
Dr. Masi Reynolds
Dr. Reynolds is fellowship-trained in sports medicine and advanced arthroscopy. He is the recipient of numerous awards and accolades, but prides himself most on his compassionate approach to patient care.
Meet Dr. Masi Reynolds
Serving the Bay Area community.
With offices in Santa Cruz, Fremont, Menlo Park, and Los Gatos, we're conveniently located near you. Our expert team and state-of-the-art facilities allow us to provide the highest level of orthopedic care available.
Schedule a consultation
Patient Stories
Watch and read real patient stories. From professional surfer Billy Kemper to everyday patients, you’re not alone.
Patient Stories
Innovations in orthopedics
Learn about innovations, research, and health tips from the expert team at Masi Orthopedics. Stay in the know.
Movement Blog
$postID = $post->ID;
$parentID = $post->post_parent;
$parentParentID = get_post_ancestors($parentID);
$parentParentID = $parentParentID[0];
$parentParentIDParent = get_post_ancestors($parentParentID);
$parentParentIDParent = $parentParentIDParent[0];
$hide_sidebar = false;
if ( !empty($headerBg) || $headerBg !== '' )
{
$firstLine = ' ';
}
if ( cms_is_in_menu('Sidebar - About Us') )
{
$headerImageClass = '';
$firstLine = 'About';
$aboutUs = true;
$sidebar_menu = 'Sidebar - About Us';
}
if ( cms_is_in_menu('Sidebar - Resources') )
{
$headerImageClass = 'resourcesHeaderImage';
$firstLine = 'Resources';
$sidebar_menu = 'Sidebar - Resources';
}
if ( cms_is_in_menu('Sidebar - Conditions') )
{
$headerImageClass = 'conditionsHeaderImage';
$firstLine = 'Conditions';
$sidebar_menu = 'Sidebar - Conditions';
}
if ( cms_is_in_menu('Sidebar - Treatments') )
{
$headerImageClass = 'treatmentsHeaderImage';
$firstLine = 'Treatments';
$sidebar_menu = 'Sidebar - Treatments';
}
if ( cms_is_in_menu('Sidebar - Hip') )
{
$headerImageClass = 'hipHeaderImage';
$firstLine = 'Hip';
$sidebar_menu = 'Sidebar - Hip';
}
if ( cms_is_in_menu('Sidebar - Elbow') )
{
$headerImageClass = 'elbowHeaderImage';
$firstLine = 'Elbow';
$sidebar_menu = 'Sidebar - Elbow';
}
if ( cms_is_in_menu('Sidebar - Knee') )
{
$headerImageClass = 'KneeHeaderImage';
$firstLine = 'Knee';
$sidebar_menu = 'Sidebar - Knee';
}
if ( cms_is_in_menu('Sidebar - Shoulder') )
{
$headerImageClass = 'shoulderHeaderImage';
$firstLine = 'Shoulder';
$sidebar_menu = 'Sidebar - Shoulder';
}
if ( cms_is_in_menu('Sidebar - Services') )
{
$headerImageClass = 'servicesHeaderImage';
$firstLine = 'Services';
$sidebar_menu = 'Sidebar - Services';
}
if ( cms_is_in_menu('Sidebar - Contact Us') )
{
$headerImageClass = 'contactHeaderImage';
$firstLine = 'Contact';
$contactUs = true;
$sidebar_menu = 'Sidebar - Contact Us';
}
if (is_404()) {
$firstLine = '404';
$sidebar_menu = 'Sidebar - About Us';
$headerImageClass = 'blogHeaderImage';
}
if ( is_single() || is_archive() || is_home() )
{
$headerImageClass = 'blogHeaderImage';
$category = single_cat_title("",false);
if(!empty($category)){ $categoryTitle = ' - ' . $category; }
$firstLine = 'Blog' . $categoryTitle;
$blogArea = true;
}
// if( $postID == 63 || $parentID == 63 || is_page(16) ){
// // Remove Header for: Our Doctors, Our Doctors Children, Specialties
// $headerImageClass = 'hidden-xs-up';
// }
?>