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(39.1775,-89.6568)};var g_2cf311cf437961f2c1356ee0a60b5c88 = new google.maps.Geocoder();g_2cf311cf437961f2c1356ee0a60b5c88.geocode( { 'address': "401 N Madison St, Litchfield, IL 62056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('litchfield-IL-lbt-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('litchfield-IL-lbt-bancshares-inc'), mapOptions);}document.getElementById('3c15c43c').innerHTML += ' | View Map';var $l2cf311cf437961f2c1356ee0a60b5c88 = '

LBT Bancshares Inc

Address: 401 N Madison St, Litchfield, IL 62056, USA
Phone: (217) 324-3935
';var m_2cf311cf437961f2c1356ee0a60b5c88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'LBT Bancshares Inc',});m_2cf311cf437961f2c1356ee0a60b5c88['infowindow'] = new google.maps.InfoWindow({content: $l2cf311cf437961f2c1356ee0a60b5c88});var infowindow = new google.maps.InfoWindow({content: $l2cf311cf437961f2c1356ee0a60b5c88});google.maps.event.addListener(m_2cf311cf437961f2c1356ee0a60b5c88, 'click', function() {infowindow.open(map,m_2cf311cf437961f2c1356ee0a60b5c88);});$marker.push(m_2cf311cf437961f2c1356ee0a60b5c88);}});}google.maps.event.addDomListener(window, 'load', initialize);