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.8529,-84.4809)};var g_80cae2293852d189071ae23a2171e58c = new google.maps.Geocoder();g_80cae2293852d189071ae23a2171e58c.geocode( { 'address': "2158 Cumberland Pkwy SE, Atlanta, GA 30339, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-atlanta-credit-card-processing').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-atlanta-credit-card-processing'), mapOptions);}document.getElementById('546a9514').innerHTML += ' | View Map';var $l80cae2293852d189071ae23a2171e58c = '

Atlanta Credit Card Processing

Address: 2158 Cumberland Pkwy SE, Atlanta, GA 30339, USA
Phone: (678) 689-8901
';var m_80cae2293852d189071ae23a2171e58c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Atlanta Credit Card Processing',});m_80cae2293852d189071ae23a2171e58c['infowindow'] = new google.maps.InfoWindow({content: $l80cae2293852d189071ae23a2171e58c});var infowindow = new google.maps.InfoWindow({content: $l80cae2293852d189071ae23a2171e58c});google.maps.event.addListener(m_80cae2293852d189071ae23a2171e58c, 'click', function() {infowindow.open(map,m_80cae2293852d189071ae23a2171e58c);});$marker.push(m_80cae2293852d189071ae23a2171e58c);}});}google.maps.event.addDomListener(window, 'load', initialize);