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(38.1364,-96.1365)};var g_a6bbc188e98244e46c05de9fea7666a1 = new google.maps.Geocoder();g_a6bbc188e98244e46c05de9fea7666a1.geocode( { 'address': "Madison, KS 66860, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-KS-lyon-county-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('madison-KS-lyon-county-state-bank'), mapOptions);}document.getElementById('4f0d07b3').innerHTML += ' | View Map';var $la6bbc188e98244e46c05de9fea7666a1 = '

Lyon County State Bank

Address: Madison, KS 66860, United States
Phone: (620) 437-2031
';var m_a6bbc188e98244e46c05de9fea7666a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lyon County State Bank',});m_a6bbc188e98244e46c05de9fea7666a1['infowindow'] = new google.maps.InfoWindow({content: $la6bbc188e98244e46c05de9fea7666a1});var infowindow = new google.maps.InfoWindow({content: $la6bbc188e98244e46c05de9fea7666a1});google.maps.event.addListener(m_a6bbc188e98244e46c05de9fea7666a1, 'click', function() {infowindow.open(map,m_a6bbc188e98244e46c05de9fea7666a1);});$marker.push(m_a6bbc188e98244e46c05de9fea7666a1);}});}google.maps.event.addDomListener(window, 'load', initialize);