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.2084,-82.1863)};var g_01cc38325bc57574fd49e4d19582b53b = new google.maps.Geocoder();g_01cc38325bc57574fd49e4d19582b53b.geocode( { 'address': "474 SC-72 STE B, Greenwood, SC 29649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-SC-national-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-SC-national-finance-company'), mapOptions);}document.getElementById('041f0989').innerHTML += ' | View Map';var $l01cc38325bc57574fd49e4d19582b53b = '

National Finance Company

Address: 474 SC-72 STE B, Greenwood, SC 29649, USA
Phone: (864) 942-0039
';var m_01cc38325bc57574fd49e4d19582b53b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Finance Company',});m_01cc38325bc57574fd49e4d19582b53b['infowindow'] = new google.maps.InfoWindow({content: $l01cc38325bc57574fd49e4d19582b53b});var infowindow = new google.maps.InfoWindow({content: $l01cc38325bc57574fd49e4d19582b53b});google.maps.event.addListener(m_01cc38325bc57574fd49e4d19582b53b, 'click', function() {infowindow.open(map,m_01cc38325bc57574fd49e4d19582b53b);});$marker.push(m_01cc38325bc57574fd49e4d19582b53b);}});}google.maps.event.addDomListener(window, 'load', initialize);