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.9042,-84.5416)};var g_926c249707101976407a4b0b8a9835b2 = new google.maps.Geocoder();g_926c249707101976407a4b0b8a9835b2.geocode( { 'address': "2025 S Cobb Dr SE, Marietta, GA 30060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-check-cashing'), mapOptions);}document.getElementById('d7fbf8fb').innerHTML += ' | View Map';var $l926c249707101976407a4b0b8a9835b2 = '

Check Cashing

Address: 2025 S Cobb Dr SE, Marietta, GA 30060, USA
Phone: (770) 435-7035
';var m_926c249707101976407a4b0b8a9835b2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashing',});m_926c249707101976407a4b0b8a9835b2['infowindow'] = new google.maps.InfoWindow({content: $l926c249707101976407a4b0b8a9835b2});var infowindow = new google.maps.InfoWindow({content: $l926c249707101976407a4b0b8a9835b2});google.maps.event.addListener(m_926c249707101976407a4b0b8a9835b2, 'click', function() {infowindow.open(map,m_926c249707101976407a4b0b8a9835b2);});$marker.push(m_926c249707101976407a4b0b8a9835b2);}});}google.maps.event.addDomListener(window, 'load', initialize);