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.7328,-89.8936)};var g_af9d8b8c1db81c9fc16c6e899386cba5 = new google.maps.Geocoder();g_af9d8b8c1db81c9fc16c6e899386cba5.geocode( { 'address': "439 Edwardsville Rd, Troy, IL 62294, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('troy-IL-steve-schmitt-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('troy-IL-steve-schmitt-auto-credit'), mapOptions);}document.getElementById('bae2e872').innerHTML += ' | View Map';var $laf9d8b8c1db81c9fc16c6e899386cba5 = '

Steve Schmitt Auto Credit

Address: 439 Edwardsville Rd, Troy, IL 62294, USA
Phone: (618) 667-2800
';var m_af9d8b8c1db81c9fc16c6e899386cba5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Steve Schmitt Auto Credit',});m_af9d8b8c1db81c9fc16c6e899386cba5['infowindow'] = new google.maps.InfoWindow({content: $laf9d8b8c1db81c9fc16c6e899386cba5});var infowindow = new google.maps.InfoWindow({content: $laf9d8b8c1db81c9fc16c6e899386cba5});google.maps.event.addListener(m_af9d8b8c1db81c9fc16c6e899386cba5, 'click', function() {infowindow.open(map,m_af9d8b8c1db81c9fc16c6e899386cba5);});$marker.push(m_af9d8b8c1db81c9fc16c6e899386cba5);}});}google.maps.event.addDomListener(window, 'load', initialize);