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.9291,-81.0289)};var g_8b1973ef72a3fafc54e31158f06d8a4d = new google.maps.Geocoder();g_8b1973ef72a3fafc54e31158f06d8a4d.geocode( { 'address': "146 N Wilson St, Rock Hill, SC 29730, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rock-hill-SC-credit-automotive-center-inc').style.display = '';map = new google.maps.Map(document.getElementById('rock-hill-SC-credit-automotive-center-inc'), mapOptions);}document.getElementById('1961a43b').innerHTML += ' | View Map';var $l8b1973ef72a3fafc54e31158f06d8a4d = '

Credit Automotive Center Inc

Address: 146 N Wilson St, Rock Hill, SC 29730, USA
Phone: (803) 327-9505
';var m_8b1973ef72a3fafc54e31158f06d8a4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit Automotive Center Inc',});m_8b1973ef72a3fafc54e31158f06d8a4d['infowindow'] = new google.maps.InfoWindow({content: $l8b1973ef72a3fafc54e31158f06d8a4d});var infowindow = new google.maps.InfoWindow({content: $l8b1973ef72a3fafc54e31158f06d8a4d});google.maps.event.addListener(m_8b1973ef72a3fafc54e31158f06d8a4d, 'click', function() {infowindow.open(map,m_8b1973ef72a3fafc54e31158f06d8a4d);});$marker.push(m_8b1973ef72a3fafc54e31158f06d8a4d);}});}google.maps.event.addDomListener(window, 'load', initialize);