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.4522,-90.4599)};var g_340725bb595c51a6af7a948340fc20b1 = new google.maps.Geocoder();g_340725bb595c51a6af7a948340fc20b1.geocode( { 'address': "103 1st St, Coal Valley, IL 61240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coal-valley-IL-quad-cities-area-car-credit').style.display = '';map = new google.maps.Map(document.getElementById('coal-valley-IL-quad-cities-area-car-credit'), mapOptions);}document.getElementById('8f519035').innerHTML += ' | View Map';var $l340725bb595c51a6af7a948340fc20b1 = '

Quad Cities Area Car Credit

Address: 103 1st St, Coal Valley, IL 61240, USA
Phone: (309) 799-8878
';var m_340725bb595c51a6af7a948340fc20b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quad Cities Area Car Credit',});m_340725bb595c51a6af7a948340fc20b1['infowindow'] = new google.maps.InfoWindow({content: $l340725bb595c51a6af7a948340fc20b1});var infowindow = new google.maps.InfoWindow({content: $l340725bb595c51a6af7a948340fc20b1});google.maps.event.addListener(m_340725bb595c51a6af7a948340fc20b1, 'click', function() {infowindow.open(map,m_340725bb595c51a6af7a948340fc20b1);});$marker.push(m_340725bb595c51a6af7a948340fc20b1);}});}google.maps.event.addDomListener(window, 'load', initialize);