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.4989,-98.3083)};var g_a80801c054c1304263f8310a4e1b044e = new google.maps.Geocoder();g_a80801c054c1304263f8310a4e1b044e.geocode( { 'address': "101 N Mill St, Glen Elder, KS 67446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glen-elder-KS-central-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('glen-elder-KS-central-national-bank'), mapOptions);}document.getElementById('217ec3c7').innerHTML += ' | View Map';var $la80801c054c1304263f8310a4e1b044e = '

Central National Bank

Address: 101 N Mill St, Glen Elder, KS 67446, USA
Phone: (785) 545-3211
';var m_a80801c054c1304263f8310a4e1b044e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank',});m_a80801c054c1304263f8310a4e1b044e['infowindow'] = new google.maps.InfoWindow({content: $la80801c054c1304263f8310a4e1b044e});var infowindow = new google.maps.InfoWindow({content: $la80801c054c1304263f8310a4e1b044e});google.maps.event.addListener(m_a80801c054c1304263f8310a4e1b044e, 'click', function() {infowindow.open(map,m_a80801c054c1304263f8310a4e1b044e);});$marker.push(m_a80801c054c1304263f8310a4e1b044e);}});}google.maps.event.addDomListener(window, 'load', initialize);