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.5341,-83.9793)};var g_a014b828cac09bdce2d5898d5c440b49 = new google.maps.Geocoder();g_a014b828cac09bdce2d5898d5c440b49.geocode( { 'address': "312 E Main ST, Dahlonega, GA 30533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dahlonega-GA-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('dahlonega-GA-wells-fargo-bank'), mapOptions);}document.getElementById('4d66ea1e').innerHTML += ' | View Map';var $la014b828cac09bdce2d5898d5c440b49 = '

Wells Fargo Bank

Address: 312 E Main ST, Dahlonega, GA 30533, USA
Phone: (706) 864-6157
';var m_a014b828cac09bdce2d5898d5c440b49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_a014b828cac09bdce2d5898d5c440b49['infowindow'] = new google.maps.InfoWindow({content: $la014b828cac09bdce2d5898d5c440b49});var infowindow = new google.maps.InfoWindow({content: $la014b828cac09bdce2d5898d5c440b49});google.maps.event.addListener(m_a014b828cac09bdce2d5898d5c440b49, 'click', function() {infowindow.open(map,m_a014b828cac09bdce2d5898d5c440b49);});$marker.push(m_a014b828cac09bdce2d5898d5c440b49);}});}google.maps.event.addDomListener(window, 'load', initialize);