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.8559,-84.3953)};var g_a8b7dcb4c84372a803ad65fb1fa84462 = new google.maps.Geocoder();g_a8b7dcb4c84372a803ad65fb1fa84462.geocode( { 'address': "1155 Peachtree St NE, Atlanta, GA 30309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-georgias-own-credit-union-campanile').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-georgias-own-credit-union-campanile'), mapOptions);}document.getElementById('b8ca7ebf').innerHTML += ' | View Map';var $la8b7dcb4c84372a803ad65fb1fa84462 = '

Georgia

Address: 1155 Peachtree St NE, Atlanta, GA 30309
Phone: (800) 533-2062
';var m_a8b7dcb4c84372a803ad65fb1fa84462 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia',});m_a8b7dcb4c84372a803ad65fb1fa84462['infowindow'] = new google.maps.InfoWindow({content: $la8b7dcb4c84372a803ad65fb1fa84462});var infowindow = new google.maps.InfoWindow({content: $la8b7dcb4c84372a803ad65fb1fa84462});google.maps.event.addListener(m_a8b7dcb4c84372a803ad65fb1fa84462, 'click', function() {infowindow.open(map,m_a8b7dcb4c84372a803ad65fb1fa84462);});$marker.push(m_a8b7dcb4c84372a803ad65fb1fa84462);}});}google.maps.event.addDomListener(window, 'load', initialize);