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.8244,-82.1679)};var g_2334ef0991e14b266524960d83804198 = new google.maps.Geocoder();g_2334ef0991e14b266524960d83804198.geocode( { 'address': "9 Ohio River Plaza #10, Gallipolis, OH 45631, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gallipolis-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('gallipolis-OH-onemain-financial'), mapOptions);}document.getElementById('8d390e8f').innerHTML += ' | View Map';var $l2334ef0991e14b266524960d83804198 = '

OneMain Financial

Address: 9 Ohio River Plaza #10, Gallipolis, OH 45631, USA
Phone: (740) 441-1135
';var m_2334ef0991e14b266524960d83804198 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_2334ef0991e14b266524960d83804198['infowindow'] = new google.maps.InfoWindow({content: $l2334ef0991e14b266524960d83804198});var infowindow = new google.maps.InfoWindow({content: $l2334ef0991e14b266524960d83804198});google.maps.event.addListener(m_2334ef0991e14b266524960d83804198, 'click', function() {infowindow.open(map,m_2334ef0991e14b266524960d83804198);});$marker.push(m_2334ef0991e14b266524960d83804198);}});}google.maps.event.addDomListener(window, 'load', initialize);