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(39.7251,-91.3925)};var g_502485e108e0a0469cb90c86522eb613 = new google.maps.Geocoder();g_502485e108e0a0469cb90c86522eb613.geocode( { 'address': "4801 McMasters Ave, Hannibal, MO 63401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hannibal-MO-f--m-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('hannibal-MO-f--m-bank--trust-co'), mapOptions);}document.getElementById('c864b2aa').innerHTML += ' | View Map';var $l502485e108e0a0469cb90c86522eb613 = '

F & M Bank & Trust Co

Address: 4801 McMasters Ave, Hannibal, MO 63401, USA
Phone: (573) 221-7612
';var m_502485e108e0a0469cb90c86522eb613 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F & M Bank & Trust Co',});m_502485e108e0a0469cb90c86522eb613['infowindow'] = new google.maps.InfoWindow({content: $l502485e108e0a0469cb90c86522eb613});var infowindow = new google.maps.InfoWindow({content: $l502485e108e0a0469cb90c86522eb613});google.maps.event.addListener(m_502485e108e0a0469cb90c86522eb613, 'click', function() {infowindow.open(map,m_502485e108e0a0469cb90c86522eb613);});$marker.push(m_502485e108e0a0469cb90c86522eb613);}});}google.maps.event.addDomListener(window, 'load', initialize);