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(36.3301,-79.6895)};var g_2ed6f8773d6adc2285a4d98d10bc228c = new google.maps.Geocoder();g_2ed6f8773d6adc2285a4d98d10bc228c.geocode( { 'address': "1408 Freeway Dr, Reidsville, NC 27320, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('reidsville-NC-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('reidsville-NC-onemain-financial'), mapOptions);}document.getElementById('da279e35').innerHTML += ' | View Map';var $l2ed6f8773d6adc2285a4d98d10bc228c = '

OneMain Financial

Address: 1408 Freeway Dr, Reidsville, NC 27320, USA
Phone: (336) 349-4321
';var m_2ed6f8773d6adc2285a4d98d10bc228c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_2ed6f8773d6adc2285a4d98d10bc228c['infowindow'] = new google.maps.InfoWindow({content: $l2ed6f8773d6adc2285a4d98d10bc228c});var infowindow = new google.maps.InfoWindow({content: $l2ed6f8773d6adc2285a4d98d10bc228c});google.maps.event.addListener(m_2ed6f8773d6adc2285a4d98d10bc228c, 'click', function() {infowindow.open(map,m_2ed6f8773d6adc2285a4d98d10bc228c);});$marker.push(m_2ed6f8773d6adc2285a4d98d10bc228c);}});}google.maps.event.addDomListener(window, 'load', initialize);