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.6077,-98.8402)};var g_c93cd9c4cb26609fc4d1578301b9957c = new google.maps.Geocoder();g_c93cd9c4cb26609fc4d1578301b9957c.geocode( { 'address': "201 N Main St, Hoisington, KS 67544"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hoisington-KS-wilson-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hoisington-KS-wilson-state-bank'), mapOptions);}document.getElementById('55121270').innerHTML += ' | View Map';var $lc93cd9c4cb26609fc4d1578301b9957c = '

Wilson State Bank

Address: 201 N Main St, Hoisington, KS 67544
Phone: (620) 653-4113
';var m_c93cd9c4cb26609fc4d1578301b9957c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wilson State Bank',});m_c93cd9c4cb26609fc4d1578301b9957c['infowindow'] = new google.maps.InfoWindow({content: $lc93cd9c4cb26609fc4d1578301b9957c});var infowindow = new google.maps.InfoWindow({content: $lc93cd9c4cb26609fc4d1578301b9957c});google.maps.event.addListener(m_c93cd9c4cb26609fc4d1578301b9957c, 'click', function() {infowindow.open(map,m_c93cd9c4cb26609fc4d1578301b9957c);});$marker.push(m_c93cd9c4cb26609fc4d1578301b9957c);}});}google.maps.event.addDomListener(window, 'load', initialize);