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.371,-98.7652)};var g_b5c4c3591e9871a577978ee508b8a8b0 = new google.maps.Geocoder();g_b5c4c3591e9871a577978ee508b8a8b0.geocode( { 'address': "1916 Main St, Great Bend, KS 67530, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('great-bend-KS-central-national-bank-lending-services-office').style.display = '';map = new google.maps.Map(document.getElementById('great-bend-KS-central-national-bank-lending-services-office'), mapOptions);}document.getElementById('da1d001c').innerHTML += ' | View Map';var $lb5c4c3591e9871a577978ee508b8a8b0 = '

Central National Bank Lending Services Office

Address: 1916 Main St, Great Bend, KS 67530, USA
Phone: (620) 603-6447
';var m_b5c4c3591e9871a577978ee508b8a8b0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central National Bank Lending Services Office',});m_b5c4c3591e9871a577978ee508b8a8b0['infowindow'] = new google.maps.InfoWindow({content: $lb5c4c3591e9871a577978ee508b8a8b0});var infowindow = new google.maps.InfoWindow({content: $lb5c4c3591e9871a577978ee508b8a8b0});google.maps.event.addListener(m_b5c4c3591e9871a577978ee508b8a8b0, 'click', function() {infowindow.open(map,m_b5c4c3591e9871a577978ee508b8a8b0);});$marker.push(m_b5c4c3591e9871a577978ee508b8a8b0);}});}google.maps.event.addDomListener(window, 'load', initialize);