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.4634,-89.23)};var g_0562a071dd21dafe1dc21fc4050ee278 = new google.maps.Geocoder();g_0562a071dd21dafe1dc21fc4050ee278.geocode( { 'address': "100 E Vienna St, Anna, IL 62906"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anna-IL-anna-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('anna-IL-anna-state-bank'), mapOptions);}document.getElementById('a854a081').innerHTML += ' | View Map';var $l0562a071dd21dafe1dc21fc4050ee278 = '

Anna State Bank

Address: 100 E Vienna St, Anna, IL 62906
Phone: (618) 614-5509
';var m_0562a071dd21dafe1dc21fc4050ee278 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Anna State Bank',});m_0562a071dd21dafe1dc21fc4050ee278['infowindow'] = new google.maps.InfoWindow({content: $l0562a071dd21dafe1dc21fc4050ee278});var infowindow = new google.maps.InfoWindow({content: $l0562a071dd21dafe1dc21fc4050ee278});google.maps.event.addListener(m_0562a071dd21dafe1dc21fc4050ee278, 'click', function() {infowindow.open(map,m_0562a071dd21dafe1dc21fc4050ee278);});$marker.push(m_0562a071dd21dafe1dc21fc4050ee278);}});}google.maps.event.addDomListener(window, 'load', initialize);