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.3361,-81.7117)};var g_af58ad6ded88eb557df0145018eee8c2 = new google.maps.Geocoder();g_af58ad6ded88eb557df0145018eee8c2.geocode( { 'address': "43 RHL Blvd, South Charleston, WV 25309, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-charleston-WV-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('south-charleston-WV-onemain-financial'), mapOptions);}document.getElementById('a9541b4d').innerHTML += ' | View Map';var $laf58ad6ded88eb557df0145018eee8c2 = '

OneMain Financial

Address: 43 RHL Blvd, South Charleston, WV 25309, USA
Phone: (304) 746-0013
';var m_af58ad6ded88eb557df0145018eee8c2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_af58ad6ded88eb557df0145018eee8c2['infowindow'] = new google.maps.InfoWindow({content: $laf58ad6ded88eb557df0145018eee8c2});var infowindow = new google.maps.InfoWindow({content: $laf58ad6ded88eb557df0145018eee8c2});google.maps.event.addListener(m_af58ad6ded88eb557df0145018eee8c2, 'click', function() {infowindow.open(map,m_af58ad6ded88eb557df0145018eee8c2);});$marker.push(m_af58ad6ded88eb557df0145018eee8c2);}});}google.maps.event.addDomListener(window, 'load', initialize);