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.8976,-88.9427)};var g_23cfe31dbb430ddfe3a5569ab5222328 = new google.maps.Geocoder();g_23cfe31dbb430ddfe3a5569ab5222328.geocode( { 'address': "1206 W Main St, West Frankfort, IL 62896, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-frankfort-IL-banterra').style.display = '';map = new google.maps.Map(document.getElementById('west-frankfort-IL-banterra'), mapOptions);}document.getElementById('6a992c28').innerHTML += ' | View Map';var $l23cfe31dbb430ddfe3a5569ab5222328 = '

Banterra

Address: 1206 W Main St, West Frankfort, IL 62896, USA
Phone:
';var m_23cfe31dbb430ddfe3a5569ab5222328 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Banterra',});m_23cfe31dbb430ddfe3a5569ab5222328['infowindow'] = new google.maps.InfoWindow({content: $l23cfe31dbb430ddfe3a5569ab5222328});var infowindow = new google.maps.InfoWindow({content: $l23cfe31dbb430ddfe3a5569ab5222328});google.maps.event.addListener(m_23cfe31dbb430ddfe3a5569ab5222328, 'click', function() {infowindow.open(map,m_23cfe31dbb430ddfe3a5569ab5222328);});$marker.push(m_23cfe31dbb430ddfe3a5569ab5222328);}});}google.maps.event.addDomListener(window, 'load', initialize);