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(37.5592,-90.3051)};var g_ecafd99274a1564a09372db5ee373344 = new google.maps.Geocoder();g_ecafd99274a1564a09372db5ee373344.geocode( { 'address': "713 W Main St, Fredericktown, MO 63645, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fredericktown-MO-first-state-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('fredericktown-MO-first-state-community-bank'), mapOptions);}document.getElementById('30cddda0').innerHTML += ' | View Map';var $lecafd99274a1564a09372db5ee373344 = '

First State Community Bank

Address: 713 W Main St, Fredericktown, MO 63645, USA
Phone: (573) 783-7232
';var m_ecafd99274a1564a09372db5ee373344 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Community Bank',});m_ecafd99274a1564a09372db5ee373344['infowindow'] = new google.maps.InfoWindow({content: $lecafd99274a1564a09372db5ee373344});var infowindow = new google.maps.InfoWindow({content: $lecafd99274a1564a09372db5ee373344});google.maps.event.addListener(m_ecafd99274a1564a09372db5ee373344, 'click', function() {infowindow.open(map,m_ecafd99274a1564a09372db5ee373344);});$marker.push(m_ecafd99274a1564a09372db5ee373344);}});}google.maps.event.addDomListener(window, 'load', initialize);