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.4871,-93.8255)};var g_eb8ec9d0163abf37a75636477e0657af = new google.maps.Geocoder();g_eb8ec9d0163abf37a75636477e0657af.geocode( { 'address': "100 W Commercial St, Ozark, AR 72949, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ozark-AR-simmons-bank').style.display = '';map = new google.maps.Map(document.getElementById('ozark-AR-simmons-bank'), mapOptions);}document.getElementById('2a90c7b0').innerHTML += ' | View Map';var $leb8ec9d0163abf37a75636477e0657af = '

Simmons Bank

Address: 100 W Commercial St, Ozark, AR 72949, USA
Phone: (479) 667-2111
';var m_eb8ec9d0163abf37a75636477e0657af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Simmons Bank',});m_eb8ec9d0163abf37a75636477e0657af['infowindow'] = new google.maps.InfoWindow({content: $leb8ec9d0163abf37a75636477e0657af});var infowindow = new google.maps.InfoWindow({content: $leb8ec9d0163abf37a75636477e0657af});google.maps.event.addListener(m_eb8ec9d0163abf37a75636477e0657af, 'click', function() {infowindow.open(map,m_eb8ec9d0163abf37a75636477e0657af);});$marker.push(m_eb8ec9d0163abf37a75636477e0657af);}});}google.maps.event.addDomListener(window, 'load', initialize);