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.6853,-82.9498)};var g_ff4d3dab210c762071b8f711584298cc = new google.maps.Geocoder();g_ff4d3dab210c762071b8f711584298cc.geocode( { 'address': "211 E Main St, Seneca, SC 29678, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-SC-national-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-national-finance-company'), mapOptions);}document.getElementById('88e754fb').innerHTML += ' | View Map';var $lff4d3dab210c762071b8f711584298cc = '

National Finance Company

Address: 211 E Main St, Seneca, SC 29678, USA
Phone: (864) 885-0401
';var m_ff4d3dab210c762071b8f711584298cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Finance Company',});m_ff4d3dab210c762071b8f711584298cc['infowindow'] = new google.maps.InfoWindow({content: $lff4d3dab210c762071b8f711584298cc});var infowindow = new google.maps.InfoWindow({content: $lff4d3dab210c762071b8f711584298cc});google.maps.event.addListener(m_ff4d3dab210c762071b8f711584298cc, 'click', function() {infowindow.open(map,m_ff4d3dab210c762071b8f711584298cc);});$marker.push(m_ff4d3dab210c762071b8f711584298cc);}});}google.maps.event.addDomListener(window, 'load', initialize);