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(39.1269,-85.2936)};var g_28a0d35f2c8c7faa7cd8298013af947f = new google.maps.Geocoder();g_28a0d35f2c8c7faa7cd8298013af947f.geocode( { 'address': "820 S Buckeye St, Osgood, IN 47037"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('osgood-IN-river-valley-financial-bank').style.display = '';map = new google.maps.Map(document.getElementById('osgood-IN-river-valley-financial-bank'), mapOptions);}document.getElementById('566aaa63').innerHTML += ' | View Map';var $l28a0d35f2c8c7faa7cd8298013af947f = '

River Valley Financial Bank

Address: 820 S Buckeye St, Osgood, IN 47037
Phone: (812) 689-5103
';var m_28a0d35f2c8c7faa7cd8298013af947f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'River Valley Financial Bank',});m_28a0d35f2c8c7faa7cd8298013af947f['infowindow'] = new google.maps.InfoWindow({content: $l28a0d35f2c8c7faa7cd8298013af947f});var infowindow = new google.maps.InfoWindow({content: $l28a0d35f2c8c7faa7cd8298013af947f});google.maps.event.addListener(m_28a0d35f2c8c7faa7cd8298013af947f, 'click', function() {infowindow.open(map,m_28a0d35f2c8c7faa7cd8298013af947f);});$marker.push(m_28a0d35f2c8c7faa7cd8298013af947f);}});}google.maps.event.addDomListener(window, 'load', initialize);