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.5203,-83.9774)};var g_a344f9474e9ac4632d56ad52349d696d = new google.maps.Geocoder();g_a344f9474e9ac4632d56ad52349d696d.geocode( { 'address': "768 Crown Mountain Dr, Dahlonega, GA 30533, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dahlonega-GA-bbc-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('dahlonega-GA-bbc-financial-group'), mapOptions);}document.getElementById('a5e789dc').innerHTML += ' | View Map';var $la344f9474e9ac4632d56ad52349d696d = '

BBC Financial Group

Address: 768 Crown Mountain Dr, Dahlonega, GA 30533, USA
Phone: (706) 864-6834
';var m_a344f9474e9ac4632d56ad52349d696d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBC Financial Group',});m_a344f9474e9ac4632d56ad52349d696d['infowindow'] = new google.maps.InfoWindow({content: $la344f9474e9ac4632d56ad52349d696d});var infowindow = new google.maps.InfoWindow({content: $la344f9474e9ac4632d56ad52349d696d});google.maps.event.addListener(m_a344f9474e9ac4632d56ad52349d696d, 'click', function() {infowindow.open(map,m_a344f9474e9ac4632d56ad52349d696d);});$marker.push(m_a344f9474e9ac4632d56ad52349d696d);}});}google.maps.event.addDomListener(window, 'load', initialize);