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(37.9046,-100.333)};var g_f4e2a9856d6107b6519f6e24d88a8344 = new google.maps.Geocoder();g_f4e2a9856d6107b6519f6e24d88a8344.geocode( { 'address': "121 N Main St, Cimarron, KS 67835"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cimarron-KS-first-national-bank-cimarron').style.display = '';map = new google.maps.Map(document.getElementById('cimarron-KS-first-national-bank-cimarron'), mapOptions);}document.getElementById('4eb22398').innerHTML += ' | View Map';var $lf4e2a9856d6107b6519f6e24d88a8344 = '

First National Bank-Cimarron

Address: 121 N Main St, Cimarron, KS 67835
Phone: (620) 855-3416
';var m_f4e2a9856d6107b6519f6e24d88a8344 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Cimarron',});m_f4e2a9856d6107b6519f6e24d88a8344['infowindow'] = new google.maps.InfoWindow({content: $lf4e2a9856d6107b6519f6e24d88a8344});var infowindow = new google.maps.InfoWindow({content: $lf4e2a9856d6107b6519f6e24d88a8344});google.maps.event.addListener(m_f4e2a9856d6107b6519f6e24d88a8344, 'click', function() {infowindow.open(map,m_f4e2a9856d6107b6519f6e24d88a8344);});$marker.push(m_f4e2a9856d6107b6519f6e24d88a8344);}});}google.maps.event.addDomListener(window, 'load', initialize);