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.4526,-81.939)};var g_f591f94dcf017aab372122dd467d772e = new google.maps.Geocoder();g_f591f94dcf017aab372122dd467d772e.geocode( { 'address': "4144 WV-34 #9, Hurricane, WV 25526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurricane-WV-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('hurricane-WV-onemain-financial'), mapOptions);}document.getElementById('defb8340').innerHTML += ' | View Map';var $lf591f94dcf017aab372122dd467d772e = '

Onemain Financial

Address: 4144 WV-34 #9, Hurricane, WV 25526, USA
Phone: (304) 757-0390
';var m_f591f94dcf017aab372122dd467d772e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Onemain Financial',});m_f591f94dcf017aab372122dd467d772e['infowindow'] = new google.maps.InfoWindow({content: $lf591f94dcf017aab372122dd467d772e});var infowindow = new google.maps.InfoWindow({content: $lf591f94dcf017aab372122dd467d772e});google.maps.event.addListener(m_f591f94dcf017aab372122dd467d772e, 'click', function() {infowindow.open(map,m_f591f94dcf017aab372122dd467d772e);});$marker.push(m_f591f94dcf017aab372122dd467d772e);}});}google.maps.event.addDomListener(window, 'load', initialize);