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.378,-83.1194)};var g_f97f3788529e33f5109efa79e7a29e24 = new google.maps.Geocoder();g_f97f3788529e33f5109efa79e7a29e24.geocode( { 'address': "2200 Sean St j, Fremont, OH 43420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-OH-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('fremont-OH-onemain-financial'), mapOptions);}document.getElementById('7bcdf8f0').innerHTML += ' | View Map';var $lf97f3788529e33f5109efa79e7a29e24 = '

OneMain Financial

Address: 2200 Sean St j, Fremont, OH 43420, USA
Phone: (419) 334-9748
';var m_f97f3788529e33f5109efa79e7a29e24 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_f97f3788529e33f5109efa79e7a29e24['infowindow'] = new google.maps.InfoWindow({content: $lf97f3788529e33f5109efa79e7a29e24});var infowindow = new google.maps.InfoWindow({content: $lf97f3788529e33f5109efa79e7a29e24});google.maps.event.addListener(m_f97f3788529e33f5109efa79e7a29e24, 'click', function() {infowindow.open(map,m_f97f3788529e33f5109efa79e7a29e24);});$marker.push(m_f97f3788529e33f5109efa79e7a29e24);}});}google.maps.event.addDomListener(window, 'load', initialize);