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_574413ff0fed49d737c61783600857aa = new google.maps.Geocoder();g_574413ff0fed49d737c61783600857aa.geocode( { 'address': "80 Sugar Creek Ctr, Bella Vista, AR 72714"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bella-vista-AR-bank-of-the-ozarks-bella-vista-sugar-creek').style.display = '';map = new google.maps.Map(document.getElementById('bella-vista-AR-bank-of-the-ozarks-bella-vista-sugar-creek'), mapOptions);}document.getElementById('0fca16e5').innerHTML += ' | View Map';var $l574413ff0fed49d737c61783600857aa = '

Bank of the Ozarks-Bella Vista-Sugar Creek

Address: 80 Sugar Creek Ctr, Bella Vista, AR 72714
Phone: (479) 876-2521
';var m_574413ff0fed49d737c61783600857aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Bella Vista-Sugar Creek',});m_574413ff0fed49d737c61783600857aa['infowindow'] = new google.maps.InfoWindow({content: $l574413ff0fed49d737c61783600857aa});var infowindow = new google.maps.InfoWindow({content: $l574413ff0fed49d737c61783600857aa});google.maps.event.addListener(m_574413ff0fed49d737c61783600857aa, 'click', function() {infowindow.open(map,m_574413ff0fed49d737c61783600857aa);});$marker.push(m_574413ff0fed49d737c61783600857aa);}});}google.maps.event.addDomListener(window, 'load', initialize);