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.0031,-88.9383)};var g_4ffabf87500b89362ca0abc12daf720b = new google.maps.Geocoder();g_4ffabf87500b89362ca0abc12daf720b.geocode( { 'address': "701 Public Sq, Benton, IL 62812"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('benton-IL-u-s-bank').style.display = '';map = new google.maps.Map(document.getElementById('benton-IL-u-s-bank'), mapOptions);}document.getElementById('3f019e7f').innerHTML += ' | View Map';var $l4ffabf87500b89362ca0abc12daf720b = '

U.S. Bank

Address: 701 Public Sq, Benton, IL 62812
Phone: (618) 439-4381
';var m_4ffabf87500b89362ca0abc12daf720b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank',});m_4ffabf87500b89362ca0abc12daf720b['infowindow'] = new google.maps.InfoWindow({content: $l4ffabf87500b89362ca0abc12daf720b});var infowindow = new google.maps.InfoWindow({content: $l4ffabf87500b89362ca0abc12daf720b});google.maps.event.addListener(m_4ffabf87500b89362ca0abc12daf720b, 'click', function() {infowindow.open(map,m_4ffabf87500b89362ca0abc12daf720b);});$marker.push(m_4ffabf87500b89362ca0abc12daf720b);}});}google.maps.event.addDomListener(window, 'load', initialize);