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.0944,-84.0181)};var g_16cc44cd8988e0bf8db384192210c37c = new google.maps.Geocoder();g_16cc44cd8988e0bf8db384192210c37c.geocode( { 'address': "1400 Buford Hwy # J3, Buford, GA 30518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buford-GA-real-estate-financial').style.display = '';map = new google.maps.Map(document.getElementById('buford-GA-real-estate-financial'), mapOptions);}document.getElementById('a4f06c4d').innerHTML += ' | View Map';var $l16cc44cd8988e0bf8db384192210c37c = '

Real Estate Financial

Address: 1400 Buford Hwy # J3, Buford, GA 30518, USA
Phone: (770) 925-9874
';var m_16cc44cd8988e0bf8db384192210c37c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Real Estate Financial',});m_16cc44cd8988e0bf8db384192210c37c['infowindow'] = new google.maps.InfoWindow({content: $l16cc44cd8988e0bf8db384192210c37c});var infowindow = new google.maps.InfoWindow({content: $l16cc44cd8988e0bf8db384192210c37c});google.maps.event.addListener(m_16cc44cd8988e0bf8db384192210c37c, 'click', function() {infowindow.open(map,m_16cc44cd8988e0bf8db384192210c37c);});$marker.push(m_16cc44cd8988e0bf8db384192210c37c);}});}google.maps.event.addDomListener(window, 'load', initialize);