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.0803,-87.8629)};var g_2542807db2a245fe066d839e3e072adb = new google.maps.Geocoder();g_2542807db2a245fe066d839e3e072adb.geocode( { 'address': "503 Riverstone Pkwy Ste 701, Kankakee, IL 60901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kankakee-IL-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('kankakee-IL-cash-store'), mapOptions);}document.getElementById('c78f04ac').innerHTML += ' | View Map';var $l2542807db2a245fe066d839e3e072adb = '

Cash Store

Address: 503 Riverstone Pkwy Ste 701, Kankakee, IL 60901, USA
Phone: (815) 936-1619
';var m_2542807db2a245fe066d839e3e072adb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_2542807db2a245fe066d839e3e072adb['infowindow'] = new google.maps.InfoWindow({content: $l2542807db2a245fe066d839e3e072adb});var infowindow = new google.maps.InfoWindow({content: $l2542807db2a245fe066d839e3e072adb});google.maps.event.addListener(m_2542807db2a245fe066d839e3e072adb, 'click', function() {infowindow.open(map,m_2542807db2a245fe066d839e3e072adb);});$marker.push(m_2542807db2a245fe066d839e3e072adb);}});}google.maps.event.addDomListener(window, 'load', initialize);