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.8247,-91.1372)};var g_df1b3e0f19db0479029d201662517318 = new google.maps.Geocoder();g_df1b3e0f19db0479029d201662517318.geocode( { 'address': "1022 State Hwy 47, Warrenton, MO 63383, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warrenton-MO-first-state-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('warrenton-MO-first-state-community-bank'), mapOptions);}document.getElementById('b671880a').innerHTML += ' | View Map';var $ldf1b3e0f19db0479029d201662517318 = '

First State Community Bank

Address: 1022 State Hwy 47, Warrenton, MO 63383, USA
Phone: (636) 456-6176
';var m_df1b3e0f19db0479029d201662517318 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Community Bank',});m_df1b3e0f19db0479029d201662517318['infowindow'] = new google.maps.InfoWindow({content: $ldf1b3e0f19db0479029d201662517318});var infowindow = new google.maps.InfoWindow({content: $ldf1b3e0f19db0479029d201662517318});google.maps.event.addListener(m_df1b3e0f19db0479029d201662517318, 'click', function() {infowindow.open(map,m_df1b3e0f19db0479029d201662517318);});$marker.push(m_df1b3e0f19db0479029d201662517318);}});}google.maps.event.addDomListener(window, 'load', initialize);