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.3749,-93.133)};var g_eccec625daad7834ea00f2ff23746fdb = new google.maps.Geocoder();g_eccec625daad7834ea00f2ff23746fdb.geocode( { 'address': "21 North Orchard Blvd., Fair Grove, MO 65648"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-grove-MO-central-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('fair-grove-MO-central-bank-of-the-ozarks'), mapOptions);}document.getElementById('4e2738d9').innerHTML += ' | View Map';var $leccec625daad7834ea00f2ff23746fdb = '

Central Bank of the Ozarks

Address: 21 North Orchard Blvd., Fair Grove, MO 65648
Phone: (417) 759-2593
';var m_eccec625daad7834ea00f2ff23746fdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Bank of the Ozarks',});m_eccec625daad7834ea00f2ff23746fdb['infowindow'] = new google.maps.InfoWindow({content: $leccec625daad7834ea00f2ff23746fdb});var infowindow = new google.maps.InfoWindow({content: $leccec625daad7834ea00f2ff23746fdb});google.maps.event.addListener(m_eccec625daad7834ea00f2ff23746fdb, 'click', function() {infowindow.open(map,m_eccec625daad7834ea00f2ff23746fdb);});$marker.push(m_eccec625daad7834ea00f2ff23746fdb);}});}google.maps.event.addDomListener(window, 'load', initialize);