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.6853,-82.8169)};var g_06af2e43797e629c5a4c7bfe58a105c3 = new google.maps.Geocoder();g_06af2e43797e629c5a4c7bfe58a105c3.geocode( { 'address': "1055 Tiger Blvd, Clemson, SC 29631"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clemson-SC-cook-out').style.display = '';map = new google.maps.Map(document.getElementById('clemson-SC-cook-out'), mapOptions);}document.getElementById('c0cbb392').innerHTML += ' | View Map';var $l06af2e43797e629c5a4c7bfe58a105c3 = '

Cook-Out

Address: 1055 Tiger Blvd, Clemson, SC 29631
Phone: (864) 654-3724
';var m_06af2e43797e629c5a4c7bfe58a105c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cook-Out',});m_06af2e43797e629c5a4c7bfe58a105c3['infowindow'] = new google.maps.InfoWindow({content: $l06af2e43797e629c5a4c7bfe58a105c3});var infowindow = new google.maps.InfoWindow({content: $l06af2e43797e629c5a4c7bfe58a105c3});google.maps.event.addListener(m_06af2e43797e629c5a4c7bfe58a105c3, 'click', function() {infowindow.open(map,m_06af2e43797e629c5a4c7bfe58a105c3);});$marker.push(m_06af2e43797e629c5a4c7bfe58a105c3);}});}google.maps.event.addDomListener(window, 'load', initialize);