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.044,-84.3382)};var g_590e9179b01359db10dc9ce09562992b = new google.maps.Geocoder();g_590e9179b01359db10dc9ce09562992b.geocode( { 'address': "900 Mansell Rd #4, Roswell, GA 30076, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('roswell-GA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('roswell-GA-onemain-financial'), mapOptions);}document.getElementById('7506c572').innerHTML += ' | View Map';var $l590e9179b01359db10dc9ce09562992b = '

OneMain Financial

Address: 900 Mansell Rd #4, Roswell, GA 30076, USA
Phone: (770) 992-6554
';var m_590e9179b01359db10dc9ce09562992b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_590e9179b01359db10dc9ce09562992b['infowindow'] = new google.maps.InfoWindow({content: $l590e9179b01359db10dc9ce09562992b});var infowindow = new google.maps.InfoWindow({content: $l590e9179b01359db10dc9ce09562992b});google.maps.event.addListener(m_590e9179b01359db10dc9ce09562992b, 'click', function() {infowindow.open(map,m_590e9179b01359db10dc9ce09562992b);});$marker.push(m_590e9179b01359db10dc9ce09562992b);}});}google.maps.event.addDomListener(window, 'load', initialize);