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.2795,-93.9762)};var g_268ee58003c24bfd46e908848a3215e3 = new google.maps.Geocoder();g_268ee58003c24bfd46e908848a3215e3.geocode( { 'address': "904 Walton Way, Richmond, MO 64085"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-MO-community-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('richmond-MO-community-bank-of-missouri'), mapOptions);}document.getElementById('4fcb8c5b').innerHTML += ' | View Map';var $l268ee58003c24bfd46e908848a3215e3 = '

Community Bank Of Missouri

Address: 904 Walton Way, Richmond, MO 64085
Phone: (816) 470-2265
';var m_268ee58003c24bfd46e908848a3215e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Missouri',});m_268ee58003c24bfd46e908848a3215e3['infowindow'] = new google.maps.InfoWindow({content: $l268ee58003c24bfd46e908848a3215e3});var infowindow = new google.maps.InfoWindow({content: $l268ee58003c24bfd46e908848a3215e3});google.maps.event.addListener(m_268ee58003c24bfd46e908848a3215e3, 'click', function() {infowindow.open(map,m_268ee58003c24bfd46e908848a3215e3);});$marker.push(m_268ee58003c24bfd46e908848a3215e3);}});}google.maps.event.addDomListener(window, 'load', initialize);