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.2008,-89.6954)};var g_3965836ad77ce479c4c701a1c96e3038 = new google.maps.Geocoder();g_3965836ad77ce479c4c701a1c96e3038.geocode( { 'address': "104 W Pine St, Mason City, IL 62664"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mason-city-IL-mason-city-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mason-city-IL-mason-city-national-bank'), mapOptions);}document.getElementById('624f7333').innerHTML += ' | View Map';var $l3965836ad77ce479c4c701a1c96e3038 = '

Mason City National Bank

Address: 104 W Pine St, Mason City, IL 62664
Phone: (217) 482-3246
';var m_3965836ad77ce479c4c701a1c96e3038 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mason City National Bank',});m_3965836ad77ce479c4c701a1c96e3038['infowindow'] = new google.maps.InfoWindow({content: $l3965836ad77ce479c4c701a1c96e3038});var infowindow = new google.maps.InfoWindow({content: $l3965836ad77ce479c4c701a1c96e3038});google.maps.event.addListener(m_3965836ad77ce479c4c701a1c96e3038, 'click', function() {infowindow.open(map,m_3965836ad77ce479c4c701a1c96e3038);});$marker.push(m_3965836ad77ce479c4c701a1c96e3038);}});}google.maps.event.addDomListener(window, 'load', initialize);