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(37.8043,-88.4516)};var g_5e2cf9121bafd664871209de0789da56 = new google.maps.Geocoder();g_5e2cf9121bafd664871209de0789da56.geocode( { 'address': "1404 US-45, Eldorado, IL 62930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eldorado-IL-banterra-corporation').style.display = '';map = new google.maps.Map(document.getElementById('eldorado-IL-banterra-corporation'), mapOptions);}document.getElementById('711ccb76').innerHTML += ' | View Map';var $l5e2cf9121bafd664871209de0789da56 = '

Banterra Corporation

Address: 1404 US-45, Eldorado, IL 62930, USA
Phone: (618) 273-9346
';var m_5e2cf9121bafd664871209de0789da56 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banterra Corporation',});m_5e2cf9121bafd664871209de0789da56['infowindow'] = new google.maps.InfoWindow({content: $l5e2cf9121bafd664871209de0789da56});var infowindow = new google.maps.InfoWindow({content: $l5e2cf9121bafd664871209de0789da56});google.maps.event.addListener(m_5e2cf9121bafd664871209de0789da56, 'click', function() {infowindow.open(map,m_5e2cf9121bafd664871209de0789da56);});$marker.push(m_5e2cf9121bafd664871209de0789da56);}});}google.maps.event.addDomListener(window, 'load', initialize);