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.8258,-91.1569)};var g_a0f4de0148373df52eaa33d0c90ea264 = new google.maps.Geocoder();g_a0f4de0148373df52eaa33d0c90ea264.geocode( { 'address': "101 Broadway St, West Burlington, IA 52655, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-burlington-IA-fm-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('west-burlington-IA-fm-bank--trust'), mapOptions);}document.getElementById('e31ef3e7').innerHTML += ' | View Map';var $la0f4de0148373df52eaa33d0c90ea264 = '

F&M Bank & Trust

Address: 101 Broadway St, West Burlington, IA 52655, USA
Phone: (319) 768-6118
';var m_a0f4de0148373df52eaa33d0c90ea264 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F&M Bank & Trust',});m_a0f4de0148373df52eaa33d0c90ea264['infowindow'] = new google.maps.InfoWindow({content: $la0f4de0148373df52eaa33d0c90ea264});var infowindow = new google.maps.InfoWindow({content: $la0f4de0148373df52eaa33d0c90ea264});google.maps.event.addListener(m_a0f4de0148373df52eaa33d0c90ea264, 'click', function() {infowindow.open(map,m_a0f4de0148373df52eaa33d0c90ea264);});$marker.push(m_a0f4de0148373df52eaa33d0c90ea264);}});}google.maps.event.addDomListener(window, 'load', initialize);