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.6229,-94.6752)};var g_b43cfe0450a072a344e3a865c3840f93 = new google.maps.Geocoder();g_b43cfe0450a072a344e3a865c3840f93.geocode( { 'address': "1400 W Amity St, Louisburg, KS 66053"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('louisburg-KS-central-bank-of-the-midwest').style.display = '';map = new google.maps.Map(document.getElementById('louisburg-KS-central-bank-of-the-midwest'), mapOptions);}document.getElementById('371e12d8').innerHTML += ' | View Map';var $lb43cfe0450a072a344e3a865c3840f93 = '

Central Bank Of The Midwest

Address: 1400 W Amity St, Louisburg, KS 66053
Phone: (913) 837-4646
';var m_b43cfe0450a072a344e3a865c3840f93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank Of The Midwest',});m_b43cfe0450a072a344e3a865c3840f93['infowindow'] = new google.maps.InfoWindow({content: $lb43cfe0450a072a344e3a865c3840f93});var infowindow = new google.maps.InfoWindow({content: $lb43cfe0450a072a344e3a865c3840f93});google.maps.event.addListener(m_b43cfe0450a072a344e3a865c3840f93, 'click', function() {infowindow.open(map,m_b43cfe0450a072a344e3a865c3840f93);});$marker.push(m_b43cfe0450a072a344e3a865c3840f93);}});}google.maps.event.addDomListener(window, 'load', initialize);