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.1914,-82.1603)};var g_d1a69fa65de1a309933099a114e5ca2e = new google.maps.Geocoder();g_d1a69fa65de1a309933099a114e5ca2e.geocode( { 'address': "213 Main St, Greenwood, SC 29646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greenwood-SC-southern-finance').style.display = '';map = new google.maps.Map(document.getElementById('greenwood-SC-southern-finance'), mapOptions);}document.getElementById('0464de3a').innerHTML += ' | View Map';var $ld1a69fa65de1a309933099a114e5ca2e = '

Southern Finance

Address: 213 Main St, Greenwood, SC 29646, USA
Phone: (864) 229-6167
';var m_d1a69fa65de1a309933099a114e5ca2e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Southern Finance',});m_d1a69fa65de1a309933099a114e5ca2e['infowindow'] = new google.maps.InfoWindow({content: $ld1a69fa65de1a309933099a114e5ca2e});var infowindow = new google.maps.InfoWindow({content: $ld1a69fa65de1a309933099a114e5ca2e});google.maps.event.addListener(m_d1a69fa65de1a309933099a114e5ca2e, 'click', function() {infowindow.open(map,m_d1a69fa65de1a309933099a114e5ca2e);});$marker.push(m_d1a69fa65de1a309933099a114e5ca2e);}});}google.maps.event.addDomListener(window, 'load', initialize);