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.3485,-91.499)};var g_acec8adf09ca99a1872fcfc50666fbb4 = new google.maps.Geocoder();g_acec8adf09ca99a1872fcfc50666fbb4.geocode( { 'address': "308 W Lincoln Ave, Owensville, MO 65066"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owensville-MO-first-state-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('owensville-MO-first-state-community-bank'), mapOptions);}document.getElementById('d300d4ed').innerHTML += ' | View Map';var $lacec8adf09ca99a1872fcfc50666fbb4 = '

First State Community Bank

Address: 308 W Lincoln Ave, Owensville, MO 65066
Phone: (573) 437-2265
';var m_acec8adf09ca99a1872fcfc50666fbb4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Community Bank',});m_acec8adf09ca99a1872fcfc50666fbb4['infowindow'] = new google.maps.InfoWindow({content: $lacec8adf09ca99a1872fcfc50666fbb4});var infowindow = new google.maps.InfoWindow({content: $lacec8adf09ca99a1872fcfc50666fbb4});google.maps.event.addListener(m_acec8adf09ca99a1872fcfc50666fbb4, 'click', function() {infowindow.open(map,m_acec8adf09ca99a1872fcfc50666fbb4);});$marker.push(m_acec8adf09ca99a1872fcfc50666fbb4);}});}google.maps.event.addDomListener(window, 'load', initialize);