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.6152,-84.3675)};var g_e5645e60ba25d95419cf809a8c0d8633 = new google.maps.Geocoder();g_e5645e60ba25d95419cf809a8c0d8633.geocode( { 'address': "435 Forest Pkwy, STE 303, Forest Park, GA 30297"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('forest-park-GA-georgia-power-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('forest-park-GA-georgia-power-federal-credit-union'), mapOptions);}document.getElementById('c193bcf1').innerHTML += ' | View Map';var $le5645e60ba25d95419cf809a8c0d8633 = '

Georgia Power Federal Credit Union

Address: 435 Forest Pkwy, STE 303, Forest Park, GA 30297
Phone: (800) 360-6362
';var m_e5645e60ba25d95419cf809a8c0d8633 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Power Federal Credit Union',});m_e5645e60ba25d95419cf809a8c0d8633['infowindow'] = new google.maps.InfoWindow({content: $le5645e60ba25d95419cf809a8c0d8633});var infowindow = new google.maps.InfoWindow({content: $le5645e60ba25d95419cf809a8c0d8633});google.maps.event.addListener(m_e5645e60ba25d95419cf809a8c0d8633, 'click', function() {infowindow.open(map,m_e5645e60ba25d95419cf809a8c0d8633);});$marker.push(m_e5645e60ba25d95419cf809a8c0d8633);}});}google.maps.event.addDomListener(window, 'load', initialize);