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(36.4571,-94.2373)};var g_df906bde6d2bb9848a5f23b35c3cf7df = new google.maps.Geocoder();g_df906bde6d2bb9848a5f23b35c3cf7df.geocode( { 'address': "791 W Lancashire Blvd, Bella Vista, AR 72715"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bella-vista-AR-bank-of-the-ozarks-bella-vista-highlands').style.display = '';map = new google.maps.Map(document.getElementById('bella-vista-AR-bank-of-the-ozarks-bella-vista-highlands'), mapOptions);}document.getElementById('5d994520').innerHTML += ' | View Map';var $ldf906bde6d2bb9848a5f23b35c3cf7df = '

Bank of the Ozarks-Bella Vista-Highlands

Address: 791 W Lancashire Blvd, Bella Vista, AR 72715
Phone: (479) 876-5244
';var m_df906bde6d2bb9848a5f23b35c3cf7df = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Bella Vista-Highlands',});m_df906bde6d2bb9848a5f23b35c3cf7df['infowindow'] = new google.maps.InfoWindow({content: $ldf906bde6d2bb9848a5f23b35c3cf7df});var infowindow = new google.maps.InfoWindow({content: $ldf906bde6d2bb9848a5f23b35c3cf7df});google.maps.event.addListener(m_df906bde6d2bb9848a5f23b35c3cf7df, 'click', function() {infowindow.open(map,m_df906bde6d2bb9848a5f23b35c3cf7df);});$marker.push(m_df906bde6d2bb9848a5f23b35c3cf7df);}});}google.maps.event.addDomListener(window, 'load', initialize);