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.0496,-97.3448)};var g_6644eaf8176718ed4e1656418ab3628a = new google.maps.Geocoder();g_6644eaf8176718ed4e1656418ab3628a.geocode( { 'address': "626 N Main St, Newton, KS 67114, USA"}, 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('305e5a94').innerHTML += ' | View Map';var $l6644eaf8176718ed4e1656418ab3628a = '

Central National Bank

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