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()};var g_f300f602b2d8163070642579d398466b = new google.maps.Geocoder();g_f300f602b2d8163070642579d398466b.geocode( { 'address': "Mt Erie, IL"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mt-erie-IL-citizens-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mt-erie-IL-citizens-national-bank'), mapOptions);}document.getElementById('30545b9b').innerHTML += ' | View Map';var $lf300f602b2d8163070642579d398466b = '

Citizens National Bank

Address: Mt Erie, IL
Phone: (618) 854-2217
';var m_f300f602b2d8163070642579d398466b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens National Bank',});m_f300f602b2d8163070642579d398466b['infowindow'] = new google.maps.InfoWindow({content: $lf300f602b2d8163070642579d398466b});var infowindow = new google.maps.InfoWindow({content: $lf300f602b2d8163070642579d398466b});google.maps.event.addListener(m_f300f602b2d8163070642579d398466b, 'click', function() {infowindow.open(map,m_f300f602b2d8163070642579d398466b);});$marker.push(m_f300f602b2d8163070642579d398466b);}});}google.maps.event.addDomListener(window, 'load', initialize);