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.1973,-93.3803)};var g_81e793dc8317a3dbc3534ed3f242c418 = new google.maps.Geocoder();g_81e793dc8317a3dbc3534ed3f242c418.geocode( { 'address': "104 N Linn St, Malta Bend, MO 65339"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('malta-bend-MO-community-bank-of-marshall').style.display = '';map = new google.maps.Map(document.getElementById('malta-bend-MO-community-bank-of-marshall'), mapOptions);}document.getElementById('56d4f167').innerHTML += ' | View Map';var $l81e793dc8317a3dbc3534ed3f242c418 = '

Community Bank Of Marshall

Address: 104 N Linn St, Malta Bend, MO 65339
Phone: (660) 595-2247
';var m_81e793dc8317a3dbc3534ed3f242c418 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Marshall',});m_81e793dc8317a3dbc3534ed3f242c418['infowindow'] = new google.maps.InfoWindow({content: $l81e793dc8317a3dbc3534ed3f242c418});var infowindow = new google.maps.InfoWindow({content: $l81e793dc8317a3dbc3534ed3f242c418});google.maps.event.addListener(m_81e793dc8317a3dbc3534ed3f242c418, 'click', function() {infowindow.open(map,m_81e793dc8317a3dbc3534ed3f242c418);});$marker.push(m_81e793dc8317a3dbc3534ed3f242c418);}});}google.maps.event.addDomListener(window, 'load', initialize);