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.6136,-92.5058)};var g_2bd388f731f26312bfc0fe30da009595 = new google.maps.Geocoder();g_2bd388f731f26312bfc0fe30da009595.geocode( { 'address': "1750 Highway 65 S, Clinton, AR 72031"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-AR-bank-of-the-ozarks-clinton').style.display = '';map = new google.maps.Map(document.getElementById('clinton-AR-bank-of-the-ozarks-clinton'), mapOptions);}document.getElementById('32ba78d7').innerHTML += ' | View Map';var $l2bd388f731f26312bfc0fe30da009595 = '

Bank of the Ozarks-Clinton

Address: 1750 Highway 65 S, Clinton, AR 72031
Phone: (501) 745-7474
';var m_2bd388f731f26312bfc0fe30da009595 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Clinton',});m_2bd388f731f26312bfc0fe30da009595['infowindow'] = new google.maps.InfoWindow({content: $l2bd388f731f26312bfc0fe30da009595});var infowindow = new google.maps.InfoWindow({content: $l2bd388f731f26312bfc0fe30da009595});google.maps.event.addListener(m_2bd388f731f26312bfc0fe30da009595, 'click', function() {infowindow.open(map,m_2bd388f731f26312bfc0fe30da009595);});$marker.push(m_2bd388f731f26312bfc0fe30da009595);}});}google.maps.event.addDomListener(window, 'load', initialize);