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.0858,-87.8779)};var g_be48278689d709fcb8e7c34d9fc93ee5 = new google.maps.Geocoder();g_be48278689d709fcb8e7c34d9fc93ee5.geocode( { 'address': "2525 S Kensington Ave, Kankakee, IL 60901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kankakee-IL-elite-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('kankakee-IL-elite-community-credit-union'), mapOptions);}document.getElementById('e4d75504').innerHTML += ' | View Map';var $lbe48278689d709fcb8e7c34d9fc93ee5 = '

Elite Community Credit Union

Address: 2525 S Kensington Ave, Kankakee, IL 60901, USA
Phone: (815) 933-7711
';var m_be48278689d709fcb8e7c34d9fc93ee5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Elite Community Credit Union',});m_be48278689d709fcb8e7c34d9fc93ee5['infowindow'] = new google.maps.InfoWindow({content: $lbe48278689d709fcb8e7c34d9fc93ee5});var infowindow = new google.maps.InfoWindow({content: $lbe48278689d709fcb8e7c34d9fc93ee5});google.maps.event.addListener(m_be48278689d709fcb8e7c34d9fc93ee5, 'click', function() {infowindow.open(map,m_be48278689d709fcb8e7c34d9fc93ee5);});$marker.push(m_be48278689d709fcb8e7c34d9fc93ee5);}});}google.maps.event.addDomListener(window, 'load', initialize);