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.1319,-87.8758)};var g_0f256593b857bc97b3148940ed8bd0de = new google.maps.Geocoder();g_0f256593b857bc97b3148940ed8bd0de.geocode( { 'address': "1010 N 5th Ave, Kankakee, IL 60901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kankakee-IL-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('kankakee-IL-onemain-financial'), mapOptions);}document.getElementById('dd8cea7e').innerHTML += ' | View Map';var $l0f256593b857bc97b3148940ed8bd0de = '

OneMain Financial

Address: 1010 N 5th Ave, Kankakee, IL 60901, USA
Phone: (815) 932-6781
';var m_0f256593b857bc97b3148940ed8bd0de = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_0f256593b857bc97b3148940ed8bd0de['infowindow'] = new google.maps.InfoWindow({content: $l0f256593b857bc97b3148940ed8bd0de});var infowindow = new google.maps.InfoWindow({content: $l0f256593b857bc97b3148940ed8bd0de});google.maps.event.addListener(m_0f256593b857bc97b3148940ed8bd0de, 'click', function() {infowindow.open(map,m_0f256593b857bc97b3148940ed8bd0de);});$marker.push(m_0f256593b857bc97b3148940ed8bd0de);}});}google.maps.event.addDomListener(window, 'load', initialize);