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.1055,-87.8717)};var g_c3b1a3529d687c274fd7844301c7ab79 = new google.maps.Geocoder();g_c3b1a3529d687c274fd7844301c7ab79.geocode( { 'address': "296 W Jeffery St, Kankakee, IL 60901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kankakee-IL-rivers-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kankakee-IL-rivers-area-credit-union'), mapOptions);}document.getElementById('6c1ff1f1').innerHTML += ' | View Map';var $lc3b1a3529d687c274fd7844301c7ab79 = '

Rivers Area Credit Union

Address: 296 W Jeffery St, Kankakee, IL 60901, USA
Phone: (815) 935-2270
';var m_c3b1a3529d687c274fd7844301c7ab79 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Rivers Area Credit Union',});m_c3b1a3529d687c274fd7844301c7ab79['infowindow'] = new google.maps.InfoWindow({content: $lc3b1a3529d687c274fd7844301c7ab79});var infowindow = new google.maps.InfoWindow({content: $lc3b1a3529d687c274fd7844301c7ab79});google.maps.event.addListener(m_c3b1a3529d687c274fd7844301c7ab79, 'click', function() {infowindow.open(map,m_c3b1a3529d687c274fd7844301c7ab79);});$marker.push(m_c3b1a3529d687c274fd7844301c7ab79);}});}google.maps.event.addDomListener(window, 'load', initialize);