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.8299,-97.6162)};var g_f72f05e91d583cf63ae47e955ca9c312 = new google.maps.Geocoder();g_f72f05e91d583cf63ae47e955ca9c312.geocode( { 'address': "2900 S 9th St, Salina, KS 67401"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salina-KS-central-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('salina-KS-central-national-bank'), mapOptions);}document.getElementById('dd1261de').innerHTML += ' | View Map';var $lf72f05e91d583cf63ae47e955ca9c312 = '

Central National Bank

Address: 2900 S 9th St, Salina, KS 67401
Phone: (785) 822-3126
';var m_f72f05e91d583cf63ae47e955ca9c312 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank',});m_f72f05e91d583cf63ae47e955ca9c312['infowindow'] = new google.maps.InfoWindow({content: $lf72f05e91d583cf63ae47e955ca9c312});var infowindow = new google.maps.InfoWindow({content: $lf72f05e91d583cf63ae47e955ca9c312});google.maps.event.addListener(m_f72f05e91d583cf63ae47e955ca9c312, 'click', function() {infowindow.open(map,m_f72f05e91d583cf63ae47e955ca9c312);});$marker.push(m_f72f05e91d583cf63ae47e955ca9c312);}});}google.maps.event.addDomListener(window, 'load', initialize);