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.9165,-84.3495)};var g_60632b64136794064c681e545906a186 = new google.maps.Geocoder();g_60632b64136794064c681e545906a186.geocode( { 'address': "5901 Peachtree Dunwoody Rd #275, Atlanta, GA 30328, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-georgia-power-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-georgia-power-federal-credit-union'), mapOptions);}document.getElementById('55d97a06').innerHTML += ' | View Map';var $l60632b64136794064c681e545906a186 = '

Georgia Power Federal Credit Union

Address: 5901 Peachtree Dunwoody Rd #275, Atlanta, GA 30328, USA
Phone: (800) 360-6362
';var m_60632b64136794064c681e545906a186 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Power Federal Credit Union',});m_60632b64136794064c681e545906a186['infowindow'] = new google.maps.InfoWindow({content: $l60632b64136794064c681e545906a186});var infowindow = new google.maps.InfoWindow({content: $l60632b64136794064c681e545906a186});google.maps.event.addListener(m_60632b64136794064c681e545906a186, 'click', function() {infowindow.open(map,m_60632b64136794064c681e545906a186);});$marker.push(m_60632b64136794064c681e545906a186);}});}google.maps.event.addDomListener(window, 'load', initialize);