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.0369,-95.0879)};var g_0dd6618ab9a6430d57219f59dafdb2aa = new google.maps.Geocoder();g_0dd6618ab9a6430d57219f59dafdb2aa.geocode( { 'address': "409 Maple St, Chetopa, KS 67336, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chetopa-KS-chetopa-state-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('chetopa-KS-chetopa-state-bank--trust-co'), mapOptions);}document.getElementById('0146a30c').innerHTML += ' | View Map';var $l0dd6618ab9a6430d57219f59dafdb2aa = '

Chetopa State Bank & Trust Co

Address: 409 Maple St, Chetopa, KS 67336, USA
Phone: (620) 236-7277
';var m_0dd6618ab9a6430d57219f59dafdb2aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chetopa State Bank & Trust Co',});m_0dd6618ab9a6430d57219f59dafdb2aa['infowindow'] = new google.maps.InfoWindow({content: $l0dd6618ab9a6430d57219f59dafdb2aa});var infowindow = new google.maps.InfoWindow({content: $l0dd6618ab9a6430d57219f59dafdb2aa});google.maps.event.addListener(m_0dd6618ab9a6430d57219f59dafdb2aa, 'click', function() {infowindow.open(map,m_0dd6618ab9a6430d57219f59dafdb2aa);});$marker.push(m_0dd6618ab9a6430d57219f59dafdb2aa);}});}google.maps.event.addDomListener(window, 'load', initialize);