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.5191,-99.1981)};var g_8722d8eae496891f634daaac6a3093ff = new google.maps.Geocoder();g_8722d8eae496891f634daaac6a3093ff.geocode( { 'address': "223 Main St, Bison, KS 67520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bison-KS-bison-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('bison-KS-bison-state-bank'), mapOptions);}document.getElementById('07a69185').innerHTML += ' | View Map';var $l8722d8eae496891f634daaac6a3093ff = '

Bison State Bank

Address: 223 Main St, Bison, KS 67520, USA
Phone: (785) 356-2195
';var m_8722d8eae496891f634daaac6a3093ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bison State Bank',});m_8722d8eae496891f634daaac6a3093ff['infowindow'] = new google.maps.InfoWindow({content: $l8722d8eae496891f634daaac6a3093ff});var infowindow = new google.maps.InfoWindow({content: $l8722d8eae496891f634daaac6a3093ff});google.maps.event.addListener(m_8722d8eae496891f634daaac6a3093ff, 'click', function() {infowindow.open(map,m_8722d8eae496891f634daaac6a3093ff);});$marker.push(m_8722d8eae496891f634daaac6a3093ff);}});}google.maps.event.addDomListener(window, 'load', initialize);