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.7308,-88.0846)};var g_eee40f86719186a7cd1d142b76539e5e = new google.maps.Geocoder();g_eee40f86719186a7cd1d142b76539e5e.geocode( { 'address': "101 E Main St, Olney, IL 62450"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('olney-IL-summit-bancshares-limited').style.display = '';map = new google.maps.Map(document.getElementById('olney-IL-summit-bancshares-limited'), mapOptions);}document.getElementById('73f2f2d6').innerHTML += ' | View Map';var $leee40f86719186a7cd1d142b76539e5e = '

Summit Bancshares Limited

Address: 101 E Main St, Olney, IL 62450
Phone: (618) 395-8541
';var m_eee40f86719186a7cd1d142b76539e5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Bancshares Limited',});m_eee40f86719186a7cd1d142b76539e5e['infowindow'] = new google.maps.InfoWindow({content: $leee40f86719186a7cd1d142b76539e5e});var infowindow = new google.maps.InfoWindow({content: $leee40f86719186a7cd1d142b76539e5e});google.maps.event.addListener(m_eee40f86719186a7cd1d142b76539e5e, 'click', function() {infowindow.open(map,m_eee40f86719186a7cd1d142b76539e5e);});$marker.push(m_eee40f86719186a7cd1d142b76539e5e);}});}google.maps.event.addDomListener(window, 'load', initialize);