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(35.9561,-80.2179)};var g_7f1424814f4c804857905dafb28d8ecc = new google.maps.Geocoder();g_7f1424814f4c804857905dafb28d8ecc.geocode( { 'address': "10155 Old U.S. 52, Winston-Salem, NC 27107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winston-salem-NC-minton-motor-cars').style.display = '';map = new google.maps.Map(document.getElementById('winston-salem-NC-minton-motor-cars'), mapOptions);}document.getElementById('6f772a83').innerHTML += ' | View Map';var $l7f1424814f4c804857905dafb28d8ecc = '

Minton Motor Cars

Address: 10155 Old U.S. 52, Winston-Salem, NC 27107, USA
Phone: (336) 775-1222
';var m_7f1424814f4c804857905dafb28d8ecc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Minton Motor Cars',});m_7f1424814f4c804857905dafb28d8ecc['infowindow'] = new google.maps.InfoWindow({content: $l7f1424814f4c804857905dafb28d8ecc});var infowindow = new google.maps.InfoWindow({content: $l7f1424814f4c804857905dafb28d8ecc});google.maps.event.addListener(m_7f1424814f4c804857905dafb28d8ecc, 'click', function() {infowindow.open(map,m_7f1424814f4c804857905dafb28d8ecc);});$marker.push(m_7f1424814f4c804857905dafb28d8ecc);}});}google.maps.event.addDomListener(window, 'load', initialize);