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.131,-84.0266)};var g_c2b785bd7217c5d8a345d470e6673b48 = new google.maps.Geocoder();g_c2b785bd7217c5d8a345d470e6673b48.geocode( { 'address': "3360 Buford Drive, Buford, GA 30519"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buford-GA-georgias-own-credit-union-buford').style.display = '';map = new google.maps.Map(document.getElementById('buford-GA-georgias-own-credit-union-buford'), mapOptions);}document.getElementById('478d8c27').innerHTML += ' | View Map';var $lc2b785bd7217c5d8a345d470e6673b48 = '

Georgia

Address: 3360 Buford Drive, Buford, GA 30519
Phone: (800) 533-2062
';var m_c2b785bd7217c5d8a345d470e6673b48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia',});m_c2b785bd7217c5d8a345d470e6673b48['infowindow'] = new google.maps.InfoWindow({content: $lc2b785bd7217c5d8a345d470e6673b48});var infowindow = new google.maps.InfoWindow({content: $lc2b785bd7217c5d8a345d470e6673b48});google.maps.event.addListener(m_c2b785bd7217c5d8a345d470e6673b48, 'click', function() {infowindow.open(map,m_c2b785bd7217c5d8a345d470e6673b48);});$marker.push(m_c2b785bd7217c5d8a345d470e6673b48);}});}google.maps.event.addDomListener(window, 'load', initialize);