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(39.6642,-80.8593)};var g_0722189e332bf55c4d69b35432ac26ed = new google.maps.Geocoder();g_0722189e332bf55c4d69b35432ac26ed.geocode( { 'address': "144 WV-2, New Martinsville, WV 26155, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-martinsville-WV-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('new-martinsville-WV-onemain-financial'), mapOptions);}document.getElementById('a75fceed').innerHTML += ' | View Map';var $l0722189e332bf55c4d69b35432ac26ed = '

OneMain Financial

Address: 144 WV-2, New Martinsville, WV 26155, USA
Phone: (304) 455-0273
';var m_0722189e332bf55c4d69b35432ac26ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_0722189e332bf55c4d69b35432ac26ed['infowindow'] = new google.maps.InfoWindow({content: $l0722189e332bf55c4d69b35432ac26ed});var infowindow = new google.maps.InfoWindow({content: $l0722189e332bf55c4d69b35432ac26ed});google.maps.event.addListener(m_0722189e332bf55c4d69b35432ac26ed, 'click', function() {infowindow.open(map,m_0722189e332bf55c4d69b35432ac26ed);});$marker.push(m_0722189e332bf55c4d69b35432ac26ed);}});}google.maps.event.addDomListener(window, 'load', initialize);