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.4885,-93.8421)};var g_17d353450c59897356ad66f24d14b695 = new google.maps.Geocoder();g_17d353450c59897356ad66f24d14b695.geocode( { 'address': "1607 W Commercial St, Ozark, AR 72949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-AR-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('ozark-AR-first-national-bank'), mapOptions);}document.getElementById('117948e2').innerHTML += ' | View Map';var $l17d353450c59897356ad66f24d14b695 = '

First National Bank

Address: 1607 W Commercial St, Ozark, AR 72949, USA
Phone:
';var m_17d353450c59897356ad66f24d14b695 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_17d353450c59897356ad66f24d14b695['infowindow'] = new google.maps.InfoWindow({content: $l17d353450c59897356ad66f24d14b695});var infowindow = new google.maps.InfoWindow({content: $l17d353450c59897356ad66f24d14b695});google.maps.event.addListener(m_17d353450c59897356ad66f24d14b695, 'click', function() {infowindow.open(map,m_17d353450c59897356ad66f24d14b695);});$marker.push(m_17d353450c59897356ad66f24d14b695);}});}google.maps.event.addDomListener(window, 'load', initialize);