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.3886,-84.0965)};var g_16f0fd52ff1008af716ba556886e37d0 = new google.maps.Geocoder();g_16f0fd52ff1008af716ba556886e37d0.geocode( { 'address': "6639 Highway 53 E, Dawsonville, GA 30534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dawsonville-GA-bank-of-the-ozarks-dawsonville-main').style.display = '';map = new google.maps.Map(document.getElementById('dawsonville-GA-bank-of-the-ozarks-dawsonville-main'), mapOptions);}document.getElementById('21f157f7').innerHTML += ' | View Map';var $l16f0fd52ff1008af716ba556886e37d0 = '

Bank of the Ozarks-Dawsonville-Main

Address: 6639 Highway 53 E, Dawsonville, GA 30534
Phone: (706) 216-2265
';var m_16f0fd52ff1008af716ba556886e37d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the Ozarks-Dawsonville-Main',});m_16f0fd52ff1008af716ba556886e37d0['infowindow'] = new google.maps.InfoWindow({content: $l16f0fd52ff1008af716ba556886e37d0});var infowindow = new google.maps.InfoWindow({content: $l16f0fd52ff1008af716ba556886e37d0});google.maps.event.addListener(m_16f0fd52ff1008af716ba556886e37d0, 'click', function() {infowindow.open(map,m_16f0fd52ff1008af716ba556886e37d0);});$marker.push(m_16f0fd52ff1008af716ba556886e37d0);}});}google.maps.event.addDomListener(window, 'load', initialize);