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.9476,-84.13)};var g_bbd9eaf224f17ab49aee3f00f64810e7 = new google.maps.Geocoder();g_bbd9eaf224f17ab49aee3f00f64810e7.geocode( { 'address': "3675 Crestwood Pkwy #400, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-advanced-credit-help').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-advanced-credit-help'), mapOptions);}document.getElementById('1a73813d').innerHTML += ' | View Map';var $lbbd9eaf224f17ab49aee3f00f64810e7 = '

Advanced Credit Help

Address: 3675 Crestwood Pkwy #400, Duluth, GA 30096, USA
Phone: (877) 459-4554
';var m_bbd9eaf224f17ab49aee3f00f64810e7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advanced Credit Help',});m_bbd9eaf224f17ab49aee3f00f64810e7['infowindow'] = new google.maps.InfoWindow({content: $lbbd9eaf224f17ab49aee3f00f64810e7});var infowindow = new google.maps.InfoWindow({content: $lbbd9eaf224f17ab49aee3f00f64810e7});google.maps.event.addListener(m_bbd9eaf224f17ab49aee3f00f64810e7, 'click', function() {infowindow.open(map,m_bbd9eaf224f17ab49aee3f00f64810e7);});$marker.push(m_bbd9eaf224f17ab49aee3f00f64810e7);}});}google.maps.event.addDomListener(window, 'load', initialize);