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(40.201,-89.6989)};var g_ea3397560486fc6da34c6f182bf13922 = new google.maps.Geocoder();g_ea3397560486fc6da34c6f182bf13922.geocode( { 'address': "123 W Elm St, Mason City, IL 62664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-city-IL-first-state-bank-of-mason-city').style.display = '';map = new google.maps.Map(document.getElementById('mason-city-IL-first-state-bank-of-mason-city'), mapOptions);}document.getElementById('6591d74c').innerHTML += ' | View Map';var $lea3397560486fc6da34c6f182bf13922 = '

First State Bank of Mason City

Address: 123 W Elm St, Mason City, IL 62664, USA
Phone: (217) 482-3285
';var m_ea3397560486fc6da34c6f182bf13922 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank of Mason City',});m_ea3397560486fc6da34c6f182bf13922['infowindow'] = new google.maps.InfoWindow({content: $lea3397560486fc6da34c6f182bf13922});var infowindow = new google.maps.InfoWindow({content: $lea3397560486fc6da34c6f182bf13922});google.maps.event.addListener(m_ea3397560486fc6da34c6f182bf13922, 'click', function() {infowindow.open(map,m_ea3397560486fc6da34c6f182bf13922);});$marker.push(m_ea3397560486fc6da34c6f182bf13922);}});}google.maps.event.addDomListener(window, 'load', initialize);