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.5184,-90.028)};var g_5221291cf666b52f47a3f60d8fdc3025 = new google.maps.Geocoder();g_5221291cf666b52f47a3f60d8fdc3025.geocode( { 'address': "3800 IL-15, Belleville, IL 62226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('belleville-IL-cardinal-buick-gmc').style.display = '';map = new google.maps.Map(document.getElementById('belleville-IL-cardinal-buick-gmc'), mapOptions);}document.getElementById('e8527a63').innerHTML += ' | View Map';var $l5221291cf666b52f47a3f60d8fdc3025 = '

Cardinal Buick GMC

Address: 3800 IL-15, Belleville, IL 62226, USA
Phone: (618) 233-0303
';var m_5221291cf666b52f47a3f60d8fdc3025 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cardinal Buick GMC',});m_5221291cf666b52f47a3f60d8fdc3025['infowindow'] = new google.maps.InfoWindow({content: $l5221291cf666b52f47a3f60d8fdc3025});var infowindow = new google.maps.InfoWindow({content: $l5221291cf666b52f47a3f60d8fdc3025});google.maps.event.addListener(m_5221291cf666b52f47a3f60d8fdc3025, 'click', function() {infowindow.open(map,m_5221291cf666b52f47a3f60d8fdc3025);});$marker.push(m_5221291cf666b52f47a3f60d8fdc3025);}});}google.maps.event.addDomListener(window, 'load', initialize);