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.9012,-95.7974)};var g_8158a29c3b5e8d4e8d591d607cfe77b0 = new google.maps.Geocoder();g_8158a29c3b5e8d4e8d591d607cfe77b0.geocode( { 'address': "15 E Main St, Sabetha, KS 66534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sabetha-KS-community-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('sabetha-KS-community-national-bank'), mapOptions);}document.getElementById('38ac1329').innerHTML += ' | View Map';var $l8158a29c3b5e8d4e8d591d607cfe77b0 = '

Community National Bank

Address: 15 E Main St, Sabetha, KS 66534
Phone: (785) 284-3416
';var m_8158a29c3b5e8d4e8d591d607cfe77b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community National Bank',});m_8158a29c3b5e8d4e8d591d607cfe77b0['infowindow'] = new google.maps.InfoWindow({content: $l8158a29c3b5e8d4e8d591d607cfe77b0});var infowindow = new google.maps.InfoWindow({content: $l8158a29c3b5e8d4e8d591d607cfe77b0});google.maps.event.addListener(m_8158a29c3b5e8d4e8d591d607cfe77b0, 'click', function() {infowindow.open(map,m_8158a29c3b5e8d4e8d591d607cfe77b0);});$marker.push(m_8158a29c3b5e8d4e8d591d607cfe77b0);}});}google.maps.event.addDomListener(window, 'load', initialize);