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.3639,-94.361)};var g_f60ce135766f04f6cff01c4f46b83812 = new google.maps.Geocoder();g_f60ce135766f04f6cff01c4f46b83812.geocode( { 'address': "303 S Jefferson St, Kearney, MO 64060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kearney-MO-clay-county-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('kearney-MO-clay-county-savings-bank'), mapOptions);}document.getElementById('6834ed81').innerHTML += ' | View Map';var $lf60ce135766f04f6cff01c4f46b83812 = '

Clay County Savings Bank

Address: 303 S Jefferson St, Kearney, MO 64060
Phone: (816) 628-4500
';var m_f60ce135766f04f6cff01c4f46b83812 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clay County Savings Bank',});m_f60ce135766f04f6cff01c4f46b83812['infowindow'] = new google.maps.InfoWindow({content: $lf60ce135766f04f6cff01c4f46b83812});var infowindow = new google.maps.InfoWindow({content: $lf60ce135766f04f6cff01c4f46b83812});google.maps.event.addListener(m_f60ce135766f04f6cff01c4f46b83812, 'click', function() {infowindow.open(map,m_f60ce135766f04f6cff01c4f46b83812);});$marker.push(m_f60ce135766f04f6cff01c4f46b83812);}});}google.maps.event.addDomListener(window, 'load', initialize);