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(35.0667,-81.6638)};var g_38e8b15402b1e40690866c5c87ff8136 = new google.maps.Geocoder();g_38e8b15402b1e40690866c5c87ff8136.geocode( { 'address': "124 Willis St, Gaffney, SC 29340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-national-finance-company').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-national-finance-company'), mapOptions);}document.getElementById('427cc5f6').innerHTML += ' | View Map';var $l38e8b15402b1e40690866c5c87ff8136 = '

National Finance Company

Address: 124 Willis St, Gaffney, SC 29340, USA
Phone: (864) 488-1428
';var m_38e8b15402b1e40690866c5c87ff8136 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Finance Company',});m_38e8b15402b1e40690866c5c87ff8136['infowindow'] = new google.maps.InfoWindow({content: $l38e8b15402b1e40690866c5c87ff8136});var infowindow = new google.maps.InfoWindow({content: $l38e8b15402b1e40690866c5c87ff8136});google.maps.event.addListener(m_38e8b15402b1e40690866c5c87ff8136, 'click', function() {infowindow.open(map,m_38e8b15402b1e40690866c5c87ff8136);});$marker.push(m_38e8b15402b1e40690866c5c87ff8136);}});}google.maps.event.addDomListener(window, 'load', initialize);