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.8948,-82.0672)};var g_7650cb7633778ae98d3684c2a6733520 = new google.maps.Geocoder();g_7650cb7633778ae98d3684c2a6733520.geocode( { 'address': "11805 S 226 Hwy, Spruce Pine, NC 28777, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spruce-pine-NC-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('spruce-pine-NC-onemain-financial'), mapOptions);}document.getElementById('eabe5f7a').innerHTML += ' | View Map';var $l7650cb7633778ae98d3684c2a6733520 = '

OneMain Financial

Address: 11805 S 226 Hwy, Spruce Pine, NC 28777, USA
Phone: (828) 765-4503
';var m_7650cb7633778ae98d3684c2a6733520 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_7650cb7633778ae98d3684c2a6733520['infowindow'] = new google.maps.InfoWindow({content: $l7650cb7633778ae98d3684c2a6733520});var infowindow = new google.maps.InfoWindow({content: $l7650cb7633778ae98d3684c2a6733520});google.maps.event.addListener(m_7650cb7633778ae98d3684c2a6733520, 'click', function() {infowindow.open(map,m_7650cb7633778ae98d3684c2a6733520);});$marker.push(m_7650cb7633778ae98d3684c2a6733520);}});}google.maps.event.addDomListener(window, 'load', initialize);