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.5699,-84.5445)};var g_43408fdd7fca75234b25c30bbd290526 = new google.maps.Geocoder();g_43408fdd7fca75234b25c30bbd290526.geocode( { 'address': "4780 Jonesboro Rd D, Union City, GA 30291, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('union-city-GA-atlanta-check-cashers-inc').style.display = '';map = new google.maps.Map(document.getElementById('union-city-GA-atlanta-check-cashers-inc'), mapOptions);}document.getElementById('95e6d29f').innerHTML += ' | View Map';var $l43408fdd7fca75234b25c30bbd290526 = '

Atlanta Check Cashers Inc

Address: 4780 Jonesboro Rd D, Union City, GA 30291, USA
Phone: (770) 969-6565
';var m_43408fdd7fca75234b25c30bbd290526 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Check Cashers Inc',});m_43408fdd7fca75234b25c30bbd290526['infowindow'] = new google.maps.InfoWindow({content: $l43408fdd7fca75234b25c30bbd290526});var infowindow = new google.maps.InfoWindow({content: $l43408fdd7fca75234b25c30bbd290526});google.maps.event.addListener(m_43408fdd7fca75234b25c30bbd290526, 'click', function() {infowindow.open(map,m_43408fdd7fca75234b25c30bbd290526);});$marker.push(m_43408fdd7fca75234b25c30bbd290526);}});}google.maps.event.addDomListener(window, 'load', initialize);