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(38.6772,-89.9834)};var g_9fa0d696eae423fb3dd8c9b07890a31b = new google.maps.Geocoder();g_9fa0d696eae423fb3dd8c9b07890a31b.geocode( { 'address': "605 Vandalia St, Collinsville, IL 62234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collinsville-IL-illinois-title-loans-inc').style.display = '';map = new google.maps.Map(document.getElementById('collinsville-IL-illinois-title-loans-inc'), mapOptions);}document.getElementById('21b6e10b').innerHTML += ' | View Map';var $l9fa0d696eae423fb3dd8c9b07890a31b = '

Illinois Title Loans, Inc.

Address: 605 Vandalia St, Collinsville, IL 62234, USA
Phone: (618) 343-1128
';var m_9fa0d696eae423fb3dd8c9b07890a31b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Illinois Title Loans, Inc.',});m_9fa0d696eae423fb3dd8c9b07890a31b['infowindow'] = new google.maps.InfoWindow({content: $l9fa0d696eae423fb3dd8c9b07890a31b});var infowindow = new google.maps.InfoWindow({content: $l9fa0d696eae423fb3dd8c9b07890a31b});google.maps.event.addListener(m_9fa0d696eae423fb3dd8c9b07890a31b, 'click', function() {infowindow.open(map,m_9fa0d696eae423fb3dd8c9b07890a31b);});$marker.push(m_9fa0d696eae423fb3dd8c9b07890a31b);}});}google.maps.event.addDomListener(window, 'load', initialize);