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.9638,-84.12)};var g_5602dcaba560c4255a34a3dfea93d2cd = new google.maps.Geocoder();g_5602dcaba560c4255a34a3dfea93d2cd.geocode( { 'address': "3235 Satellite Blvd, Bldg 400, Duluth, GA 30096, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-mng-financial-services-llc').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-mng-financial-services-llc'), mapOptions);}document.getElementById('d7e7140c').innerHTML += ' | View Map';var $l5602dcaba560c4255a34a3dfea93d2cd = '

MNG Financial Services, LLC

Address: 3235 Satellite Blvd, Bldg 400, Duluth, GA 30096, USA
Phone: (678) 983-4212
';var m_5602dcaba560c4255a34a3dfea93d2cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MNG Financial Services, LLC',});m_5602dcaba560c4255a34a3dfea93d2cd['infowindow'] = new google.maps.InfoWindow({content: $l5602dcaba560c4255a34a3dfea93d2cd});var infowindow = new google.maps.InfoWindow({content: $l5602dcaba560c4255a34a3dfea93d2cd});google.maps.event.addListener(m_5602dcaba560c4255a34a3dfea93d2cd, 'click', function() {infowindow.open(map,m_5602dcaba560c4255a34a3dfea93d2cd);});$marker.push(m_5602dcaba560c4255a34a3dfea93d2cd);}});}google.maps.event.addDomListener(window, 'load', initialize);