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.1315,-88.4759)};var g_9503193985ca73c58803517a64dc06c4 = new google.maps.Geocoder();g_9503193985ca73c58803517a64dc06c4.geocode( { 'address': "106 E Main St, Teutopolis, IL 62467"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('teutopolis-IL-teutopolis-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('teutopolis-IL-teutopolis-state-bank'), mapOptions);}document.getElementById('a3bc1dca').innerHTML += ' | View Map';var $l9503193985ca73c58803517a64dc06c4 = '

Teutopolis State Bank

Address: 106 E Main St, Teutopolis, IL 62467
Phone: (217) 857-3166
';var m_9503193985ca73c58803517a64dc06c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Teutopolis State Bank',});m_9503193985ca73c58803517a64dc06c4['infowindow'] = new google.maps.InfoWindow({content: $l9503193985ca73c58803517a64dc06c4});var infowindow = new google.maps.InfoWindow({content: $l9503193985ca73c58803517a64dc06c4});google.maps.event.addListener(m_9503193985ca73c58803517a64dc06c4, 'click', function() {infowindow.open(map,m_9503193985ca73c58803517a64dc06c4);});$marker.push(m_9503193985ca73c58803517a64dc06c4);}});}google.maps.event.addDomListener(window, 'load', initialize);