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.611,-95.685)};var g_90551a457c685bb0d48caa99a9ec698f = new google.maps.Geocoder();g_90551a457c685bb0d48caa99a9ec698f.geocode( { 'address': "817 Topeka Ave, Lyndon, KS 66451"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lyndon-KS-lyndon-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('lyndon-KS-lyndon-state-bank'), mapOptions);}document.getElementById('81e9246b').innerHTML += ' | View Map';var $l90551a457c685bb0d48caa99a9ec698f = '

Lyndon State Bank

Address: 817 Topeka Ave, Lyndon, KS 66451
Phone: (785) 828-4411
';var m_90551a457c685bb0d48caa99a9ec698f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lyndon State Bank',});m_90551a457c685bb0d48caa99a9ec698f['infowindow'] = new google.maps.InfoWindow({content: $l90551a457c685bb0d48caa99a9ec698f});var infowindow = new google.maps.InfoWindow({content: $l90551a457c685bb0d48caa99a9ec698f});google.maps.event.addListener(m_90551a457c685bb0d48caa99a9ec698f, 'click', function() {infowindow.open(map,m_90551a457c685bb0d48caa99a9ec698f);});$marker.push(m_90551a457c685bb0d48caa99a9ec698f);}});}google.maps.event.addDomListener(window, 'load', initialize);