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.6854,-82.9541)};var g_89c3f17772178e05d0807a112c7a7fbc = new google.maps.Geocoder();g_89c3f17772178e05d0807a112c7a7fbc.geocode( { 'address': "902 ByPass 123 a, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-sunset-finance-llc').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-sunset-finance-llc'), mapOptions);}document.getElementById('5c083e38').innerHTML += ' | View Map';var $l89c3f17772178e05d0807a112c7a7fbc = '

Sunset Finance LLC

Address: 902 ByPass 123 a, Seneca, SC 29678, USA
Phone: (864) 888-3010
';var m_89c3f17772178e05d0807a112c7a7fbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunset Finance LLC',});m_89c3f17772178e05d0807a112c7a7fbc['infowindow'] = new google.maps.InfoWindow({content: $l89c3f17772178e05d0807a112c7a7fbc});var infowindow = new google.maps.InfoWindow({content: $l89c3f17772178e05d0807a112c7a7fbc});google.maps.event.addListener(m_89c3f17772178e05d0807a112c7a7fbc, 'click', function() {infowindow.open(map,m_89c3f17772178e05d0807a112c7a7fbc);});$marker.push(m_89c3f17772178e05d0807a112c7a7fbc);}});}google.maps.event.addDomListener(window, 'load', initialize);