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.4594,-98.1101)};var g_9323a12b1ef154b0474c42b312ce2fe8 = new google.maps.Geocoder();g_9323a12b1ef154b0474c42b312ce2fe8.geocode( { 'address': "101 E Main St, Beloit, KS 67420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beloit-KS-first-national-bankshares').style.display = '';map = new google.maps.Map(document.getElementById('beloit-KS-first-national-bankshares'), mapOptions);}document.getElementById('18bf6c23').innerHTML += ' | View Map';var $l9323a12b1ef154b0474c42b312ce2fe8 = '

First National Bankshares

Address: 101 E Main St, Beloit, KS 67420, USA
Phone: (785) 738-2251
';var m_9323a12b1ef154b0474c42b312ce2fe8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bankshares',});m_9323a12b1ef154b0474c42b312ce2fe8['infowindow'] = new google.maps.InfoWindow({content: $l9323a12b1ef154b0474c42b312ce2fe8});var infowindow = new google.maps.InfoWindow({content: $l9323a12b1ef154b0474c42b312ce2fe8});google.maps.event.addListener(m_9323a12b1ef154b0474c42b312ce2fe8, 'click', function() {infowindow.open(map,m_9323a12b1ef154b0474c42b312ce2fe8);});$marker.push(m_9323a12b1ef154b0474c42b312ce2fe8);}});}google.maps.event.addDomListener(window, 'load', initialize);