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.0463,-97.3506)};var g_da04109ed8b884862db2824745c77cf4 = new google.maps.Geocoder();g_da04109ed8b884862db2824745c77cf4.geocode( { 'address': "626 N Main St, Newton, KS 67114"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newton-KS-central-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('newton-KS-central-national-bank'), mapOptions);}document.getElementById('7d022ca0').innerHTML += ' | View Map';var $lda04109ed8b884862db2824745c77cf4 = '

Central National Bank

Address: 626 N Main St, Newton, KS 67114
Phone: (316) 283-1399
';var m_da04109ed8b884862db2824745c77cf4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank',});m_da04109ed8b884862db2824745c77cf4['infowindow'] = new google.maps.InfoWindow({content: $lda04109ed8b884862db2824745c77cf4});var infowindow = new google.maps.InfoWindow({content: $lda04109ed8b884862db2824745c77cf4});google.maps.event.addListener(m_da04109ed8b884862db2824745c77cf4, 'click', function() {infowindow.open(map,m_da04109ed8b884862db2824745c77cf4);});$marker.push(m_da04109ed8b884862db2824745c77cf4);}});}google.maps.event.addDomListener(window, 'load', initialize);