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.567,-94.7293)};var g_3fc685cf33edf02c547abb4eb7dba00f = new google.maps.Geocoder();g_3fc685cf33edf02c547abb4eb7dba00f.geocode( { 'address': "401 E South St, Arma, KS 66712"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arma-KS-community-national-bnk-trust').style.display = '';map = new google.maps.Map(document.getElementById('arma-KS-community-national-bnk-trust'), mapOptions);}document.getElementById('34c6b6f0').innerHTML += ' | View Map';var $l3fc685cf33edf02c547abb4eb7dba00f = '

Community National Bnk & Trust

Address: 401 E South St, Arma, KS 66712
Phone: (620) 347-4145
';var m_3fc685cf33edf02c547abb4eb7dba00f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bnk & Trust',});m_3fc685cf33edf02c547abb4eb7dba00f['infowindow'] = new google.maps.InfoWindow({content: $l3fc685cf33edf02c547abb4eb7dba00f});var infowindow = new google.maps.InfoWindow({content: $l3fc685cf33edf02c547abb4eb7dba00f});google.maps.event.addListener(m_3fc685cf33edf02c547abb4eb7dba00f, 'click', function() {infowindow.open(map,m_3fc685cf33edf02c547abb4eb7dba00f);});$marker.push(m_3fc685cf33edf02c547abb4eb7dba00f);}});}google.maps.event.addDomListener(window, 'load', initialize);