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(33.6808,-84.0073)};var g_ddcf66e5348c9f91bbf96c8443ced332 = new google.maps.Geocoder();g_ddcf66e5348c9f91bbf96c8443ced332.geocode( { 'address': "6135 Peachtree Pkwy, Norcross, GA 30092"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norcross-GA-gwinnett-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('norcross-GA-gwinnett-federal-credit-union'), mapOptions);}document.getElementById('a1ef42af').innerHTML += ' | View Map';var $lddcf66e5348c9f91bbf96c8443ced332 = '

Gwinnett Federal Credit Union

Address: 6135 Peachtree Pkwy, Norcross, GA 30092
Phone: (770) 446-1063
';var m_ddcf66e5348c9f91bbf96c8443ced332 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gwinnett Federal Credit Union',});m_ddcf66e5348c9f91bbf96c8443ced332['infowindow'] = new google.maps.InfoWindow({content: $lddcf66e5348c9f91bbf96c8443ced332});var infowindow = new google.maps.InfoWindow({content: $lddcf66e5348c9f91bbf96c8443ced332});google.maps.event.addListener(m_ddcf66e5348c9f91bbf96c8443ced332, 'click', function() {infowindow.open(map,m_ddcf66e5348c9f91bbf96c8443ced332);});$marker.push(m_ddcf66e5348c9f91bbf96c8443ced332);}});}google.maps.event.addDomListener(window, 'load', initialize);