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.6011,-87.6962)};var g_bf9452f935bd53b41c9c7b441423d815 = new google.maps.Geocoder();g_bf9452f935bd53b41c9c7b441423d815.geocode( { 'address': "3230 W 159th St, Markham, IL 60428, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('markham-IL-xpress-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('markham-IL-xpress-car-credit'), mapOptions);}document.getElementById('6bd1fdb3').innerHTML += ' | View Map';var $lbf9452f935bd53b41c9c7b441423d815 = '

Xpress Car Credit

Address: 3230 W 159th St, Markham, IL 60428, USA
Phone: (708) 938-5290
';var m_bf9452f935bd53b41c9c7b441423d815 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Xpress Car Credit',});m_bf9452f935bd53b41c9c7b441423d815['infowindow'] = new google.maps.InfoWindow({content: $lbf9452f935bd53b41c9c7b441423d815});var infowindow = new google.maps.InfoWindow({content: $lbf9452f935bd53b41c9c7b441423d815});google.maps.event.addListener(m_bf9452f935bd53b41c9c7b441423d815, 'click', function() {infowindow.open(map,m_bf9452f935bd53b41c9c7b441423d815);});$marker.push(m_bf9452f935bd53b41c9c7b441423d815);}});}google.maps.event.addDomListener(window, 'load', initialize);