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.3799,-97.1437)};var g_ad02d3148553766c9fcb84b701414ef7 = new google.maps.Geocoder();g_ad02d3148553766c9fcb84b701414ef7.geocode( { 'address': "624 E Crawford St, Clay Center, KS 67432, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clay-center-KS-clay-county-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('clay-center-KS-clay-county-national-bank'), mapOptions);}document.getElementById('d8355905').innerHTML += ' | View Map';var $lad02d3148553766c9fcb84b701414ef7 = '

Clay County National Bank

Address: 624 E Crawford St, Clay Center, KS 67432, USA
Phone: (785) 632-6720
';var m_ad02d3148553766c9fcb84b701414ef7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clay County National Bank',});m_ad02d3148553766c9fcb84b701414ef7['infowindow'] = new google.maps.InfoWindow({content: $lad02d3148553766c9fcb84b701414ef7});var infowindow = new google.maps.InfoWindow({content: $lad02d3148553766c9fcb84b701414ef7});google.maps.event.addListener(m_ad02d3148553766c9fcb84b701414ef7, 'click', function() {infowindow.open(map,m_ad02d3148553766c9fcb84b701414ef7);});$marker.push(m_ad02d3148553766c9fcb84b701414ef7);}});}google.maps.event.addDomListener(window, 'load', initialize);