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(41.5716,-84.1361)};var g_8824f3d0b068912e5e042b0062a71b74 = new google.maps.Geocoder();g_8824f3d0b068912e5e042b0062a71b74.geocode( { 'address': "1465 N Shoop Ave, Wauseon, OH 43567, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wauseon-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('wauseon-OH-onemain-financial'), mapOptions);}document.getElementById('1a15330a').innerHTML += ' | View Map';var $l8824f3d0b068912e5e042b0062a71b74 = '

OneMain Financial

Address: 1465 N Shoop Ave, Wauseon, OH 43567, USA
Phone: (419) 337-5560
';var m_8824f3d0b068912e5e042b0062a71b74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_8824f3d0b068912e5e042b0062a71b74['infowindow'] = new google.maps.InfoWindow({content: $l8824f3d0b068912e5e042b0062a71b74});var infowindow = new google.maps.InfoWindow({content: $l8824f3d0b068912e5e042b0062a71b74});google.maps.event.addListener(m_8824f3d0b068912e5e042b0062a71b74, 'click', function() {infowindow.open(map,m_8824f3d0b068912e5e042b0062a71b74);});$marker.push(m_8824f3d0b068912e5e042b0062a71b74);}});}google.maps.event.addDomListener(window, 'load', initialize);