<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    
    
           <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
           <script>
               WebFont.load({
                   google: {
                       families: ['Roboto:400,700,500,300,400italic,300italic,500italic,700italic', 'PT Serif:400,400italic,700']
                   }
               });
           </script>
           
       <script>
                      var delayed_jquery = [];
           jQuery = function() {
               if(typeof arguments[0] == "function"){
                   jQuery(document).ready(arguments[0]);
               }else{
                   return {
                       ready: function(fn) {
                           delayed_jquery.push(fn);
                       }
                   }
               }
           };
           $ = jQuery;
           var waitForLoad = function() {
               if (typeof jQuery.fn != "undefined") {
                   for(k in delayed_jquery){
                       delayed_jquery[k]();
                   }
               } else {
                   window.setTimeout(waitForLoad, 500);
               }
           };
           var waitForJqueryTimeout = window.setTimeout(waitForLoad, 500);

           if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
               var msViewportStyle = document.createElement('style');
               msViewportStyle.appendChild(
                   document.createTextNode(
                       '@-ms-viewport{width:auto!important}'
                   )
               );
               document.querySelector('head').appendChild(msViewportStyle);
           }


                      
                      var MIXPANEL_ID = "c8d0bc09b9e246e5d43461da9e48194c";

           (function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
               for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,e,d])};b.__SV=1.2;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f)}})(document,window.mixpanel||[]);
           mixpanel.init(MIXPANEL_ID);

           var bd_domain = 'drwilliamgrant.com';
           var bd_page = '/tm';
                      var bd_theme = 'kaksi';
           var bd_pagetype = 'page';

           var pageMix = {
               domain: bd_domain,
               page: bd_page,
               page_type: bd_pagetype,
               template: bd_theme,
               slug: '',
               betterdoctor_uid: ''
           };

           mixpanel.register(pageMix);
           mixpanel.track("show_page");

           
       </script>
            <style type="text/css">
                a {
                  touch-action: manipulation;
                }

                div.ccm-page .bd-notification {
                  overflow: hidden;
                  height: 48px;
                  padding-top: 2px;
                  margin-top: -48px;
                  font-weight: 300;
                  background-color: #6cf;
                  color: #fff;
                  position: absolute;
                  right: 0;
                  left: 0;
                  line-height: 230%;
                }

                div.ccm-page .bd-notification .content {
                  display: inline-block;
                }

                div.ccm-page .bd-notification .content p {
                  line-height: 1.3em;
                  letter-spacing: .05rem;
                }

                div.ccm-page .bd-notification .close {
                  background-color: #85d6ff;
                  display: block;
                  width: 50px;
                  position: absolute;
                  top: 0;
                  right: 0;
                  bottom: 0;
                  line-height: 20px;
                  color: #fff;
                  text-align: center;
                }

                div.ccm-page .bd-notification .close span {
                  vertical-align: middle;
                  display: block;
                  padding-left: 1px;
                  padding-top: 14px;
                  position: absolute;
                  top: 50%;
                  width: 30px;
                  left: 10px;
                  margin-top: -26px;
                  font-weight: 300;
                  font-size: 1.4rem;
                }

                div.ccm-page .bd-notification p {
                  margin-bottom: 0;
                  padding-bottom: 0;
                  font-size: 1rem;
                  font-weight: normal;
                }

                div.ccm-page .bd-notification a {
                  color: #fff;
                  text-decoration: underline;
                }

                div.ccm-page .bd-notification a[href^=tel] {
                  text-decoration: none;
                }

                body {
                  margin: 0;
                }

                img {
                  max-width: 100%;
                }

                table {
                  border-collapse: separate;
                  border-spacing: 0;
                  max-width: 100%;
                  width: 100%;
                }

                td {
                  padding: .25rem 1rem;
                  line-height: inherit;
                }

                td {
                  vertical-align: top;
                }

                body {
                  font-family: 'Helvetica Neue',Helvetica,sans-serif;
                  line-height: 1.5;
                  font-size: 100%;
                }

                h4 {
                  font-family: 'Helvetica Neue',Helvetica,sans-serif;
                  font-weight: bold;
                  line-height: 1.25;
                  margin-top: 1em;
                  margin-bottom: .5em;
                }

                p {
                  margin-top: 0;
                  margin-bottom: 1rem;
                }

                ul {
                  margin-top: 0;
                  margin-bottom: 1rem;
                }

                body {
                  color: #111;
                  background-color: #fff;
                }

                a {
                  color: #0074d9;
                  text-decoration: none;
                }

                .center {
                  text-align: center;
                }

                .block {
                  display: block;
                }

                .clearfix:before,
                .clearfix:after {
                  content: " ";
                  display: table;
                }

                .clearfix:after {
                  clear: both;
                }

                .left {
                  float: left;
                }

                .right {
                  float: right;
                }

                .mb4 {
                  margin-bottom: 4rem;
                }

                .mxn3 {
                  margin-left: -2rem;
                  margin-right: -2rem;
                }

                .mx-auto {
                  margin-left: auto;
                  margin-right: auto;
                }

                .py2 {
                  padding-top: 1rem;
                  padding-bottom: 1rem;
                }

                .px2 {
                  padding-left: 1rem;
                  padding-right: 1rem;
                }

                .py3 {
                  padding-top: 2rem;
                  padding-bottom: 2rem;
                }

                .px3 {
                  padding-left: 2rem;
                  padding-right: 2rem;
                }

                @media (max-width:52em) {
                  .mb4 {
                    margin-bottom: 2rem;
                  }
                }

                .container {
                  max-width: 64em;
                  margin-left: auto;
                  margin-right: auto;
                }

                .col {
                  float: left;
                  box-sizing: border-box;
                }

                .col-right {
                  float: right;
                  box-sizing: border-box;
                }

                .col-3 {
                  width: 25%;
                }

                .col-12 {
                  width: 100%;
                }

                @media (min-width:40em) {
                  .sm-col-9 {
                    width: 75%;
                  }
                }

                @media (min-width:52em) {
                  .md-col-4 {
                    width: 33.33333%;
                  }

                  .md-col-8 {
                    width: 66.66667%;
                  }
                }

                html {
                  box-sizing: border-box;
                  font-size: 16px;
                }

                *,
                *:before,
                *:after {
                  box-sizing: inherit;
                }

                body {
                  min-height: 100%;
                  height: 100%;
                  background-color: #fff;
                  font-weight: 400;
                  line-height: 1.6rem;
                  color: #101010;
                  letter-spacing: .5px;
                  font-style: normal;
                  font-size: 1.1rem;
                }

                body.roboto {
                  font-family: 'Roboto','proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;
                }

                body.roboto div.ccm-page h4,
                body.roboto div.ccm-page p {
                  font-family: 'Roboto','proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;
                }

                div.ccm-page {
                  min-height: 100%;
                  position: relative;
                }

                div.ccm-page h4 {
                  margin-top: 0;
                  font-weight: 600;
                  color: #000;
                  -webkit-font-smoothing: antialiased;
                }

                div.ccm-page h4 {
                  font-size: 2rem;
                }

                div.ccm-page p {
                  line-height: 1.6em;
                  letter-spacing: .5px;
                  font-style: normal;
                  font-size: 1.1rem;
                }

                div.ccm-page main .container p {
                  font-family: 'PT Serif',serif;
                  -webkit-font-smoothing: antialiased;
                }

                div.ccm-page a {
                  color: #6cf;
                }

                div.ccm-page a[href^="tel:"] {
                  color: inherit;
                  text-decoration: none !important;
                }

                div.ccm-page section h4 {
                  padding-top: 2rem;
                  margin-bottom: .5em;
                }

                html,
                body {
                  height: 100%;
                  margin: 0;
                  max-height: none;
                  max-width: none;
                  width: 100%;
                }

                a img,
                img {
                  border: 0;
                }

                div.ccm-page img {
                  height: auto;
                }

                div.ccm-page header {
                  background-color: #fff;
                  background-repeat: no-repeat;
                  background-position: top center;
                  background-size: cover;
                  position: relative;
                }

                @media all and (min-width:40em) {
                  div.ccm-page header {
                    max-height: 690px;
                  }
                }

                div.ccm-page header .header-navigation nav {
                  letter-spacing: .05rem;
                  font-weight: 600;
                }

                div.ccm-page header .header-navigation nav .nav-home {
                  display: none;
                }

                @media all and (max-width:40em) {
                  div.ccm-page header .header-navigation nav .nav-home {
                    display: inline-block;
                  }
                }

                div.ccm-page header .header-navigation nav ul {
                  margin: 0;
                  padding: 0;
                }

                div.ccm-page header .header-navigation nav ul li {
                  -webkit-font-smoothing: antialiased;
                  list-style: none;
                  position: relative;
                  display: inline-block;
                  border-top: 4px solid transparent;
                  margin-right: 2.7rem;
                }

                div.ccm-page header .header-navigation nav ul li>a {
                  color: #000;
                  font-size: 1rem;
                  text-transform: uppercase;
                  letter-spacing: .05rem;
                  display: inline-block;
                  padding: 3px 0;
                }

                div.ccm-page header .header-navigation nav ul li ul {
                  padding: 0;
                  margin: 0;
                  border-radius: 2px;
                  border-top: 0;
                  left: -50%;
                  opacity: 0;
                  position: absolute;
                  top: 30px;
                  visibility: hidden;
                  width: 200%;
                  background-color: rgba(0,0,0,0.6);
                  z-index: 99;
                }

                div.ccm-page header .header-navigation nav ul li ul:after {
                  bottom: 100%;
                  left: 50%;
                  border: solid transparent;
                  content: " ";
                  height: 0;
                  width: 0;
                  position: absolute;
                  border-bottom-color: rgba(0,0,0,0.6);
                  border-width: 10px;
                  margin-left: -10px;
                }

                div.ccm-page header .header-navigation nav ul li ul li {
                  width: 100%;
                  float: none;
                  display: block;
                  border: 0;
                }

                div.ccm-page header .header-navigation nav ul li ul li>a {
                  display: block;
                  color: #efefef;
                  text-transform: uppercase;
                  font-size: .8rem;
                  padding: 4px 15px;
                }

                div.ccm-page header .header-navigation nav ul li ul li>a:last-child {
                  padding-bottom: 8px;
                }

                div.ccm-page header .header-navigation nav ul li ul li>a:first-child {
                  padding-top: 8px;
                }

                div.ccm-page header .top-nav-bar-container {
                  height: 86px;
                  z-index: 20;
                  position: relative;
                }

                div.ccm-page header .top-nav-bar {
                  color: #000;
                }

                div.ccm-page header .top-nav-bar #header-site-title a,
                div.ccm-page header .top-nav-bar nav ul:first-child>li>a {
                  color: #000;
                }

                div.ccm-page header #header-site-title {
                  margin-top: 5px;
                  position: relative;
                  z-index: 2;
                  color: #000;
                  font-size: 1.3rem;
                  font-weight: 600;
                  text-transform: uppercase;
                  -webkit-font-smoothing: antialiased;
                }

                @media all and (max-width:52em) {
                  div.ccm-page header #header-site-title {
                    margin-top: 8px;
                    max-width: 88%;
                  }
                }

                div.ccm-page header #header-site-title a {
                  color: #000;
                  font-size: 1.3rem;
                  font-weight: 600;
                }

                div.ccm-page header #header-site-title p {
                  letter-spacing: .05rem;
                  font-weight: 600;
                  margin-bottom: 0;
                  padding-bottom: 0;
                }

                div.ccm-page section .dark {
                  background-color: #000;
                  color: #9d9c9c;
                }

                div.ccm-page section .dark h4 {
                  color: white;
                }

                div.ccm-page section .dark a:not(.btn) {
                  color: #fff;
                  text-decoration: underline;
                }

                div.ccm-page .hero {
                  overflow: hidden;
                  width: 100%;
                }

                div.ccm-page .hero .hero-overlay {
                  position: absolute;
                  top: 0;
                  right: 0;
                  left: 0;
                  bottom: 0;
                  background-color: black;
                  opacity: .8;
                }

                div.ccm-page main {
                  display: block;
                  padding-bottom: 243px;
                }

                div.ccm-page .btn,
                div.ccm-page a.btn {
                  font-family: inherit;
                  font-size: 15px;
                  font-weight: bold;
                  text-decoration: none;
                  text-align: center;
                  display: inline-block;
                  line-height: 1.125rem;
                  padding: .6rem 1.5rem;
                  margin: 0;
                  height: auto;
                  border: 2px solid transparent;
                  vertical-align: middle;
                  -webkit-appearance: none;
                  color: #000;
                  background-color: #6cf;
                  -webkit-border-radius: 25px;
                  -moz-border-radius: 25px;
                  border-radius: 25px;
                  text-transform: uppercase;
                }

                ::-moz-focus-inner {
                  border: 0;
                  padding: 0;
                }

                div.ccm-page .btn-outline,
                div.ccm-page a.btn-outline {
                  color: #6cf;
                  background-color: transparent;
                  border-color: #6cf;
                  font-size: .8rem;
                  text-transform: uppercase;
                  font-weight: bold;
                }

                .o-wrapper {
                  height: 100%;
                }

                .footer-sticky-nav {
                  display: none;
                }

                .overlay {
                  display: none;
                  position: fixed;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  z-index: 1001;
                  background-color: #404447;
                  color: white;
                }

                .overlay .close {
                  float: right;
                  color: white;
                  font-size: 1.5rem;
                }

                #menu-overlay {
                  text-align: center;
                }

                .ccm-responsive-menu-launch {
                  display: none;
                  float: right;
                  position: relative;
                  z-index: 1002;
                }

                .ccm-responsive-menu-launch #nav-icon {
                  width: 25px;
                  margin-top: 13px;
                  height: 25px;
                  position: relative;
                  -webkit-transform: rotate(0);
                  -moz-transform: rotate(0);
                  -o-transform: rotate(0);
                  transform: rotate(0);
                }

                .ccm-responsive-menu-launch #nav-icon span {
                  display: block;
                  position: absolute;
                  height: 2px;
                  width: 100%;
                  background: black;
                  border-radius: 9px;
                  opacity: 1;
                  left: 0;
                  -webkit-transform: rotate(0);
                  -moz-transform: rotate(0);
                  -o-transform: rotate(0);
                  transform: rotate(0);
                }

                .ccm-responsive-menu-launch #nav-icon span:nth-child(1) {
                  top: 0;
                  -webkit-transform-origin: left center;
                  -moz-transform-origin: left center;
                  -o-transform-origin: left center;
                  transform-origin: left center;
                }

                .ccm-responsive-menu-launch #nav-icon span:nth-child(2) {
                  top: 8px;
                  -webkit-transform-origin: left center;
                  -moz-transform-origin: left center;
                  -o-transform-origin: left center;
                  transform-origin: left center;
                }

                .ccm-responsive-menu-launch #nav-icon span:nth-child(3) {
                  top: 16px;
                  -webkit-transform-origin: left center;
                  -moz-transform-origin: left center;
                  -o-transform-origin: left center;
                  transform-origin: left center;
                }

                @media all and (max-width:52em) {
                  .ccm-responsive-menu-launch {
                    display: block;
                  }

                  .ccm-responsive-navigation.original {
                    display: none;
                  }
                }

                .bd-location-block .location-left-col .location-content {
                  padding-left: 10%;
                  padding-right: 20px;
                }

                .bd-location-block,
                .address-block {
                  color: white;
                }

                div.ccm-page section.dark .bd-location-block h4 {
                  color: white;
                }

                .bd-location-block .directions a {
                  text-decoration: underline;
                }

                .overlay .bd-location-block.dark {
                  background-color: transparent;
                }

                .bd-location-block .block {
                  margin-bottom: 10px;
                }

                .bd-location-block .title {
                  margin-top: 0;
                }

                .bd-location-block .location-right-col {
                  min-height: 250px;
                  height: 250px;
                }

                .bd-location-block .location-left-col {
                  min-height: 250px;
                  padding-top: 80px;
                  padding-bottom: 80px;
                }

                @media (max-width:52em) {
                  .bd-location-block .location-left-col {
                    padding-top: 10px;
                    padding-bottom: 30px;
                  }
                }

                .overlay .bd-location-block h4 {
                  font-size: 1rem;
                  padding-top: 5px;
                }

                .overlay .bd-location-block .location-left-col .location-content {
                  padding-left: 0;
                  padding-right: 0;
                }

                .bd-location-block .location-left-col .location-content {
                  padding-left: 10%;
                  padding-right: 20px;
                }

            </style>
            <link href="main.css" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
            <noscript><link href="main.css" rel="stylesheet" type="text/css" media="all"></noscript>    
<title>tm</title>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="description" content="All Resources">
<meta name="robots" content="noindex">

<link rel="shortcut icon" href="medical-icon.ico" type="image/x-icon">
<link rel="icon" href="medical-icon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="medical-icon.png">


<meta property="og:title" content="tm">
<meta property="og:description" content="All Resources">
<meta property="og:type" content="article">
<meta property="og:url" content="http://drwilliamgrant.com/tm">
<meta property="og:site_name" content="Albemarle Orthopedics, PLC">
<meta name="og:locale" content="en_US">
<meta name="og:updated_time" content="2018-12-22T05:24:55+00:00">
<style type="text/css" data-area-style-area-handle="MainCenteredIntro" data-block-style-block-id="4464" data-style-set="241">.ccm-custom-style-container.ccm-custom-style-maincenteredintro-4464{text-align:center}</style>
<style type="text/css" data-area-style-area-handle="MainCenteredIntro" data-block-style-block-id="4466" data-style-set="242">.ccm-custom-style-container.ccm-custom-style-maincenteredintro-4466{text-align:center}</style>
<style type="text/css" data-area-style-area-handle="Main" data-block-style-block-id="4454" data-style-set="238">.ccm-custom-style-container.ccm-custom-style-main-4454{text-align:center}</style>
<link href="stacktable.css" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
<noscript><link href="stacktable.css" rel="stylesheet" type="text/css" media="all"></noscript>
<!--[if lt IE 9]><script type="text/javascript" src="/html5-shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script type="text/javascript" src="/respond.js"></script><![endif]-->

<link href="view.css" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
<noscript><link href="view.css" rel="stylesheet" type="text/css" media="all"></noscript>
<link href="view.css.1" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
<noscript><link href="view.css.1" rel="stylesheet" type="text/css" media="all"></noscript>
<link href="view.css.5" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
<noscript><link href="view.css.5" rel="stylesheet" type="text/css" media="all"></noscript>
<link href="shared.css" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
<noscript><link href="shared.css" rel="stylesheet" type="text/css" media="all"></noscript>
<link href="view.css.4" rel="preload" type="text/css" media="all" as="style" onload="this.rel='stylesheet'">
<noscript><link href="view.css.4" rel="stylesheet" type="text/css" media="all"></noscript>
    <style type="text/css">/**************************************************
Quick Formatting Section
**************************************************/

.frm__frame {
  /* Color of the line around the contact for or contact box */
	border-color: #489cc5;
  background-color: #fcfcfc;
  background:
        linear-gradient(
          rgb(255,255,255), 
          rgba(230,230,230,.4)
          );
}
/* Color of the top box in the form */
.frm__title {
	background-color: #489cc5;
}

/**************************************************
ASP Title Section Formating
**************************************************/

.asp-title {
  text-align: left;
}

/* adjust the sub title size*/
.asp-sub-title {
  font-size: .6em;
  line-height: 1.5em;
}

/* style the first hr */
.asp-title hr {
  width:100% !important;
  background:#333;background-image:linear-gradient(to right, #ccc, #333, #ccc) !important;
  height:1px !important;
  margin-bottom:.8em !important;
  border:0;

}

/* Modify the second hr to apply padding to the top */
.asp-title hr:last-child {
  margin-top: .8em !important;
}

/* Wrap this in a flexbox item so that you can swap the phone number and breadcrumb trail on the responsive wrap */
.asp-title-actions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  padding: 0 1em 0 1em;
}

/* target a phone number in an href and don't let it wrap */
.asp-title a[href^=tel] {
  white-space: nowrap;
}

@media (max-width: 832px) {
  .asp-title {
    margin-top: 2em;
  }
}

/* Make adjustments when screen size falls below 540 pixels */
@media (max-width: 540px) {

  .asp-title a[href^=tel] {
    font-size: 2em;
    width: 100%;
    margin-top: 1em;
    text-align: center;
  }

  .asp-title-actions-breadcrumb {
    padding: 1em;
    width: 100%;
    text-align: center;
  }
}

/* media header used for images */
.asp-media-header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  margin-bottom: 1.5em;
}

/*
Media header used for iframes
Vimeo videos
Youtube Videos
Etc
*/
.asp-media-header-iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 1.5em;
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
}

/*
Responseive iframe wrapper
use this for any iframe wrapper in the ASP page to make it response
*/
.asp-iframe-wrapper {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
}

/*
CSS Selectors targeting the correct
img or ifram content that is found
as a direct child of the media header
parent container
*/
.asp-media-header-image img {
  flex-shrink: 1;
  width: 100%;
}

.asp-media-header-iframe iframe,
.asp-iframe-wrapper iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  /*border: 1px solid black;*/
}

/* highlights the question that was clicked on to make it easier to see */

:target:before {
  display: block;
  content: " ";
  height: 115px;
  margin-top: -115px;
  visibility: hidden;
}

:target > div {
  padding: 1em;
  margin: 1em -1em 1em -1em;
  border: 2px solid #D4D4D4;
  background-color: #fdffdd;
  -webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
}


.asp-summary, .asp-body {
  margin: 1em;
}

.asp-section-2 ul {
  list-style: none;
  padding: 1em;
}

.asp-section-2 ul li {
  list-style: none;
  padding-bottom: .75em;
  font-size: .9em;
  font-weight: lighter;
}

.asp-parent .asp-section-2 h3 {
  font-size: 1.5em;
}

/* Formatting modifications for Quotes */
blockquote.bd-callout-quote div.quote > p {
  margin: 1em;
  font-size: .9em;
  font-style: italic;
  font-weight: lighter;
}

blockquote.bd-callout-quote div.title {
  margin-left: 1.2em;
  font-size: .7em;
}



/**************************************************
Flexbox Layout Model for the Advanced Services Page
**************************************************/
.asp-parent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: .5em;
}

.asp-section-1, .asp-section-2, .asp-section-3, .asp-section-4 {
  margin: 0em;
  padding: .5em;
  /* border: 1px solid gray; */
}

.asp-section-1, .asp-section-3 {
  order:9999;
  flex-basis: calc(65% - 1.5em);
}

.asp-section-2, .asp-section-4 {
  order:9999;
  flex-basis: calc(35% - 1.5em);
}

/* RESPONSIVE SETTINGS
reverse column order on right sidebar when it
moves inline at the 900px break point
*/
@media (max-width: 900px) {
  .asp-parent {
    flex-direction: column;
  }

  .asp-section-1, .asp-section-4 {
    order:1;
    flex-basis: 0;
    margin-bottom: 2em;
  }

}

/**************************************************
CONTACT FORM STYLE
**************************************************/

/* Define the form frame */
.frm__frame {
	border-style: solid;
	border-width: 1px;
	border-radius: .5rem;
	max-width: 500px; /* This limits the width of the form to 500px at max */
  margin: 0 auto; /* This will make the form centered */
  box-shadow: 0px 5px 10px -2px rgba(150,150,150, .5);
}

/* if there is a telephone number in the form, be sure that it doesn't wrap. This requires that the phone number has a href with a tel:  in it */
.frm__frame a[href^=tel] {
  white-space: nowrap;
}

/* defind form title styling, including the box it's in */
.frm__title {
	color: white;
	/* background-color: #808080; This should be changed. Removed and added to quick format section */
	font-size:1.5rem;
	border-radius:.2em .2em 0 0;
	padding:.7rem 1rem 1rem 1.5rem;
}

.frm__text--medium {
	margin:1rem 1rem 0 1rem;
	font-size:.9rem;
}

.frm__text--small {
	color:gray;
	margin:1rem 1rem 0 1rem;
	font-size:.4rem;
}

/* Set the form frame colors */
.frm__body {
	font-size:.5rem;
	padding:1em;
}

/* form label styling can be set here */
.frm__body label {
	color:gray;
	padding:0 0 0 .3rem;
}

/* Set the form element styleing here */
.frm__body
    input[type="text"],
    input[type="email"],
    input[type="tel"] {
	width: 100%;
}

/*  put anything in the footer, like the submit button, to apply different formatting. */
.frm__footer {
	text-align:center;
	padding:0 0 .7rem 0;
}

/*
Fix for Safari autofill bug that applied padding to the interior of the acual form field
Targets all input types that are not one of those listed below and sets the padding
*/
.frm__frame form input:not([type=button]):not([type=submit]) {
    padding:0px 15px 0px 15px;
}
</style>
            <meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE">
        <meta name="viewport" content="width=device-width, initial-scale=1">

    



</head>



<body class="  page-tm roboto -thm">
            <noscript>
                <iframe src="http://www.googletagmanager.com/ns.html?id=GTM-MNZN2V" height="0" width="0" style="display:none;visibility:hidden"></iframe>
            </noscript>
            <script>!function(e){"use strict";var t=function(t,n,r){function o(e){return i.body?e():void setTimeout(function(){o(e)})}function a(){d.addEventListener&&d.removeEventListener("load",a),d.media=r||"all"}var l,i=e.document,d=i.createElement("link");if(n)l=n;else{var s=(i.body||i.getElementsByTagName("head")[0]).childNodes;l=s[s.length-1]}var u=i.styleSheets;d.rel="stylesheet",d.href=t,d.media="only x",o(function(){l.parentNode.insertBefore(d,n?l:l.nextSibling)});var f=function(e){for(var t=d.href,n=u.length;n--;)if(u[n].href===t)return e();setTimeout(function(){f(e)})};return d.addEventListener&&d.addEventListener("load",a),d.onloadcssdefined=f,f(a),d};"undefined"!=typeof exports?exports.loadCSS=t:e.loadCSS=t}("undefined"!=typeof global?global:this),function(e){if(e.loadCSS){var t=loadCSS.relpreload={};if(t.support=function(){try{return e.document.createElement("link").relList.supports("preload")}catch(e){return!1}},t.poly=function(){for(var t=e.document.getElementsByTagName("link"),n=0;n<t.length;n++){var r=t[n];"preload"===r.rel&&"style"===r.getAttribute("as")&&(e.loadCSS(r.href,r,r.getAttribute("media")),r.rel=null)}},!t.support()){t.poly();var n=e.setInterval(t.poly,300);e.addEventListener&&e.addEventListener("load",function(){t.poly(),e.clearInterval(n)}),e.attachEvent&&e.attachEvent("onload",function(){e.clearInterval(n)})}}}(this);</script>
            <script>(function (w, d, s, l, i) {
                    w[l] = w[l] || [];
                    w[l].push({
                        'gtm.start': new Date().getTime(), event: 'gtm.js'
                    });
                    var f = d.getElementsByTagName(s)[0],
                        j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
                    j.async = true;
                    j.src =
                        '//www.googletagmanager.com/gtm.js?id=' + i + dl;
                    f.parentNode.insertBefore(j, f);
                })(window, document, 'script', 'dataLayer', 'GTM-MNZN2V');</script>
            


<div class="ccm-page page-type-page page-template-full">
    <div class="o-wrapper">




                <div data-location="notification_bar" data-delay="0" class="bd-notification center">
<div data-type="notification_close" class="mp-track close"><span>x</span></div>
<span class="content"><p>For Appointments Call <a href="tel:%20434-817-7200" target="_blank">(434) 817-7200</a></p></span>
</div>
            <header data-location="header" class="header   header-hero-center">
        <div class="top-nav-bar-container" data-location="top_nav_bar">
        <div class="clearfix top-nav-bar  py2 px3">
            <div id="header-site-title" class="left">
                                    

    <p style="line-height:.8em;">
	<a href="/" style="font-size:.8em;">Albemarle<br> Orthopaedics, PLC</a>
</p>
                
            </div>
            <div class="right">
                

    
<div id="HTMLBlock4453" class="HTMLBlock">
<div> 
    <a href="http://www.zocdoc.com/practice/albemarle-orthopaedics-plc-41409?lock=true&amp;isNewPatient=false&amp;referrerType=widget" target="_blank">
        <img src="http://offsiteschedule.zocdoc.com/images/remote/rb_BookAnAppt_Blue_214x74.png" style="border:0">
    </a> 



</div>
</div>
            </div>
            <div class="right header-navigation">
                

        <div class="ccm-custom-style-container ccm-custom-style-main-4437 ccm-block-custom-template-responsive-header-navigation main-nav-top">
    
<nav class="ccm-responsive-navigation original"><ul>
<li class="nav-home"><a href="/" target="_self" class="nav-home">Home</a></li>
<li class="">
<a href="/?cID=310" target="_self" class="">Providers</a><ul>
<li class=""><a href="william-grant" target="_self" class="">Dr. Grant</a></li>
<li class=""><a href="gm-pugh" target="_self" class="">GM Pugh, PA-C</a></li>
</ul>
</li>
<li class="">
<a href="services" target="_self" class="">Services</a><ul>
<li class=""><a href="pricing" target="_self" class="">Pricing</a></li>
<li class=""><a href="rotator-cuff" target="_self" class="">Rotator Cuff</a></li>
<li class=""><a href="patient-education" target="_self" class="">Patient Education</a></li>
<li class=""><a href="telemedicine" target="_self" class="">Telemedicine</a></li>
<li class=""><a href="services" target="_self" class="">See All</a></li>
</ul>
</li>
<li class="">
<a href="about" target="_self" class="">Our Office</a><ul>
<li class=""><a href="http://drwilliamgrant.com/feedback" target="_blank" class="">Feedback</a></li>
<li class=""><a href="about#form" target="_self" class="">New Patient Form</a></li>
</ul>
</li>
<li class=""><a href="contact" target="_self" class="">Contact</a></li>
<li class=""><a href="telemedicine" target="_self" class="">TELEMEDICINE</a></li>
</ul></nav><div class="ccm-responsive-menu-launch">
<div id="nav-icon" class="c-button">
  <span></span>
  <span></span>
  <span></span>
</div>
</div>
    </div>
            </div>
        </div>
    </div>


        <div data-location="hero" class="clearfix hero ">
                            <div class="hero-overlay" style="opacity:-5; background-color:#0000;"></div>
            
                    </div>

    

    
</header>

<main data-location="main" class="header-hero-center">

        <section>

                    <div class="mb4 container mxn3">
                <div class="clearfix">
                    <div class="sm-col-9 col-12 px3 mx-auto">
                        

    <div>
	<style type="text/css" scoped>
		.igSpacer-f02360b2f4e8cf1025 {
			height: 60px;
		}
					@media (max-width: 52em) {
				.igSpacer-f02360b2f4e8cf1025 {
					height: 40px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-f02360b2f4e8cf1025 {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-f02360b2f4e8cf1025">


		
	</div>
</div>


        <div class="ccm-custom-style-container ccm-custom-style-maincenteredintro-4464">
    <img src="TM-1.jpg" alt="TM-1.jpg" width="754" height="154" class="ccm-image-block img-responsive bID-4464">

    </div>


    <div>
	<style type="text/css" scoped>
		.igSpacer-99e470ff19d713cc18 {
			height: 20px;
		}
					@media (max-width: 52em) {
				.igSpacer-99e470ff19d713cc18 {
					height: 20px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-99e470ff19d713cc18 {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-99e470ff19d713cc18">


		
	</div>
</div>


    <p style="font-size: x-large; text-align: center;">We are pleased to announce <em><strong>Orthopaedic Telemedicine Consultations and
Referrals 
	</strong></em> in Charlottesville and throughout Virginia.
</p>
<p>No longer do you, and more importantly your patients, have to wait weeks to receive Orthopaedic Consultation. Albemarle Orthopaedics is now offering office-to-office orthopaedic consultation and patient referrals by Telemedicine within 24-48 hours. This service allows you and your patient to converse with our orthopaedic team, face-to-face via HIPAA secure video conferencing using any smart phone, tablet, or laptop in the comfort of home or office. When in-person consultation is best, we will readily make this arrangement as well.
</p>


    <div>
	<style type="text/css" scoped>
		.igSpacer-42228f72f3097ce39d {
			height: 20px;
		}
					@media (max-width: 52em) {
				.igSpacer-42228f72f3097ce39d {
					height: 20px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-42228f72f3097ce39d {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-42228f72f3097ce39d">


		
	</div>
</div>


        <div class="ccm-custom-style-container ccm-custom-style-maincenteredintro-4466">
    <img src="TM-2.jpg" alt="TM-2.jpg" width="756" height="92" class="ccm-image-block img-responsive bID-4466">

    </div>


    <div>
	<style type="text/css" scoped>
		.igSpacer-b6a9cc7d21a8c408c0 {
			height: 20px;
		}
					@media (max-width: 52em) {
				.igSpacer-b6a9cc7d21a8c408c0 {
					height: 20px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-b6a9cc7d21a8c408c0 {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-b6a9cc7d21a8c408c0">


		
	</div>
</div>


    <p>We accept most major insurances. The State of Virginia and insurance companies recognize the value and
benefit of telemedicine, such that these visits are covered just as in-person visits. Normal copayments and
coinsurances apply. To better serve our patients, we also offer transparent prices for self-pay patients
and high deductible plans which can be viewed on our website at 
	<em><a href="http://www.drwilliamgrant.com" target="_blank">www.drwilliamgrant.com</a></em>.
</p>


    <div>
	<style type="text/css" scoped>
		.igSpacer-ffb6de9fd593ec2f68 {
			height: 20px;
		}
					@media (max-width: 52em) {
				.igSpacer-ffb6de9fd593ec2f68 {
					height: 20px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-ffb6de9fd593ec2f68 {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-ffb6de9fd593ec2f68">


		
	</div>
</div>


    <img src="TM-3.jpg" alt="TM-3.jpg" width="812" height="328" class="ccm-image-block img-responsive bID-4469">



    <div>
	<style type="text/css" scoped>
		.igSpacer-f42a2ab43441c68a3e {
			height: 20px;
		}
					@media (max-width: 52em) {
				.igSpacer-f42a2ab43441c68a3e {
					height: 20px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-f42a2ab43441c68a3e {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-f42a2ab43441c68a3e">


		
	</div>
</div>


    <p style="text-align: center;">Albemarle Orthopaedics, PLC
	<br>908 East Jefferson Street, Suite101 Charlottesville, VA 22902
	<br>Phone: (434) 817-7200 | Fax: (434) 817-7205
	<br><a href="http://www.drwilliamgrant.com" target="_blank">www.drwilliamgrant.com</a>
</p>


    <div>
	<style type="text/css" scoped>
		.igSpacer-41de66806e00af6b66 {
			height: 20px;
		}
					@media (max-width: 52em) {
				.igSpacer-41de66806e00af6b66 {
					height: 20px;
				}
			}
		
					@media (max-width: 40em) {
				.igSpacer-41de66806e00af6b66 {
					height: 10px;
				}
			}
			</style>


	<div class="igSpacer-41de66806e00af6b66">


		
	</div>
</div>


    
<div id="HTMLBlock4479" class="HTMLBlock">
<p style="text-align: center; display: flex; flex-direction: column; justify-content: space-around">
		    <a href="AO_Telemed_Flyer.pdf" target="_blank"><span class="btn btn-outline" style="width:auto; height:auto;">Download PDF Version</span></a>
		</p>
</div>
                    </div>
                </div>
            </div>
            
                    <div class="mb4">
                        </div>
            

        
        
        
        
        



        
        
        
        
        
        
        

        

        
        
        
        
        
        
        

        


        
        
        
        


        
        
        
        

                
        
        

        </section>

    
</main>



<footer class="page-footer" data-location="footer">

            <div class="footer-top-main-column p3">
            

    <h4 style="text-align: center;">FOR APPOINTMENTS CALL <a href="tel:434-817-7200" target="_blank">(434) 817-7200</a>
</h4>


        <div class="ccm-custom-style-container ccm-custom-style-main-4454">
    
<div id="HTMLBlock4454" class="HTMLBlock">
<div> 
    <a href="http://www.zocdoc.com/practice/albemarle-orthopaedics-plc-41409?lock=true&amp;isNewPatient=false&amp;referrerType=widget" target="_blank">
        <img src="http://offsiteschedule.zocdoc.com/images/remote/rb_BookAnAppt_Blue_214x74.png" style="border:0">
    </a> 



</div>
</div>
    </div>
        </div>
        


    <section class="container px3">

        
        

        
                
    </section>

    <section class="container footer-navigation">

        
        <div class="clearfix">

            
                <div class="col sm-col-4 col-12 py2 footer-copyright">
                    

    
<div class="bd-social-icons">

            <a class="social-slide" target="_blank" href="https://goo.gl/maps/Y98BUw5zpPy" style="background-image: url(google-round.png);"></a>
    
            <a class="social-slide" target="_blank" href="https://www.yelp.com/biz/william-grant-md-charlottesville" style="background-image: url(yelp_round.png);"></a>
    





</div>



                </div>
            
            
                <div class="col sm-col-4 col-12 py2 footer-social">
                    

    <ul class="nav navigator-shell">
    
    <li><a href="/?cID=310">Providers</a></li>
    
    
    <li><a href="services">Services</a></li>
    
    
    <li><a href="about">Our Office</a></li>
    
    
    <li><a href="contact">Contact</a></li>
    
    
    <li><a href="/?cID="></a></li>
    
    
    <li><a href="http://drwilliamgrant.com/tel434-817-7200">(434) 817-7200</a></li>
    
</ul>
                </div>

            
            
        </div>

    </section>

    

    
<div id="HTMLBlock4170" class="HTMLBlock">
<script type="text/javascript">
    jQuery(document).ready(function(){
        jQuery('.main-nav-top').find('a').each(function(k, el){
            if(jQuery(el).html().toLowerCase() === 'providers'){
                jQuery(el).prop('href', 'javascript:');
            }
        });
    });
</script>
</div>
</footer>


</div>
<div data-location="top_nav_bar" id="menu-overlay" class="overlay nav-menu">
    <div class="content px2 py3">
        <div class="nav"></div>
        

    




    





    

    
    

    <a id="book-online_1157292570" class="btn btn-outline" target="_blank" href="https://www.zocdoc.com/practice/albemarle-orthopaedics-plc-41409">BOOK ONLINE</a>
    </div>
</div>
<section class="footer-sticky-nav dark" data-location="bottom_nav_bar">
                    <div class="clearfix">
<div class="col link-col col-3 "><a href="https://www.zocdoc.com/practice/albemarle-orthopaedics-plc-41409"><img class="icon" src="book-light.png">Book</a></div>
<div class="col link-col col-3 "><a href="tel:434-817-7200">Call</a></div>
<div data-location="overlay" class="overlay link-3-overlay-content">
<span data-type="overlay_close" class="mp-track right close px2 py2">x</span><div class="content px2 py3">

    


    
    <div class="bd-location-block dark">

        <div class="clearfix bd-location">
        

                        <div class="col col-right md-col-8 col-12 location-right-col" data-match-height="">
                <div class="googleMapContainer" style="width: 100%; height: 100%; min-height: 100%;">
                    <div id="googleMapCanvas1c3799b6a1c0ca2c59" class="googleMapCanvas" style="width: 100%; height: 100%; min-height: 100%;"></div>
                </div>
            </div>

            <div class="col md-col-4 col-12 location-left-col" data-match-height="">

                                <div class="location-content location-content-index-0">
                    <h4 class="title">

                        
                                                    <div class="practice-name">Albemarle Orthopaedics, PLC</div>
                                                                    </h4>
                    <div class="block address-block">
                        908 East Jefferson St.                                                Suite 101<br>
                        Charlottesville, VA 22902
                                                    <div class="directions">
                                                                    <a data-type="get_directions" target="_blank" href="https://goo.gl/maps/QRCkLGyqThx">Get Directions</a>
                                                            </div>
                                            </div>

                    

                    
                    
                                    </div>
                            </div>

                        <script>

                var isMobile = false;
                var labels = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ';
                var labelIndex = 0;

                function showLocationInfo(idx) {
                    $('.location-content').hide();
                    $('.location-content-index-'+idx).fadeIn();

                }

                
                function googleMapInit1c3799b6a1c0ca2c59() {
                    try{


                        var latlng = new google.maps.LatLng(38.030321, -78.473950);
                        var mapOptions = {
                                                        zoom: 14,
                                                        center: latlng,
                            mapTypeId: google.maps.MapTypeId.ROADMAP,
                            streetViewControl: false,
                                                        draggable: !isMobile && false,
                                                        scrollwheel: false,

                            mapTypeControl: false
                        };
                        var map = new google.maps.Map(document.getElementById('googleMapCanvas1c3799b6a1c0ca2c59'), mapOptions);

                        var image = null;
                        var markers = [];

                                                


                        
                        var latlng = new google.maps.LatLng(38.030321, -78.473950);

                        
                        var svgLight_0 = '<svg width="65" height="90" id="mappin" data-name="mappin" xmlns="http://www.w3.org/2000/svg" viewBox="0"><defs><style>.circle {fill: #fff;}  .number{fill: #66ccff !important;} .pinbg{fill: #66ccff !important;  }</style> </defs> <path class="pinbg" d="M512,266.89c0,17.52-16.8,44.44-31.72,56.78-14.75-12.33-31.72-39.26-31.72-56.78A31.72,31.72,0,1,1,512,266.89Z" transform="translate(-448.54 -235.17)"/> <circle class="circle" cx="31.72" cy="31.72" r="16.25"/></svg>';
                        var svgDark_0 = '<svg width="65" height="90" id="mappin" data-name="mappin" xmlns="http://www.w3.org/2000/svg" viewBox="0"><defs><style>.circle {fill: #fff;}  .number{fill: #66ccff !important;} .pinbg{fill: #66ccff !important;  }</style> </defs> <path class="pinbg" d="M512,266.89c0,17.52-16.8,44.44-31.72,56.78-14.75-12.33-31.72-39.26-31.72-56.78A31.72,31.72,0,1,1,512,266.89Z" transform="translate(-448.54 -235.17)"/> <circle class="circle" cx="31.72" cy="31.72" r="16.25"/></svg>';

                        var svgLightUrl_0 = 'data:image/svg+xml;charset=UTF-8,' + encodeURIComponent(svgLight_0);
                        var svgDarkUrl_0 = 'data:image/svg+xml;charset=UTF-8,' + encodeURIComponent(svgDark_0);


                        
                        var iconUrl = svgLightUrl_0;
                                                    iconUrl = svgDarkUrl_0;
                                                var is_internetExplorer11= !(window.ActiveXObject) && "ActiveXObject" in window;
                        var marker_0 = new google.maps.Marker({
                            position: latlng,
                            visible: true,
                            animation: 0,
                            map: map,
                            icon: is_internetExplorer11?false:{
                                url: iconUrl,
                                scaledSize: new google.maps.Size(32,45)
                            }
                        });

                                                                        
                                            }catch(e){
                        $("#googleMapCanvas1c3799b6a1c0ca2c59").replaceWith("<p>Unable to display map: "+e.message+"</p>")}
                }
                $(function() {
                    var t;
                    // BD: added logic for disabling Drag and zoom on mobile. Source: http://trulycode.com/bytes/disable-google-maps-drag-zoom-mobile-iphone/
                    isMobile = BD.app.mobileCheck();

                    var startWhenVisible = function (){
                        if ($("#googleMapCanvas1c3799b6a1c0ca2c59").is(":visible")){
                            window.clearInterval(t);
                            googleMapInit1c3799b6a1c0ca2c59();
                            return true;
                        }
                        return false;
                    };
                    if (!startWhenVisible()){
                        t = window.setInterval(function(){startWhenVisible();},100);
                    }
                });
            </script>
            

        </div>
    </div>


</div>
</div>
<div class="col link-col col-3 link-3-overlay"><a class="mp-track" href="tm#">Map</a></div>
<div data-location="overlay" class="overlay link-4-overlay-content">
<span data-type="overlay_close" class="mp-track right close px2 py2">x</span><div class="content px2 py3">
<p><br></p>
<table><tbody>
<tr>
<td>MON</td>
<td>8am - 5pm<br>
</td>
</tr>
<tr>
<td>TUE</td>
<td>8am - 5pm<br>
</td>
</tr>
<tr>
<td>WED</td>
<td>Reserved for surgeries<br>
</td>
</tr>
<tr>
<td>THUR</td>
<td>8am — 5pm<br>
</td>
</tr>
<tr>
<td>FRI</td>
<td>8am — 12pm<br>
</td>
</tr>
<tr>
<td>SAT</td>
<td>Closed</td>
</tr>
<tr>
<td>SUN</td>
<td>Closed</td>
</tr>
</tbody></table>
<p><br></p>
</div>
</div>
<div class="col link-col col-3 link-4-overlay"><a class="mp-track" href="tm#">Hours</a></div>
</div></section>
</div>

<script type="text/javascript" src="jquery.js"></script>
 <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA0LHE6bQsYxzbig8C6JDHdmTGsFChtvjE"></script>
<script type="text/javascript" src="jquery.focuspoint.js"></script>
<script type="text/javascript" src="stacktable.js"></script>
<script type="text/javascript" src="minishare.js"></script>
<script type="text/javascript" src="jquery.flexverticalcenter.js"></script>
<script type="text/javascript" src="bd.js"></script>
<script type="text/javascript" src="bd-notification.js"></script>
<script type="text/javascript" src="bd-footer-nav.js"></script>
<script type="text/javascript" src="bd-mixpanel.js"></script>
<script type="text/javascript" src="js.cookie.js"></script>
<script type="text/javascript" src="jquery.matchHeight.js"></script>
<script type="text/javascript" src="bd-top-nav.js"></script>
<script type="text/javascript" src="bd-overlay-menu.js"></script>
<script type="text/javascript" src="kaksi.js"></script>
<script type="text/javascript" src="view.js"></script>

                            
                        
                        <script type="application/ld+json">
                            [
{
	"@context" : "http://schema.org",
	"@type" : "MedicalWebPage",
	"specialty" : "https://schema.org/Physician",
	"url" : "http://drwilliamgrant.com/tm",
	"alternativeHeadline" : "tm",
	"thumbnailUrl" : "http://drwilliamgrant.com/headshot-dr-william-grant.jpg",
	"audience" : {
		"@type" : "Audience",
		"url" : "http://schema.org/Patient"
	}
}
,
{
	"@context" : "http://schema.org",
	"@type" : "Physician",
	"name" : "William Grant, MD",
	"telephone" : "434-817-7200",
	"faxNumber" : "434-817-7205",
	"email" : "",
	"description" : "",
	"openingHours" : "Mo-Fr 08:00-12:00",
	"medicalSpecialty" : [
	{
		"@type" : "medicalSpecialty",
		"name" : "Orthopedic Surgeon",
		"sameAs" : "https://en.wikipedia.org/wiki/Orthopedic_surgery"
	}
	
],
"location" :
	[
		{
		"@type" : "Place",
		"name" : "Albemarle Orthopaedics, PLC",
		"telephone" : "434-817-7200",
		"faxNumber" : "434-817-7205",
		"address" : {
			"@type" : "PostalAddress",
			"addressLocality" : "Charlottesville",
			"addressRegion" : "VA",
			"postalCode" : "22902",
			"streetAddress" : "908 East Jefferson St.",
			"email" : ""
			,
			"hoursAvailable" : [
				{
				"@type" : "OpeningHoursSpecification",
				"dayOfWeek" : "Monday",
				"opens" : "08:00",
				"closes" : "17:00"
				}
				,
				{
				"@type" : "OpeningHoursSpecification",
				"dayOfWeek" : "Tuesday",
				"opens" : "08:00",
				"closes" : "17:00"
				}
				,
				{
				"@type" : "OpeningHoursSpecification",
				"dayOfWeek" : "Thursday",
				"opens" : "08:00",
				"closes" : "17:00"
				}
				,
				{
				"@type" : "OpeningHoursSpecification",
				"dayOfWeek" : "Friday",
				"opens" : "08:00",
				"closes" : "12:00"
				}
				
			]
			}
			,			
			"hasMap" : {
				"@type" : "Map",
				"url" : "https://goo.gl/maps/QRCkLGyqThx"
				},
			"geo" : {
				"@type" : "geoCoordinates",
				"latitude" : "38.030321",
				"longitude" : "-78.473950"
			}
		}
		

	],
	"image" : {
		"@type" : "ImageObject",
		"name" : "William Grant, MD",
		"caption" : "William Grant, MD",
		"url" : "http://drwilliamgrant.com/headshot-dr-william-grant.jpg"
		}

},{
      "@context": "http://schema.org",
      "@type": "Organization",
      "name" : "Albemarle Orthopaedics, PLC",
      "url": "",
      "logo": ""
    }
]                        </script>
                        
</body>
</html>
