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(34.509,-83.543)};var g_a1ba318683f17b384b6794d70cb6f597 = new google.maps.Geocoder();g_a1ba318683f17b384b6794d70cb6f597.geocode( { 'address': "920 Level Grove Rd, Cornelia, GA 30531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cornelia-GA-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('cornelia-GA-bank-of-the-ozarks'), mapOptions);}document.getElementById('2c7ee75e').innerHTML += ' | View Map';var $la1ba318683f17b384b6794d70cb6f597 = '

Bank of the Ozarks

Address: 920 Level Grove Rd, Cornelia, GA 30531, USA
Phone: (706) 894-3760
';var m_a1ba318683f17b384b6794d70cb6f597 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks',});m_a1ba318683f17b384b6794d70cb6f597['infowindow'] = new google.maps.InfoWindow({content: $la1ba318683f17b384b6794d70cb6f597});var infowindow = new google.maps.InfoWindow({content: $la1ba318683f17b384b6794d70cb6f597});google.maps.event.addListener(m_a1ba318683f17b384b6794d70cb6f597, 'click', function() {infowindow.open(map,m_a1ba318683f17b384b6794d70cb6f597);});$marker.push(m_a1ba318683f17b384b6794d70cb6f597);}});}google.maps.event.addDomListener(window, 'load', initialize);