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.9083,-84.3555)};var g_5e90fa3838d0c0d6b93253cb4dd57562 = new google.maps.Geocoder();g_5e90fa3838d0c0d6b93253cb4dd57562.geocode( { 'address': "980 Johnson Ferry Rd NE # 190, Atlanta, GA 30342, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-northside-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-northside-federal-credit-union'), mapOptions);}document.getElementById('89a098a2').innerHTML += ' | View Map';var $l5e90fa3838d0c0d6b93253cb4dd57562 = '

Northside Federal Credit Union

Address: 980 Johnson Ferry Rd NE # 190, Atlanta, GA 30342, USA
Phone: (404) 851-8740
';var m_5e90fa3838d0c0d6b93253cb4dd57562 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northside Federal Credit Union',});m_5e90fa3838d0c0d6b93253cb4dd57562['infowindow'] = new google.maps.InfoWindow({content: $l5e90fa3838d0c0d6b93253cb4dd57562});var infowindow = new google.maps.InfoWindow({content: $l5e90fa3838d0c0d6b93253cb4dd57562});google.maps.event.addListener(m_5e90fa3838d0c0d6b93253cb4dd57562, 'click', function() {infowindow.open(map,m_5e90fa3838d0c0d6b93253cb4dd57562);});$marker.push(m_5e90fa3838d0c0d6b93253cb4dd57562);}});}google.maps.event.addDomListener(window, 'load', initialize);