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.8453,-95.5266)};var g_fb60d93c210068b4a03cd16c0018d8dd = new google.maps.Geocoder();g_fb60d93c210068b4a03cd16c0018d8dd.geocode( { 'address': "805 S. 1st, Hiawatha, KS 66434, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hiawatha-KS-hiawatha-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('hiawatha-KS-hiawatha-national-bank'), mapOptions);}document.getElementById('0f507368').innerHTML += ' | View Map';var $lfb60d93c210068b4a03cd16c0018d8dd = '

Hiawatha National Bank

Address: 805 S. 1st, Hiawatha, KS 66434, USA
Phone: (785) 742-7120
';var m_fb60d93c210068b4a03cd16c0018d8dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hiawatha National Bank',});m_fb60d93c210068b4a03cd16c0018d8dd['infowindow'] = new google.maps.InfoWindow({content: $lfb60d93c210068b4a03cd16c0018d8dd});var infowindow = new google.maps.InfoWindow({content: $lfb60d93c210068b4a03cd16c0018d8dd});google.maps.event.addListener(m_fb60d93c210068b4a03cd16c0018d8dd, 'click', function() {infowindow.open(map,m_fb60d93c210068b4a03cd16c0018d8dd);});$marker.push(m_fb60d93c210068b4a03cd16c0018d8dd);}});}google.maps.event.addDomListener(window, 'load', initialize);