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.1915,-90.3816)};var g_5edc4f7dce28c711afc6265b4f99bf57 = new google.maps.Geocoder();g_5edc4f7dce28c711afc6265b4f99bf57.geocode( { 'address': "124 W D St, Alpha, IL 61413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alpha-IL-farmers-state-bank-of-western-ilinois').style.display = '';map = new google.maps.Map(document.getElementById('alpha-IL-farmers-state-bank-of-western-ilinois'), mapOptions);}document.getElementById('52f02fe1').innerHTML += ' | View Map';var $l5edc4f7dce28c711afc6265b4f99bf57 = '

Farmers State Bank of Western Ilinois

Address: 124 W D St, Alpha, IL 61413, USA
Phone: (309) 629-4361
';var m_5edc4f7dce28c711afc6265b4f99bf57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers State Bank of Western Ilinois',});m_5edc4f7dce28c711afc6265b4f99bf57['infowindow'] = new google.maps.InfoWindow({content: $l5edc4f7dce28c711afc6265b4f99bf57});var infowindow = new google.maps.InfoWindow({content: $l5edc4f7dce28c711afc6265b4f99bf57});google.maps.event.addListener(m_5edc4f7dce28c711afc6265b4f99bf57, 'click', function() {infowindow.open(map,m_5edc4f7dce28c711afc6265b4f99bf57);});$marker.push(m_5edc4f7dce28c711afc6265b4f99bf57);}});}google.maps.event.addDomListener(window, 'load', initialize);