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.1301,-80.2898)};var g_84f40e9acbc062122d2b55f3073f9067 = new google.maps.Geocoder();g_84f40e9acbc062122d2b55f3073f9067.geocode( { 'address': "2400 Reynolda Rd # 100, Winston-Salem, NC 27106, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-campus-partners').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-campus-partners'), mapOptions);}document.getElementById('9ae7274f').innerHTML += ' | View Map';var $l84f40e9acbc062122d2b55f3073f9067 = '

Campus Partners

Address: 2400 Reynolda Rd # 100, Winston-Salem, NC 27106, USA
Phone: (336) 607-2000
';var m_84f40e9acbc062122d2b55f3073f9067 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Campus Partners',});m_84f40e9acbc062122d2b55f3073f9067['infowindow'] = new google.maps.InfoWindow({content: $l84f40e9acbc062122d2b55f3073f9067});var infowindow = new google.maps.InfoWindow({content: $l84f40e9acbc062122d2b55f3073f9067});google.maps.event.addListener(m_84f40e9acbc062122d2b55f3073f9067, 'click', function() {infowindow.open(map,m_84f40e9acbc062122d2b55f3073f9067);});$marker.push(m_84f40e9acbc062122d2b55f3073f9067);}});}google.maps.event.addDomListener(window, 'load', initialize);