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.1726,-80.2765)};var g_f374a853575103b830398ce56cd84141 = new google.maps.Geocoder();g_f374a853575103b830398ce56cd84141.geocode( { 'address': "5599 University Pkwy, Winston-Salem, NC 27105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-kevin-powell-motorsports-winston-salem').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-kevin-powell-motorsports-winston-salem'), mapOptions);}document.getElementById('c8f6a6f2').innerHTML += ' | View Map';var $lf374a853575103b830398ce56cd84141 = '

Kevin Powell MotorSports Winston Salem

Address: 5599 University Pkwy, Winston-Salem, NC 27105, USA
Phone: (336) 791-4693
';var m_f374a853575103b830398ce56cd84141 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kevin Powell MotorSports Winston Salem',});m_f374a853575103b830398ce56cd84141['infowindow'] = new google.maps.InfoWindow({content: $lf374a853575103b830398ce56cd84141});var infowindow = new google.maps.InfoWindow({content: $lf374a853575103b830398ce56cd84141});google.maps.event.addListener(m_f374a853575103b830398ce56cd84141, 'click', function() {infowindow.open(map,m_f374a853575103b830398ce56cd84141);});$marker.push(m_f374a853575103b830398ce56cd84141);}});}google.maps.event.addDomListener(window, 'load', initialize);