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(38.4741,-77.4374)};var g_5006cfa37ae8e51a2f601928f0a3e879 = new google.maps.Geocoder();g_5006cfa37ae8e51a2f601928f0a3e879.geocode( { 'address': "556 Garrisonville Rd Ste 102, Stafford, VA 22554, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stafford-VA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('stafford-VA-onemain-financial'), mapOptions);}document.getElementById('dbe16295').innerHTML += ' | View Map';var $l5006cfa37ae8e51a2f601928f0a3e879 = '

OneMain Financial

Address: 556 Garrisonville Rd Ste 102, Stafford, VA 22554, USA
Phone: (540) 370-4127
';var m_5006cfa37ae8e51a2f601928f0a3e879 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_5006cfa37ae8e51a2f601928f0a3e879['infowindow'] = new google.maps.InfoWindow({content: $l5006cfa37ae8e51a2f601928f0a3e879});var infowindow = new google.maps.InfoWindow({content: $l5006cfa37ae8e51a2f601928f0a3e879});google.maps.event.addListener(m_5006cfa37ae8e51a2f601928f0a3e879, 'click', function() {infowindow.open(map,m_5006cfa37ae8e51a2f601928f0a3e879);});$marker.push(m_5006cfa37ae8e51a2f601928f0a3e879);}});}google.maps.event.addDomListener(window, 'load', initialize);