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.9607,-92.6612)};var g_45b0d8cd1073de45513c358530c92cd7 = new google.maps.Geocoder();g_45b0d8cd1073de45513c358530c92cd7.geocode( { 'address': "1002 NW 12th Ave, Ava, MO 65608"}, 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('b924be48').innerHTML += ' | View Map';var $l45b0d8cd1073de45513c358530c92cd7 = '

Century Bank Of The Ozarks

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