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.3708,-93.7686)};var g_6f467e9654331d7ad85ed630906ac10b = new google.maps.Geocoder();g_6f467e9654331d7ad85ed630906ac10b.geocode( { 'address': "1507 E Ohio St, Clinton, MO 64735"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MO-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MO-first-community-bank'), mapOptions);}document.getElementById('c9d97580').innerHTML += ' | View Map';var $l6f467e9654331d7ad85ed630906ac10b = '

First Community Bank

Address: 1507 E Ohio St, Clinton, MO 64735
Phone: (660) 885-0201
';var m_6f467e9654331d7ad85ed630906ac10b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_6f467e9654331d7ad85ed630906ac10b['infowindow'] = new google.maps.InfoWindow({content: $l6f467e9654331d7ad85ed630906ac10b});var infowindow = new google.maps.InfoWindow({content: $l6f467e9654331d7ad85ed630906ac10b});google.maps.event.addListener(m_6f467e9654331d7ad85ed630906ac10b, 'click', function() {infowindow.open(map,m_6f467e9654331d7ad85ed630906ac10b);});$marker.push(m_6f467e9654331d7ad85ed630906ac10b);}});var g_af6963942d2a2107c69cf67acb6d302b = new google.maps.Geocoder();g_af6963942d2a2107c69cf67acb6d302b.geocode( { 'address': "615 E Ohio St, Clinton, MO 64735"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MO-first-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MO-first-community-bank'), mapOptions);}document.getElementById('f23b0589').innerHTML += ' | View Map';var $laf6963942d2a2107c69cf67acb6d302b = '

First Community Bank

Address: 615 E Ohio St, Clinton, MO 64735
Phone: (660) 885-7447
';var m_af6963942d2a2107c69cf67acb6d302b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank',});m_af6963942d2a2107c69cf67acb6d302b['infowindow'] = new google.maps.InfoWindow({content: $laf6963942d2a2107c69cf67acb6d302b});var infowindow = new google.maps.InfoWindow({content: $laf6963942d2a2107c69cf67acb6d302b});google.maps.event.addListener(m_af6963942d2a2107c69cf67acb6d302b, 'click', function() {infowindow.open(map,m_af6963942d2a2107c69cf67acb6d302b);});$marker.push(m_af6963942d2a2107c69cf67acb6d302b);}});}google.maps.event.addDomListener(window, 'load', initialize);