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(37.2342,-89.2668)};var g_74b7b433df00d7a7d43820adcd5b22fd = new google.maps.Geocoder();g_74b7b433df00d7a7d43820adcd5b22fd.geocode( { 'address': "145 Russell St, Tamms, IL 62988"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tamms-IL-capaha-bank').style.display = '';map = new google.maps.Map(document.getElementById('tamms-IL-capaha-bank'), mapOptions);}document.getElementById('cd5ddbf1').innerHTML += ' | View Map';var $l74b7b433df00d7a7d43820adcd5b22fd = '

Capaha Bank

Address: 145 Russell St, Tamms, IL 62988
Phone: (618) 747-2308
';var m_74b7b433df00d7a7d43820adcd5b22fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capaha Bank',});m_74b7b433df00d7a7d43820adcd5b22fd['infowindow'] = new google.maps.InfoWindow({content: $l74b7b433df00d7a7d43820adcd5b22fd});var infowindow = new google.maps.InfoWindow({content: $l74b7b433df00d7a7d43820adcd5b22fd});google.maps.event.addListener(m_74b7b433df00d7a7d43820adcd5b22fd, 'click', function() {infowindow.open(map,m_74b7b433df00d7a7d43820adcd5b22fd);});$marker.push(m_74b7b433df00d7a7d43820adcd5b22fd);}});}google.maps.event.addDomListener(window, 'load', initialize);