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.7747,-84.3039)};var g_98f08cc283d106fbf5e646bbe1ef4ff6 = new google.maps.Geocoder();g_98f08cc283d106fbf5e646bbe1ef4ff6.geocode( { 'address': "520 W Ponce de Leon Ave, Decatur, GA 30030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-atlanta-postal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-atlanta-postal-credit-union'), mapOptions);}document.getElementById('1375b582').innerHTML += ' | View Map';var $l98f08cc283d106fbf5e646bbe1ef4ff6 = '

Atlanta Postal Credit Union

Address: 520 W Ponce de Leon Ave, Decatur, GA 30030, USA
Phone: (404) 768-4126
';var m_98f08cc283d106fbf5e646bbe1ef4ff6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Postal Credit Union',});m_98f08cc283d106fbf5e646bbe1ef4ff6['infowindow'] = new google.maps.InfoWindow({content: $l98f08cc283d106fbf5e646bbe1ef4ff6});var infowindow = new google.maps.InfoWindow({content: $l98f08cc283d106fbf5e646bbe1ef4ff6});google.maps.event.addListener(m_98f08cc283d106fbf5e646bbe1ef4ff6, 'click', function() {infowindow.open(map,m_98f08cc283d106fbf5e646bbe1ef4ff6);});$marker.push(m_98f08cc283d106fbf5e646bbe1ef4ff6);}});}google.maps.event.addDomListener(window, 'load', initialize);