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.5634,-97.279)};var g_227aef76fd3e65664c541ae9c04cca44 = new google.maps.Geocoder();g_227aef76fd3e65664c541ae9c04cca44.geocode( { 'address': "103 E Parallel St, Clifton, KS 66937"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-KS-kaw-valley-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('clifton-KS-kaw-valley-state-bank-trust'), mapOptions);}document.getElementById('43d2c919').innerHTML += ' | View Map';var $l227aef76fd3e65664c541ae9c04cca44 = '

Kaw Valley State Bank & Trust

Address: 103 E Parallel St, Clifton, KS 66937
Phone: (785) 455-2269
';var m_227aef76fd3e65664c541ae9c04cca44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kaw Valley State Bank & Trust',});m_227aef76fd3e65664c541ae9c04cca44['infowindow'] = new google.maps.InfoWindow({content: $l227aef76fd3e65664c541ae9c04cca44});var infowindow = new google.maps.InfoWindow({content: $l227aef76fd3e65664c541ae9c04cca44});google.maps.event.addListener(m_227aef76fd3e65664c541ae9c04cca44, 'click', function() {infowindow.open(map,m_227aef76fd3e65664c541ae9c04cca44);});$marker.push(m_227aef76fd3e65664c541ae9c04cca44);}});}google.maps.event.addDomListener(window, 'load', initialize);