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.0052,-91.9687)};var g_df2f48a1401a22bfe36862895569c499 = new google.maps.Geocoder();g_df2f48a1401a22bfe36862895569c499.geocode( { 'address': "101 N Court St, Fairfield, IA 52556"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairfield-IA-iowa-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('fairfield-IA-iowa-state-bank-trust-co'), mapOptions);}document.getElementById('8f4bb496').innerHTML += ' | View Map';var $ldf2f48a1401a22bfe36862895569c499 = '

Iowa State Bank & Trust Co

Address: 101 N Court St, Fairfield, IA 52556
Phone: (641) 472-3161
';var m_df2f48a1401a22bfe36862895569c499 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iowa State Bank & Trust Co',});m_df2f48a1401a22bfe36862895569c499['infowindow'] = new google.maps.InfoWindow({content: $ldf2f48a1401a22bfe36862895569c499});var infowindow = new google.maps.InfoWindow({content: $ldf2f48a1401a22bfe36862895569c499});google.maps.event.addListener(m_df2f48a1401a22bfe36862895569c499, 'click', function() {infowindow.open(map,m_df2f48a1401a22bfe36862895569c499);});$marker.push(m_df2f48a1401a22bfe36862895569c499);}});}google.maps.event.addDomListener(window, 'load', initialize);