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.9022,-84.2046)};var g_b9541b24059d65541e3eda130c222b59 = new google.maps.Geocoder();g_b9541b24059d65541e3eda130c222b59.geocode( { 'address': "5271 Jimmy Carter Blvd, Norcross, GA 30093, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norcross-GA-atlanta-check-cashers-inc').style.display = '';map = new google.maps.Map(document.getElementById('norcross-GA-atlanta-check-cashers-inc'), mapOptions);}document.getElementById('d4f69a2b').innerHTML += ' | View Map';var $lb9541b24059d65541e3eda130c222b59 = '

Atlanta Check Cashers Inc.

Address: 5271 Jimmy Carter Blvd, Norcross, GA 30093, USA
Phone: (770) 246-0400
';var m_b9541b24059d65541e3eda130c222b59 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Check Cashers Inc.',});m_b9541b24059d65541e3eda130c222b59['infowindow'] = new google.maps.InfoWindow({content: $lb9541b24059d65541e3eda130c222b59});var infowindow = new google.maps.InfoWindow({content: $lb9541b24059d65541e3eda130c222b59});google.maps.event.addListener(m_b9541b24059d65541e3eda130c222b59, 'click', function() {infowindow.open(map,m_b9541b24059d65541e3eda130c222b59);});$marker.push(m_b9541b24059d65541e3eda130c222b59);}});}google.maps.event.addDomListener(window, 'load', initialize);