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(37.1769,-101.348)};var g_464d9976f7313ebc8467b402af228c99 = new google.maps.Geocoder();g_464d9976f7313ebc8467b402af228c99.geocode( { 'address': "601 S Main St, Hugoton, KS 67951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hugoton-KS-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hugoton-KS-citizens-state-bank'), mapOptions);}document.getElementById('eacce0a7').innerHTML += ' | View Map';var $l464d9976f7313ebc8467b402af228c99 = '

Citizens State Bank

Address: 601 S Main St, Hugoton, KS 67951, USA
Phone: (620) 544-4331
';var m_464d9976f7313ebc8467b402af228c99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_464d9976f7313ebc8467b402af228c99['infowindow'] = new google.maps.InfoWindow({content: $l464d9976f7313ebc8467b402af228c99});var infowindow = new google.maps.InfoWindow({content: $l464d9976f7313ebc8467b402af228c99});google.maps.event.addListener(m_464d9976f7313ebc8467b402af228c99, 'click', function() {infowindow.open(map,m_464d9976f7313ebc8467b402af228c99);});$marker.push(m_464d9976f7313ebc8467b402af228c99);}});}google.maps.event.addDomListener(window, 'load', initialize);