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.6637,-95.5266)};var g_63cd4eb5c0ebc25d2e6882b6b03a578e = new google.maps.Geocoder();g_63cd4eb5c0ebc25d2e6882b6b03a578e.geocode( { 'address': "301 E 15th St, Horton, KS 66439"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('horton-KS-union-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('horton-KS-union-state-bank'), mapOptions);}document.getElementById('2ba8c939').innerHTML += ' | View Map';var $l63cd4eb5c0ebc25d2e6882b6b03a578e = '

Union State Bank

Address: 301 E 15th St, Horton, KS 66439
Phone: (785) 486-3711
';var m_63cd4eb5c0ebc25d2e6882b6b03a578e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union State Bank',});m_63cd4eb5c0ebc25d2e6882b6b03a578e['infowindow'] = new google.maps.InfoWindow({content: $l63cd4eb5c0ebc25d2e6882b6b03a578e});var infowindow = new google.maps.InfoWindow({content: $l63cd4eb5c0ebc25d2e6882b6b03a578e});google.maps.event.addListener(m_63cd4eb5c0ebc25d2e6882b6b03a578e, 'click', function() {infowindow.open(map,m_63cd4eb5c0ebc25d2e6882b6b03a578e);});$marker.push(m_63cd4eb5c0ebc25d2e6882b6b03a578e);}});}google.maps.event.addDomListener(window, 'load', initialize);