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(36.8638,-94.3732)};var g_ae04f6c11eb850d4361852acccdc6a41 = new google.maps.Geocoder();g_ae04f6c11eb850d4361852acccdc6a41.geocode( { 'address': "4302 Howard Bush Dr, Neosho, MO 64850"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('neosho-MO-community-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('neosho-MO-community-bank-trust-co'), mapOptions);}document.getElementById('e4509ac4').innerHTML += ' | View Map';var $lae04f6c11eb850d4361852acccdc6a41 = '

Community Bank & Trust Co

Address: 4302 Howard Bush Dr, Neosho, MO 64850
Phone: (417) 451-1043
';var m_ae04f6c11eb850d4361852acccdc6a41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank & Trust Co',});m_ae04f6c11eb850d4361852acccdc6a41['infowindow'] = new google.maps.InfoWindow({content: $lae04f6c11eb850d4361852acccdc6a41});var infowindow = new google.maps.InfoWindow({content: $lae04f6c11eb850d4361852acccdc6a41});google.maps.event.addListener(m_ae04f6c11eb850d4361852acccdc6a41, 'click', function() {infowindow.open(map,m_ae04f6c11eb850d4361852acccdc6a41);});$marker.push(m_ae04f6c11eb850d4361852acccdc6a41);}});}google.maps.event.addDomListener(window, 'load', initialize);