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.5051,-87.6062)};var g_b96b143e1352cb4f149f8d17a364dcdf = new google.maps.Geocoder();g_b96b143e1352cb4f149f8d17a364dcdf.geocode( { 'address': "1645 Western Ave, Chicago Heights, IL 60411"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chicago-heights-IL-illinois-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('chicago-heights-IL-illinois-title-loans'), mapOptions);}document.getElementById('57ce860f').innerHTML += ' | View Map';var $lb96b143e1352cb4f149f8d17a364dcdf = '

Illinois Title Loans

Address: 1645 Western Ave, Chicago Heights, IL 60411
Phone: (708) 481-7236
';var m_b96b143e1352cb4f149f8d17a364dcdf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Illinois Title Loans',});m_b96b143e1352cb4f149f8d17a364dcdf['infowindow'] = new google.maps.InfoWindow({content: $lb96b143e1352cb4f149f8d17a364dcdf});var infowindow = new google.maps.InfoWindow({content: $lb96b143e1352cb4f149f8d17a364dcdf});google.maps.event.addListener(m_b96b143e1352cb4f149f8d17a364dcdf, 'click', function() {infowindow.open(map,m_b96b143e1352cb4f149f8d17a364dcdf);});$marker.push(m_b96b143e1352cb4f149f8d17a364dcdf);}});}google.maps.event.addDomListener(window, 'load', initialize);