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.7374,-95.7029)};var g_51a93b1b7421fc7ca001d7793eadb53b = new google.maps.Geocoder();g_51a93b1b7421fc7ca001d7793eadb53b.geocode( { 'address': "510 Lincoln Way, Woodbine, IA 51579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbine-IA-farmers-trust-and-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('woodbine-IA-farmers-trust-and-savings-bank'), mapOptions);}document.getElementById('3b5481dc').innerHTML += ' | View Map';var $l51a93b1b7421fc7ca001d7793eadb53b = '

Farmer's Trust and Savings Bank

Address: 510 Lincoln Way, Woodbine, IA 51579, USA
Phone: (712) 647-3375
';var m_51a93b1b7421fc7ca001d7793eadb53b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmer's Trust and Savings Bank',});m_51a93b1b7421fc7ca001d7793eadb53b['infowindow'] = new google.maps.InfoWindow({content: $l51a93b1b7421fc7ca001d7793eadb53b});var infowindow = new google.maps.InfoWindow({content: $l51a93b1b7421fc7ca001d7793eadb53b});google.maps.event.addListener(m_51a93b1b7421fc7ca001d7793eadb53b, 'click', function() {infowindow.open(map,m_51a93b1b7421fc7ca001d7793eadb53b);});$marker.push(m_51a93b1b7421fc7ca001d7793eadb53b);}});}google.maps.event.addDomListener(window, 'load', initialize);