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(37.6408,-95.465)};var g_7cc538b1337957dae283c30ad46def38 = new google.maps.Geocoder();g_7cc538b1337957dae283c30ad46def38.geocode( { 'address': "1501 S Santa Fe Ave, Chanute, KS 66720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chanute-KS-community-national-bnk-trust').style.display = '';map = new google.maps.Map(document.getElementById('chanute-KS-community-national-bnk-trust'), mapOptions);}document.getElementById('281c9332').innerHTML += ' | View Map';var $l7cc538b1337957dae283c30ad46def38 = '

Community National Bnk & Trust

Address: 1501 S Santa Fe Ave, Chanute, KS 66720
Phone: (620) 431-2265
';var m_7cc538b1337957dae283c30ad46def38 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bnk & Trust',});m_7cc538b1337957dae283c30ad46def38['infowindow'] = new google.maps.InfoWindow({content: $l7cc538b1337957dae283c30ad46def38});var infowindow = new google.maps.InfoWindow({content: $l7cc538b1337957dae283c30ad46def38});google.maps.event.addListener(m_7cc538b1337957dae283c30ad46def38, 'click', function() {infowindow.open(map,m_7cc538b1337957dae283c30ad46def38);});$marker.push(m_7cc538b1337957dae283c30ad46def38);}});}google.maps.event.addDomListener(window, 'load', initialize);