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(40.1245,-87.63)};var g_c031100e2c795bc14020c000acbf245c = new google.maps.Geocoder();g_c031100e2c795bc14020c000acbf245c.geocode( { 'address': "Danville, IL 61832, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-IL-q-c-holdings-inc').style.display = '';map = new google.maps.Map(document.getElementById('danville-IL-q-c-holdings-inc'), mapOptions);}document.getElementById('0eec9a3c').innerHTML += ' | View Map';var $lc031100e2c795bc14020c000acbf245c = '

Q C Holdings Inc

Address: Danville, IL 61832, USA
Phone: (217) 431-6170
';var m_c031100e2c795bc14020c000acbf245c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Q C Holdings Inc',});m_c031100e2c795bc14020c000acbf245c['infowindow'] = new google.maps.InfoWindow({content: $lc031100e2c795bc14020c000acbf245c});var infowindow = new google.maps.InfoWindow({content: $lc031100e2c795bc14020c000acbf245c});google.maps.event.addListener(m_c031100e2c795bc14020c000acbf245c, 'click', function() {infowindow.open(map,m_c031100e2c795bc14020c000acbf245c);});$marker.push(m_c031100e2c795bc14020c000acbf245c);}});}google.maps.event.addDomListener(window, 'load', initialize);