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.8568,-82.4596)};var g_f80aa233184527ebd7b36f7a59cf2e4e = new google.maps.Geocoder();g_f80aa233184527ebd7b36f7a59cf2e4e.geocode( { 'address': "6240 White Horse Rd, Greenville, SC 29611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenville-SC-easy-credit-auto').style.display = '';map = new google.maps.Map(document.getElementById('greenville-SC-easy-credit-auto'), mapOptions);}document.getElementById('1f5b12ce').innerHTML += ' | View Map';var $lf80aa233184527ebd7b36f7a59cf2e4e = '

Easy Credit Auto

Address: 6240 White Horse Rd, Greenville, SC 29611, USA
Phone: (864) 246-6500
';var m_f80aa233184527ebd7b36f7a59cf2e4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Credit Auto',});m_f80aa233184527ebd7b36f7a59cf2e4e['infowindow'] = new google.maps.InfoWindow({content: $lf80aa233184527ebd7b36f7a59cf2e4e});var infowindow = new google.maps.InfoWindow({content: $lf80aa233184527ebd7b36f7a59cf2e4e});google.maps.event.addListener(m_f80aa233184527ebd7b36f7a59cf2e4e, 'click', function() {infowindow.open(map,m_f80aa233184527ebd7b36f7a59cf2e4e);});$marker.push(m_f80aa233184527ebd7b36f7a59cf2e4e);}});}google.maps.event.addDomListener(window, 'load', initialize);