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(42.24,-91.1893)};var g_278132926035a23a4f18456e46cd4003 = new google.maps.Geocoder();g_278132926035a23a4f18456e46cd4003.geocode( { 'address': "111 E 1st St, Monticello, IA 52310"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-IA-f-m-bank').style.display = '';map = new google.maps.Map(document.getElementById('monticello-IA-f-m-bank'), mapOptions);}document.getElementById('9afd373a').innerHTML += ' | View Map';var $l278132926035a23a4f18456e46cd4003 = '

F & M Bank

Address: 111 E 1st St, Monticello, IA 52310
Phone: (319) 465-9158
';var m_278132926035a23a4f18456e46cd4003 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank',});m_278132926035a23a4f18456e46cd4003['infowindow'] = new google.maps.InfoWindow({content: $l278132926035a23a4f18456e46cd4003});var infowindow = new google.maps.InfoWindow({content: $l278132926035a23a4f18456e46cd4003});google.maps.event.addListener(m_278132926035a23a4f18456e46cd4003, 'click', function() {infowindow.open(map,m_278132926035a23a4f18456e46cd4003);});$marker.push(m_278132926035a23a4f18456e46cd4003);}});}google.maps.event.addDomListener(window, 'load', initialize);