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.9775,-84.1487)};var g_6fb52e71b837628ac16539c1ff911667 = new google.maps.Geocoder();g_6fb52e71b837628ac16539c1ff911667.geocode( { 'address': "3675 Satellite Blvd, Duluth, GA 30096-2309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-GA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('duluth-GA-ace-cash-express'), mapOptions);}document.getElementById('e8771dc1').innerHTML += ' | View Map';var $l6fb52e71b837628ac16539c1ff911667 = '

ACE Cash Express

Address: 3675 Satellite Blvd, Duluth, GA 30096-2309
Phone: (770) 497-1100
';var m_6fb52e71b837628ac16539c1ff911667 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_6fb52e71b837628ac16539c1ff911667['infowindow'] = new google.maps.InfoWindow({content: $l6fb52e71b837628ac16539c1ff911667});var infowindow = new google.maps.InfoWindow({content: $l6fb52e71b837628ac16539c1ff911667});google.maps.event.addListener(m_6fb52e71b837628ac16539c1ff911667, 'click', function() {infowindow.open(map,m_6fb52e71b837628ac16539c1ff911667);});$marker.push(m_6fb52e71b837628ac16539c1ff911667);}});}google.maps.event.addDomListener(window, 'load', initialize);