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(41.9586,-90.099)};var g_216bbc972e9ff6ab0f31a35022edc3e5 = new google.maps.Geocoder();g_216bbc972e9ff6ab0f31a35022edc3e5.geocode( { 'address': "2006 IL-84, Thomson, IL 61285, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('thomson-IL-savanna-thomson-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('thomson-IL-savanna-thomson-state-bank'), mapOptions);}document.getElementById('e82b1785').innerHTML += ' | View Map';var $l216bbc972e9ff6ab0f31a35022edc3e5 = '

Savanna-Thomson State Bank

Address: 2006 IL-84, Thomson, IL 61285, USA
Phone: (815) 259-2455
';var m_216bbc972e9ff6ab0f31a35022edc3e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Savanna-Thomson State Bank',});m_216bbc972e9ff6ab0f31a35022edc3e5['infowindow'] = new google.maps.InfoWindow({content: $l216bbc972e9ff6ab0f31a35022edc3e5});var infowindow = new google.maps.InfoWindow({content: $l216bbc972e9ff6ab0f31a35022edc3e5});google.maps.event.addListener(m_216bbc972e9ff6ab0f31a35022edc3e5, 'click', function() {infowindow.open(map,m_216bbc972e9ff6ab0f31a35022edc3e5);});$marker.push(m_216bbc972e9ff6ab0f31a35022edc3e5);}});}google.maps.event.addDomListener(window, 'load', initialize);