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.3454,-91.4929)};var g_bcca0b7ced6fc6c474fc7ea367543dc3 = new google.maps.Geocoder();g_bcca0b7ced6fc6c474fc7ea367543dc3.geocode( { 'address': "602 Hwy 28, Owensville, MO 65066, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owensville-MO-legends-bank').style.display = '';map = new google.maps.Map(document.getElementById('owensville-MO-legends-bank'), mapOptions);}document.getElementById('970a59d4').innerHTML += ' | View Map';var $lbcca0b7ced6fc6c474fc7ea367543dc3 = '

Legends Bank

Address: 602 Hwy 28, Owensville, MO 65066, USA
Phone: (573) 437-2122
';var m_bcca0b7ced6fc6c474fc7ea367543dc3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legends Bank',});m_bcca0b7ced6fc6c474fc7ea367543dc3['infowindow'] = new google.maps.InfoWindow({content: $lbcca0b7ced6fc6c474fc7ea367543dc3});var infowindow = new google.maps.InfoWindow({content: $lbcca0b7ced6fc6c474fc7ea367543dc3});google.maps.event.addListener(m_bcca0b7ced6fc6c474fc7ea367543dc3, 'click', function() {infowindow.open(map,m_bcca0b7ced6fc6c474fc7ea367543dc3);});$marker.push(m_bcca0b7ced6fc6c474fc7ea367543dc3);}});}google.maps.event.addDomListener(window, 'load', initialize);