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_fc1f3e7705d8b452d2e4e756523e4582 = new google.maps.Geocoder();g_fc1f3e7705d8b452d2e4e756523e4582.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-georgia-s-own-credit-union-campanile').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-georgia-s-own-credit-union-campanile'), mapOptions);}document.getElementById('b8ca7ebf').innerHTML += ' | View Map';var $lfc1f3e7705d8b452d2e4e756523e4582 = '

Georgia's Own Credit Union - Campanile

Address: 1155 Peachtree St NE, Atlanta, GA 30309
Phone: (404) 874-1166
';var m_fc1f3e7705d8b452d2e4e756523e4582 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia's Own Credit Union - Campanile',});m_fc1f3e7705d8b452d2e4e756523e4582['infowindow'] = new google.maps.InfoWindow({content: $lfc1f3e7705d8b452d2e4e756523e4582});var infowindow = new google.maps.InfoWindow({content: $lfc1f3e7705d8b452d2e4e756523e4582});google.maps.event.addListener(m_fc1f3e7705d8b452d2e4e756523e4582, 'click', function() {infowindow.open(map,m_fc1f3e7705d8b452d2e4e756523e4582);});$marker.push(m_fc1f3e7705d8b452d2e4e756523e4582);}});}google.maps.event.addDomListener(window, 'load', initialize);