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.4589,-98.1093)};var g_6bfafe40d139c5e7a21400845bcbda83 = new google.maps.Geocoder();g_6bfafe40d139c5e7a21400845bcbda83.geocode( { 'address': "120 E Main St, Beloit, KS 67420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('beloit-KS-central-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('beloit-KS-central-national-bank'), mapOptions);}document.getElementById('542713c0').innerHTML += ' | View Map';var $l6bfafe40d139c5e7a21400845bcbda83 = '

Central National Bank

Address: 120 E Main St, Beloit, KS 67420, USA
Phone: (785) 738-4044
';var m_6bfafe40d139c5e7a21400845bcbda83 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank',});m_6bfafe40d139c5e7a21400845bcbda83['infowindow'] = new google.maps.InfoWindow({content: $l6bfafe40d139c5e7a21400845bcbda83});var infowindow = new google.maps.InfoWindow({content: $l6bfafe40d139c5e7a21400845bcbda83});google.maps.event.addListener(m_6bfafe40d139c5e7a21400845bcbda83, 'click', function() {infowindow.open(map,m_6bfafe40d139c5e7a21400845bcbda83);});$marker.push(m_6bfafe40d139c5e7a21400845bcbda83);}});}google.maps.event.addDomListener(window, 'load', initialize);