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.7715,-84.3693)};var g_23ca18e57848080c2def0232c62056a7 = new google.maps.Geocoder();g_23ca18e57848080c2def0232c62056a7.geocode( { 'address': "536 North Avenue NE, Atlanta, GA 30308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-pinnacle-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-pinnacle-credit-union'), mapOptions);}document.getElementById('af682825').innerHTML += ' | View Map';var $l23ca18e57848080c2def0232c62056a7 = '

Pinnacle Credit Union

Address: 536 North Avenue NE, Atlanta, GA 30308, USA
Phone: (404) 888-1648
';var m_23ca18e57848080c2def0232c62056a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pinnacle Credit Union',});m_23ca18e57848080c2def0232c62056a7['infowindow'] = new google.maps.InfoWindow({content: $l23ca18e57848080c2def0232c62056a7});var infowindow = new google.maps.InfoWindow({content: $l23ca18e57848080c2def0232c62056a7});google.maps.event.addListener(m_23ca18e57848080c2def0232c62056a7, 'click', function() {infowindow.open(map,m_23ca18e57848080c2def0232c62056a7);});$marker.push(m_23ca18e57848080c2def0232c62056a7);}});}google.maps.event.addDomListener(window, 'load', initialize);