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.9594,-84.0924)};var g_a866220dc2fe5bea8c6c421cd42a2a1d = new google.maps.Geocoder();g_a866220dc2fe5bea8c6c421cd42a2a1d.geocode( { 'address': "1605 Boggs Rd NW, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-atlanta-postal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-atlanta-postal-credit-union'), mapOptions);}document.getElementById('ad419aa9').innerHTML += ' | View Map';var $la866220dc2fe5bea8c6c421cd42a2a1d = '

Atlanta Postal Credit Union

Address: 1605 Boggs Rd NW, Duluth, GA 30096, USA
Phone: (404) 768-4126
';var m_a866220dc2fe5bea8c6c421cd42a2a1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Postal Credit Union',});m_a866220dc2fe5bea8c6c421cd42a2a1d['infowindow'] = new google.maps.InfoWindow({content: $la866220dc2fe5bea8c6c421cd42a2a1d});var infowindow = new google.maps.InfoWindow({content: $la866220dc2fe5bea8c6c421cd42a2a1d});google.maps.event.addListener(m_a866220dc2fe5bea8c6c421cd42a2a1d, 'click', function() {infowindow.open(map,m_a866220dc2fe5bea8c6c421cd42a2a1d);});$marker.push(m_a866220dc2fe5bea8c6c421cd42a2a1d);}});}google.maps.event.addDomListener(window, 'load', initialize);