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.885,-99.3165)};var g_eaedc91adac4766db1711c0ba60da7f6 = new google.maps.Geocoder();g_eaedc91adac4766db1711c0ba60da7f6.geocode( { 'address': "1010 E 27th St, Hays, KS 67601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hays-KS-sunflower-bank').style.display = '';map = new google.maps.Map(document.getElementById('hays-KS-sunflower-bank'), mapOptions);}document.getElementById('2304606e').innerHTML += ' | View Map';var $leaedc91adac4766db1711c0ba60da7f6 = '

Sunflower Bank

Address: 1010 E 27th St, Hays, KS 67601, USA
Phone: (785) 625-8888
';var m_eaedc91adac4766db1711c0ba60da7f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunflower Bank',});m_eaedc91adac4766db1711c0ba60da7f6['infowindow'] = new google.maps.InfoWindow({content: $leaedc91adac4766db1711c0ba60da7f6});var infowindow = new google.maps.InfoWindow({content: $leaedc91adac4766db1711c0ba60da7f6});google.maps.event.addListener(m_eaedc91adac4766db1711c0ba60da7f6, 'click', function() {infowindow.open(map,m_eaedc91adac4766db1711c0ba60da7f6);});$marker.push(m_eaedc91adac4766db1711c0ba60da7f6);}});}google.maps.event.addDomListener(window, 'load', initialize);