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.9295,-93.2836)};var g_2161e308db88733ea2d87c132984a47a = new google.maps.Geocoder();g_2161e308db88733ea2d87c132984a47a.geocode( { 'address': "3843 State Hwy EE, Highlandville, MO 65669, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highlandville-MO-central-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('highlandville-MO-central-bank-of-the-ozarks'), mapOptions);}document.getElementById('7860cd18').innerHTML += ' | View Map';var $l2161e308db88733ea2d87c132984a47a = '

Central Bank of the Ozarks

Address: 3843 State Hwy EE, Highlandville, MO 65669, USA
Phone: (417) 443-3813
';var m_2161e308db88733ea2d87c132984a47a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of the Ozarks',});m_2161e308db88733ea2d87c132984a47a['infowindow'] = new google.maps.InfoWindow({content: $l2161e308db88733ea2d87c132984a47a});var infowindow = new google.maps.InfoWindow({content: $l2161e308db88733ea2d87c132984a47a});google.maps.event.addListener(m_2161e308db88733ea2d87c132984a47a, 'click', function() {infowindow.open(map,m_2161e308db88733ea2d87c132984a47a);});$marker.push(m_2161e308db88733ea2d87c132984a47a);}});}google.maps.event.addDomListener(window, 'load', initialize);