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.005,-93.2166)};var g_c8c2d18df4a05c8380053d0429ecfab7 = new google.maps.Geocoder();g_c8c2d18df4a05c8380053d0429ecfab7.geocode( { 'address': "1301 W South St, Ozark, MO 65721, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-MO-the-bank-of-missouri').style.display = '';map = new google.maps.Map(document.getElementById('ozark-MO-the-bank-of-missouri'), mapOptions);}document.getElementById('23c92fa7').innerHTML += ' | View Map';var $lc8c2d18df4a05c8380053d0429ecfab7 = '

The Bank of Missouri

Address: 1301 W South St, Ozark, MO 65721, USA
Phone: (417) 582-4600
';var m_c8c2d18df4a05c8380053d0429ecfab7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Bank of Missouri',});m_c8c2d18df4a05c8380053d0429ecfab7['infowindow'] = new google.maps.InfoWindow({content: $lc8c2d18df4a05c8380053d0429ecfab7});var infowindow = new google.maps.InfoWindow({content: $lc8c2d18df4a05c8380053d0429ecfab7});google.maps.event.addListener(m_c8c2d18df4a05c8380053d0429ecfab7, 'click', function() {infowindow.open(map,m_c8c2d18df4a05c8380053d0429ecfab7);});$marker.push(m_c8c2d18df4a05c8380053d0429ecfab7);}});}google.maps.event.addDomListener(window, 'load', initialize);