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(36.1804,-80.2831)};var g_28144c5d22c74864cee1b3eedbce3c85 = new google.maps.Geocoder();g_28144c5d22c74864cee1b3eedbce3c85.geocode( { 'address': "470 W Hanes Mill Rd #200, Winston-Salem, NC 27105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-cci').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-cci'), mapOptions);}document.getElementById('86889363').innerHTML += ' | View Map';var $l28144c5d22c74864cee1b3eedbce3c85 = '

CCI

Address: 470 W Hanes Mill Rd #200, Winston-Salem, NC 27105, USA
Phone: (336) 761-1524
';var m_28144c5d22c74864cee1b3eedbce3c85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCI',});m_28144c5d22c74864cee1b3eedbce3c85['infowindow'] = new google.maps.InfoWindow({content: $l28144c5d22c74864cee1b3eedbce3c85});var infowindow = new google.maps.InfoWindow({content: $l28144c5d22c74864cee1b3eedbce3c85});google.maps.event.addListener(m_28144c5d22c74864cee1b3eedbce3c85, 'click', function() {infowindow.open(map,m_28144c5d22c74864cee1b3eedbce3c85);});$marker.push(m_28144c5d22c74864cee1b3eedbce3c85);}});}google.maps.event.addDomListener(window, 'load', initialize);