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(36.2414,-90.0326)};var g_7702250ab299b7d907f208a908c3705d = new google.maps.Geocoder();g_7702250ab299b7d907f208a908c3705d.geocode( { 'address': "500 Independence Ave, Kennett, MO 63857, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kennett-MO-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('kennett-MO-first-national-bank'), mapOptions);}document.getElementById('f8532aa6').innerHTML += ' | View Map';var $l7702250ab299b7d907f208a908c3705d = '

First National Bank

Address: 500 Independence Ave, Kennett, MO 63857, USA
Phone: (573) 717-7177
';var m_7702250ab299b7d907f208a908c3705d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_7702250ab299b7d907f208a908c3705d['infowindow'] = new google.maps.InfoWindow({content: $l7702250ab299b7d907f208a908c3705d});var infowindow = new google.maps.InfoWindow({content: $l7702250ab299b7d907f208a908c3705d});google.maps.event.addListener(m_7702250ab299b7d907f208a908c3705d, 'click', function() {infowindow.open(map,m_7702250ab299b7d907f208a908c3705d);});$marker.push(m_7702250ab299b7d907f208a908c3705d);}});}google.maps.event.addDomListener(window, 'load', initialize);