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(40.1274,-87.6097)};var g_bdabb7e17cf562b679483d7faf95b318 = new google.maps.Geocoder();g_bdabb7e17cf562b679483d7faf95b318.geocode( { 'address': "929 E Main St, Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-illinois-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-illinois-title-loans-inc'), mapOptions);}document.getElementById('473008d5').innerHTML += ' | View Map';var $lbdabb7e17cf562b679483d7faf95b318 = '

Illinois Title Loans, Inc.

Address: 929 E Main St, Danville, IL 61832, USA
Phone: (217) 443-0594
';var m_bdabb7e17cf562b679483d7faf95b318 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Illinois Title Loans, Inc.',});m_bdabb7e17cf562b679483d7faf95b318['infowindow'] = new google.maps.InfoWindow({content: $lbdabb7e17cf562b679483d7faf95b318});var infowindow = new google.maps.InfoWindow({content: $lbdabb7e17cf562b679483d7faf95b318});google.maps.event.addListener(m_bdabb7e17cf562b679483d7faf95b318, 'click', function() {infowindow.open(map,m_bdabb7e17cf562b679483d7faf95b318);});$marker.push(m_bdabb7e17cf562b679483d7faf95b318);}});}google.maps.event.addDomListener(window, 'load', initialize);