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.674,-87.6804)};var g_731c6152f1bcd7ffa2a7a9ffc9d555ca = new google.maps.Geocoder();g_731c6152f1bcd7ffa2a7a9ffc9d555ca.geocode( { 'address': "S, 12047 Western Ave, Blue Island, IL 60406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blue-island-IL-midwest-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('blue-island-IL-midwest-title-loans'), mapOptions);}document.getElementById('ec348feb').innerHTML += ' | View Map';var $l731c6152f1bcd7ffa2a7a9ffc9d555ca = '

Midwest Title Loans

Address: S, 12047 Western Ave, Blue Island, IL 60406, USA
Phone: (708) 824-1045
';var m_731c6152f1bcd7ffa2a7a9ffc9d555ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Title Loans',});m_731c6152f1bcd7ffa2a7a9ffc9d555ca['infowindow'] = new google.maps.InfoWindow({content: $l731c6152f1bcd7ffa2a7a9ffc9d555ca});var infowindow = new google.maps.InfoWindow({content: $l731c6152f1bcd7ffa2a7a9ffc9d555ca});google.maps.event.addListener(m_731c6152f1bcd7ffa2a7a9ffc9d555ca, 'click', function() {infowindow.open(map,m_731c6152f1bcd7ffa2a7a9ffc9d555ca);});$marker.push(m_731c6152f1bcd7ffa2a7a9ffc9d555ca);}});}google.maps.event.addDomListener(window, 'load', initialize);