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.531,-83.9771)};var g_35effc542dc36933a9c7ba0d56006380 = new google.maps.Geocoder();g_35effc542dc36933a9c7ba0d56006380.geocode( { 'address': "53 Mechanicsville Rd, Dahlonega, GA 30533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dahlonega-GA-bank-of-the-ozarks').style.display = '';map = new google.maps.Map(document.getElementById('dahlonega-GA-bank-of-the-ozarks'), mapOptions);}document.getElementById('ce39816d').innerHTML += ' | View Map';var $l35effc542dc36933a9c7ba0d56006380 = '

Bank of the Ozarks

Address: 53 Mechanicsville Rd, Dahlonega, GA 30533, USA
Phone: (706) 867-1400
';var m_35effc542dc36933a9c7ba0d56006380 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks',});m_35effc542dc36933a9c7ba0d56006380['infowindow'] = new google.maps.InfoWindow({content: $l35effc542dc36933a9c7ba0d56006380});var infowindow = new google.maps.InfoWindow({content: $l35effc542dc36933a9c7ba0d56006380});google.maps.event.addListener(m_35effc542dc36933a9c7ba0d56006380, 'click', function() {infowindow.open(map,m_35effc542dc36933a9c7ba0d56006380);});$marker.push(m_35effc542dc36933a9c7ba0d56006380);}});}google.maps.event.addDomListener(window, 'load', initialize);