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.6907,-89.9755)};var g_500dfffcb8d50e601bc6b87b8dbf5bcc = new google.maps.Geocoder();g_500dfffcb8d50e601bc6b87b8dbf5bcc.geocode( { 'address': "521 W. Belt Line Road, Collinsville, IL 62234, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('collinsville-IL-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('collinsville-IL-advance-america'), mapOptions);}document.getElementById('08ddcf8c').innerHTML += ' | View Map';var $l500dfffcb8d50e601bc6b87b8dbf5bcc = '

Advance America

Address: 521 W. Belt Line Road, Collinsville, IL 62234, USA
Phone: (618) 345-7042
';var m_500dfffcb8d50e601bc6b87b8dbf5bcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_500dfffcb8d50e601bc6b87b8dbf5bcc['infowindow'] = new google.maps.InfoWindow({content: $l500dfffcb8d50e601bc6b87b8dbf5bcc});var infowindow = new google.maps.InfoWindow({content: $l500dfffcb8d50e601bc6b87b8dbf5bcc});google.maps.event.addListener(m_500dfffcb8d50e601bc6b87b8dbf5bcc, 'click', function() {infowindow.open(map,m_500dfffcb8d50e601bc6b87b8dbf5bcc);});$marker.push(m_500dfffcb8d50e601bc6b87b8dbf5bcc);}});}google.maps.event.addDomListener(window, 'load', initialize);