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.0923,-81.6662)};var g_ac47c57307e265f75181c5007126295b = new google.maps.Geocoder();g_ac47c57307e265f75181c5007126295b.geocode( { 'address': "1613 W Floyd Baker Blvd Ste 2, Gaffney, SC 29341, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gaffney-SC-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('gaffney-SC-onemain-financial'), mapOptions);}document.getElementById('1370e3ca').innerHTML += ' | View Map';var $lac47c57307e265f75181c5007126295b = '

OneMain Financial

Address: 1613 W Floyd Baker Blvd Ste 2, Gaffney, SC 29341, USA
Phone: (864) 487-3445
';var m_ac47c57307e265f75181c5007126295b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_ac47c57307e265f75181c5007126295b['infowindow'] = new google.maps.InfoWindow({content: $lac47c57307e265f75181c5007126295b});var infowindow = new google.maps.InfoWindow({content: $lac47c57307e265f75181c5007126295b});google.maps.event.addListener(m_ac47c57307e265f75181c5007126295b, 'click', function() {infowindow.open(map,m_ac47c57307e265f75181c5007126295b);});$marker.push(m_ac47c57307e265f75181c5007126295b);}});}google.maps.event.addDomListener(window, 'load', initialize);