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(42.2002,-85.5903)};var g_a0f03ccc2ec93ceffe74309fbdd20906 = new google.maps.Geocoder();g_a0f03ccc2ec93ceffe74309fbdd20906.geocode( { 'address': "137 W Centre Ave, Portage, MI 49024, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-MI-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('portage-MI-onemain-financial'), mapOptions);}document.getElementById('5f183fbb').innerHTML += ' | View Map';var $la0f03ccc2ec93ceffe74309fbdd20906 = '

OneMain Financial

Address: 137 W Centre Ave, Portage, MI 49024, USA
Phone: (269) 323-8500
';var m_a0f03ccc2ec93ceffe74309fbdd20906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_a0f03ccc2ec93ceffe74309fbdd20906['infowindow'] = new google.maps.InfoWindow({content: $la0f03ccc2ec93ceffe74309fbdd20906});var infowindow = new google.maps.InfoWindow({content: $la0f03ccc2ec93ceffe74309fbdd20906});google.maps.event.addListener(m_a0f03ccc2ec93ceffe74309fbdd20906, 'click', function() {infowindow.open(map,m_a0f03ccc2ec93ceffe74309fbdd20906);});$marker.push(m_a0f03ccc2ec93ceffe74309fbdd20906);}});}google.maps.event.addDomListener(window, 'load', initialize);