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_d0c6690fd06bb27ee56ac5b46d4d8fda = new google.maps.Geocoder();g_d0c6690fd06bb27ee56ac5b46d4d8fda.geocode( { 'address': "4111 Northside Pkwy NW, Atlanta, GA 30327"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-ibm-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-ibm-employees-federal-credit-union'), mapOptions);}document.getElementById('72766a65').innerHTML += ' | View Map';var $ld0c6690fd06bb27ee56ac5b46d4d8fda = '

IBM Employees Federal Credit Union

Address: 4111 Northside Pkwy NW, Atlanta, GA 30327
Phone: (404) 238-5200
';var m_d0c6690fd06bb27ee56ac5b46d4d8fda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBM Employees Federal Credit Union',});m_d0c6690fd06bb27ee56ac5b46d4d8fda['infowindow'] = new google.maps.InfoWindow({content: $ld0c6690fd06bb27ee56ac5b46d4d8fda});var infowindow = new google.maps.InfoWindow({content: $ld0c6690fd06bb27ee56ac5b46d4d8fda});google.maps.event.addListener(m_d0c6690fd06bb27ee56ac5b46d4d8fda, 'click', function() {infowindow.open(map,m_d0c6690fd06bb27ee56ac5b46d4d8fda);});$marker.push(m_d0c6690fd06bb27ee56ac5b46d4d8fda);}});}google.maps.event.addDomListener(window, 'load', initialize);