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(36.9618,-92.671)};var g_b52f4d67526e263d61b0a442ae95bc07 = new google.maps.Geocoder();g_b52f4d67526e263d61b0a442ae95bc07.geocode( { 'address': "1002 NW 12th Ave, Ava, MO 65608, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ava-MO-century-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('ava-MO-century-bank-of-the-ozarks'), mapOptions);}document.getElementById('adbc6628').innerHTML += ' | View Map';var $lb52f4d67526e263d61b0a442ae95bc07 = '

Century Bank of the Ozarks

Address: 1002 NW 12th Ave, Ava, MO 65608, USA
Phone: (417) 683-4182
';var m_b52f4d67526e263d61b0a442ae95bc07 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Bank of the Ozarks',});m_b52f4d67526e263d61b0a442ae95bc07['infowindow'] = new google.maps.InfoWindow({content: $lb52f4d67526e263d61b0a442ae95bc07});var infowindow = new google.maps.InfoWindow({content: $lb52f4d67526e263d61b0a442ae95bc07});google.maps.event.addListener(m_b52f4d67526e263d61b0a442ae95bc07, 'click', function() {infowindow.open(map,m_b52f4d67526e263d61b0a442ae95bc07);});$marker.push(m_b52f4d67526e263d61b0a442ae95bc07);}});}google.maps.event.addDomListener(window, 'load', initialize);