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.186,-84.1446)};var g_83a153600611e46c550154b58309d495 = new google.maps.Geocoder();g_83a153600611e46c550154b58309d495.geocode( { 'address': "561 Lakeland Plaza, Cumming, GA 30040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cumming-GA-buford-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('cumming-GA-buford-financial-services'), mapOptions);}document.getElementById('f5861dda').innerHTML += ' | View Map';var $l83a153600611e46c550154b58309d495 = '

Buford Financial Services

Address: 561 Lakeland Plaza, Cumming, GA 30040, USA
Phone: (770) 889-2495
';var m_83a153600611e46c550154b58309d495 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Buford Financial Services',});m_83a153600611e46c550154b58309d495['infowindow'] = new google.maps.InfoWindow({content: $l83a153600611e46c550154b58309d495});var infowindow = new google.maps.InfoWindow({content: $l83a153600611e46c550154b58309d495});google.maps.event.addListener(m_83a153600611e46c550154b58309d495, 'click', function() {infowindow.open(map,m_83a153600611e46c550154b58309d495);});$marker.push(m_83a153600611e46c550154b58309d495);}});}google.maps.event.addDomListener(window, 'load', initialize);