var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(34.6839,-82.836)};var g_23598b7172e29fffe38a3627c60c5ec2 = new google.maps.Geocoder();g_23598b7172e29fffe38a3627c60c5ec2.geocode( { 'address': "100 McCollum St Suite 5, Clemson, SC 29631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clemson-SC-kathryn-holbrooks').style.display = '';map = new google.maps.Map(document.getElementById('clemson-SC-kathryn-holbrooks'), mapOptions);}document.getElementById('1d449344').innerHTML += ' | View Map';var $l23598b7172e29fffe38a3627c60c5ec2 = '

Kathryn Holbrooks

Address: 100 McCollum St Suite 5, Clemson, SC 29631, USA
Phone: (864) 844-5008
';var m_23598b7172e29fffe38a3627c60c5ec2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kathryn Holbrooks',});m_23598b7172e29fffe38a3627c60c5ec2['infowindow'] = new google.maps.InfoWindow({content: $l23598b7172e29fffe38a3627c60c5ec2});var infowindow = new google.maps.InfoWindow({content: $l23598b7172e29fffe38a3627c60c5ec2});google.maps.event.addListener(m_23598b7172e29fffe38a3627c60c5ec2, 'click', function() {infowindow.open(map,m_23598b7172e29fffe38a3627c60c5ec2);});$marker.push(m_23598b7172e29fffe38a3627c60c5ec2);}});}google.maps.event.addDomListener(window, 'load', initialize);