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(38.5349,-99.0521)};var g_457ded6f20b28feb21b9bca73c498671 = new google.maps.Geocoder();g_457ded6f20b28feb21b9bca73c498671.geocode( { 'address': "112 S Main St, Otis, KS 67565"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('otis-KS-community-bank-of-the-midwest').style.display = '';map = new google.maps.Map(document.getElementById('otis-KS-community-bank-of-the-midwest'), mapOptions);}document.getElementById('3c6b891e').innerHTML += ' | View Map';var $l457ded6f20b28feb21b9bca73c498671 = '

Community Bank Of The Midwest

Address: 112 S Main St, Otis, KS 67565
Phone: (785) 387-2241
';var m_457ded6f20b28feb21b9bca73c498671 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of The Midwest',});m_457ded6f20b28feb21b9bca73c498671['infowindow'] = new google.maps.InfoWindow({content: $l457ded6f20b28feb21b9bca73c498671});var infowindow = new google.maps.InfoWindow({content: $l457ded6f20b28feb21b9bca73c498671});google.maps.event.addListener(m_457ded6f20b28feb21b9bca73c498671, 'click', function() {infowindow.open(map,m_457ded6f20b28feb21b9bca73c498671);});$marker.push(m_457ded6f20b28feb21b9bca73c498671);}});}google.maps.event.addDomListener(window, 'load', initialize);