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(37.3604,-81.0958)};var g_4200de485310ff951a2105ea0a9018a7 = new google.maps.Geocoder();g_4200de485310ff951a2105ea0a9018a7.geocode( { 'address': "1253 Stafford Dr, Princeton, WV 24740, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('princeton-WV-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('princeton-WV-onemain-financial'), mapOptions);}document.getElementById('6c8517a4').innerHTML += ' | View Map';var $l4200de485310ff951a2105ea0a9018a7 = '

OneMain Financial

Address: 1253 Stafford Dr, Princeton, WV 24740, USA
Phone: (304) 425-8389
';var m_4200de485310ff951a2105ea0a9018a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_4200de485310ff951a2105ea0a9018a7['infowindow'] = new google.maps.InfoWindow({content: $l4200de485310ff951a2105ea0a9018a7});var infowindow = new google.maps.InfoWindow({content: $l4200de485310ff951a2105ea0a9018a7});google.maps.event.addListener(m_4200de485310ff951a2105ea0a9018a7, 'click', function() {infowindow.open(map,m_4200de485310ff951a2105ea0a9018a7);});$marker.push(m_4200de485310ff951a2105ea0a9018a7);}});}google.maps.event.addDomListener(window, 'load', initialize);