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(35.4651,-93.4716)};var g_b412d8b9fa43f047159146cfe8e3517a = new google.maps.Geocoder();g_b412d8b9fa43f047159146cfe8e3517a.geocode( { 'address': "1010 W Main St, Clarksville, AR 72830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clarksville-AR-bank-of-the-ozarks-clarksville-main').style.display = '';map = new google.maps.Map(document.getElementById('clarksville-AR-bank-of-the-ozarks-clarksville-main'), mapOptions);}document.getElementById('04873369').innerHTML += ' | View Map';var $lb412d8b9fa43f047159146cfe8e3517a = '

Bank of the Ozarks-Clarksville-Main

Address: 1010 W Main St, Clarksville, AR 72830
Phone: (479) 754-8282
';var m_b412d8b9fa43f047159146cfe8e3517a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Clarksville-Main',});m_b412d8b9fa43f047159146cfe8e3517a['infowindow'] = new google.maps.InfoWindow({content: $lb412d8b9fa43f047159146cfe8e3517a});var infowindow = new google.maps.InfoWindow({content: $lb412d8b9fa43f047159146cfe8e3517a});google.maps.event.addListener(m_b412d8b9fa43f047159146cfe8e3517a, 'click', function() {infowindow.open(map,m_b412d8b9fa43f047159146cfe8e3517a);});$marker.push(m_b412d8b9fa43f047159146cfe8e3517a);}});}google.maps.event.addDomListener(window, 'load', initialize);