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.1893,-99.024)};var g_a17bf70c7cfc521094e5cf8bc02bc04a = new google.maps.Geocoder();g_a17bf70c7cfc521094e5cf8bc02bc04a.geocode( { 'address': "702 N 2nd St, Natoma, KS 67651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natoma-KS-united-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('natoma-KS-united-national-bank'), mapOptions);}document.getElementById('24ccb38e').innerHTML += ' | View Map';var $la17bf70c7cfc521094e5cf8bc02bc04a = '

United National Bank

Address: 702 N 2nd St, Natoma, KS 67651, USA
Phone: (785) 885-4234
';var m_a17bf70c7cfc521094e5cf8bc02bc04a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United National Bank',});m_a17bf70c7cfc521094e5cf8bc02bc04a['infowindow'] = new google.maps.InfoWindow({content: $la17bf70c7cfc521094e5cf8bc02bc04a});var infowindow = new google.maps.InfoWindow({content: $la17bf70c7cfc521094e5cf8bc02bc04a});google.maps.event.addListener(m_a17bf70c7cfc521094e5cf8bc02bc04a, 'click', function() {infowindow.open(map,m_a17bf70c7cfc521094e5cf8bc02bc04a);});$marker.push(m_a17bf70c7cfc521094e5cf8bc02bc04a);}});}google.maps.event.addDomListener(window, 'load', initialize);