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(40.0861,-91.816)};var g_21b58d0c2661f05c6226b4262b44b976 = new google.maps.Geocoder();g_21b58d0c2661f05c6226b4262b44b976.geocode( { 'address': "102 W Main St, Lewistown, MO 63452, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewistown-MO-river-valley-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('lewistown-MO-river-valley-bancshares-inc'), mapOptions);}document.getElementById('61a3a472').innerHTML += ' | View Map';var $l21b58d0c2661f05c6226b4262b44b976 = '

River Valley Bancshares Inc

Address: 102 W Main St, Lewistown, MO 63452, USA
Phone: (573) 215-2283
';var m_21b58d0c2661f05c6226b4262b44b976 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Valley Bancshares Inc',});m_21b58d0c2661f05c6226b4262b44b976['infowindow'] = new google.maps.InfoWindow({content: $l21b58d0c2661f05c6226b4262b44b976});var infowindow = new google.maps.InfoWindow({content: $l21b58d0c2661f05c6226b4262b44b976});google.maps.event.addListener(m_21b58d0c2661f05c6226b4262b44b976, 'click', function() {infowindow.open(map,m_21b58d0c2661f05c6226b4262b44b976);});$marker.push(m_21b58d0c2661f05c6226b4262b44b976);}});}google.maps.event.addDomListener(window, 'load', initialize);