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.5719,-101.715)};var g_1863535c7a05ced3b8728785145c2881 = new google.maps.Geocoder();g_1863535c7a05ced3b8728785145c2881.geocode( { 'address': "106 N Main St, Johnson, KS 67855"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('johnson-KS-johnson-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('johnson-KS-johnson-state-bank'), mapOptions);}document.getElementById('2339182b').innerHTML += ' | View Map';var $l1863535c7a05ced3b8728785145c2881 = '

Johnson State Bank

Address: 106 N Main St, Johnson, KS 67855
Phone: (620) 492-6200
';var m_1863535c7a05ced3b8728785145c2881 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Johnson State Bank',});m_1863535c7a05ced3b8728785145c2881['infowindow'] = new google.maps.InfoWindow({content: $l1863535c7a05ced3b8728785145c2881});var infowindow = new google.maps.InfoWindow({content: $l1863535c7a05ced3b8728785145c2881});google.maps.event.addListener(m_1863535c7a05ced3b8728785145c2881, 'click', function() {infowindow.open(map,m_1863535c7a05ced3b8728785145c2881);});$marker.push(m_1863535c7a05ced3b8728785145c2881);}});}google.maps.event.addDomListener(window, 'load', initialize);