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.6613,-92.0105)};var g_42e297b32cfdc68ef25252d1adb7b48a = new google.maps.Geocoder();g_42e297b32cfdc68ef25252d1adb7b48a.geocode( { 'address': "510 Elm St, Williamsburg, IA 52361, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamsburg-IA-farmers-trust--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('williamsburg-IA-farmers-trust--savings-bank'), mapOptions);}document.getElementById('0abf1de4').innerHTML += ' | View Map';var $l42e297b32cfdc68ef25252d1adb7b48a = '

Farmers Trust & Savings Bank

Address: 510 Elm St, Williamsburg, IA 52361, USA
Phone: (319) 668-2525
';var m_42e297b32cfdc68ef25252d1adb7b48a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers Trust & Savings Bank',});m_42e297b32cfdc68ef25252d1adb7b48a['infowindow'] = new google.maps.InfoWindow({content: $l42e297b32cfdc68ef25252d1adb7b48a});var infowindow = new google.maps.InfoWindow({content: $l42e297b32cfdc68ef25252d1adb7b48a});google.maps.event.addListener(m_42e297b32cfdc68ef25252d1adb7b48a, 'click', function() {infowindow.open(map,m_42e297b32cfdc68ef25252d1adb7b48a);});$marker.push(m_42e297b32cfdc68ef25252d1adb7b48a);}});}google.maps.event.addDomListener(window, 'load', initialize);