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.3695,-93.7743)};var g_828752f77ada1b8badf688bb8be59f9d = new google.maps.Geocoder();g_828752f77ada1b8badf688bb8be59f9d.geocode( { 'address': "107 S 2nd St, Clinton, MO 64735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MO-first-national-bank-of-clinton').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MO-first-national-bank-of-clinton'), mapOptions);}document.getElementById('a3445635').innerHTML += ' | View Map';var $l828752f77ada1b8badf688bb8be59f9d = '

First National Bank of Clinton

Address: 107 S 2nd St, Clinton, MO 64735, USA
Phone: (660) 885-3365
';var m_828752f77ada1b8badf688bb8be59f9d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of Clinton',});m_828752f77ada1b8badf688bb8be59f9d['infowindow'] = new google.maps.InfoWindow({content: $l828752f77ada1b8badf688bb8be59f9d});var infowindow = new google.maps.InfoWindow({content: $l828752f77ada1b8badf688bb8be59f9d});google.maps.event.addListener(m_828752f77ada1b8badf688bb8be59f9d, 'click', function() {infowindow.open(map,m_828752f77ada1b8badf688bb8be59f9d);});$marker.push(m_828752f77ada1b8badf688bb8be59f9d);}});}google.maps.event.addDomListener(window, 'load', initialize);