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.8739,-78.5332)};var g_501ef07d177a03c8b2b973953c3a7e69 = new google.maps.Geocoder();g_501ef07d177a03c8b2b973953c3a7e69.geocode( { 'address': "1066 Hisey Ave #103, Woodstock, VA 22664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-VA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-VA-onemain-financial'), mapOptions);}document.getElementById('400db080').innerHTML += ' | View Map';var $l501ef07d177a03c8b2b973953c3a7e69 = '

OneMain Financial

Address: 1066 Hisey Ave #103, Woodstock, VA 22664, USA
Phone: (540) 459-4053
';var m_501ef07d177a03c8b2b973953c3a7e69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_501ef07d177a03c8b2b973953c3a7e69['infowindow'] = new google.maps.InfoWindow({content: $l501ef07d177a03c8b2b973953c3a7e69});var infowindow = new google.maps.InfoWindow({content: $l501ef07d177a03c8b2b973953c3a7e69});google.maps.event.addListener(m_501ef07d177a03c8b2b973953c3a7e69, 'click', function() {infowindow.open(map,m_501ef07d177a03c8b2b973953c3a7e69);});$marker.push(m_501ef07d177a03c8b2b973953c3a7e69);}});}google.maps.event.addDomListener(window, 'load', initialize);