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.8746,-84.2997)};var g_a50d6d536bc495e21188adddad4e853a = new google.maps.Geocoder();g_a50d6d536bc495e21188adddad4e853a.geocode( { 'address': "266 Orvin Lance Dr # 1, Blue Ridge, GA 30513, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-ridge-GA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('blue-ridge-GA-onemain-financial'), mapOptions);}document.getElementById('db5e6ffc').innerHTML += ' | View Map';var $la50d6d536bc495e21188adddad4e853a = '

OneMain Financial

Address: 266 Orvin Lance Dr # 1, Blue Ridge, GA 30513, USA
Phone: (706) 632-2228
';var m_a50d6d536bc495e21188adddad4e853a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_a50d6d536bc495e21188adddad4e853a['infowindow'] = new google.maps.InfoWindow({content: $la50d6d536bc495e21188adddad4e853a});var infowindow = new google.maps.InfoWindow({content: $la50d6d536bc495e21188adddad4e853a});google.maps.event.addListener(m_a50d6d536bc495e21188adddad4e853a, 'click', function() {infowindow.open(map,m_a50d6d536bc495e21188adddad4e853a);});$marker.push(m_a50d6d536bc495e21188adddad4e853a);}});}google.maps.event.addDomListener(window, 'load', initialize);