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.6851,-82.9526)};var g_187d2a7a5a7fef62a52fb0721e5ab448 = new google.maps.Geocoder();g_187d2a7a5a7fef62a52fb0721e5ab448.geocode( { 'address': "211 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-co').style.display = '';map = new google.maps.Map(document.getElementById('seneca-SC-national-finance-co'), mapOptions);}document.getElementById('d0ece34c').innerHTML += ' | View Map';var $l187d2a7a5a7fef62a52fb0721e5ab448 = '

National Finance Co

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