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.8559,-84.3953)};var g_dd32eeb1df15b3d64c21fbda058f0597 = new google.maps.Geocoder();g_dd32eeb1df15b3d64c21fbda058f0597.geocode( { 'address': "1391 Moreland Ave SE, Atlanta, GA 30316"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-y-t-check-cashing').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-y-t-check-cashing'), mapOptions);}document.getElementById('f66411f1').innerHTML += ' | View Map';var $ldd32eeb1df15b3d64c21fbda058f0597 = '

Y & T Check Cashing

Address: 1391 Moreland Ave SE, Atlanta, GA 30316
Phone: (404) 635-0002
';var m_dd32eeb1df15b3d64c21fbda058f0597 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Y & T Check Cashing',});m_dd32eeb1df15b3d64c21fbda058f0597['infowindow'] = new google.maps.InfoWindow({content: $ldd32eeb1df15b3d64c21fbda058f0597});var infowindow = new google.maps.InfoWindow({content: $ldd32eeb1df15b3d64c21fbda058f0597});google.maps.event.addListener(m_dd32eeb1df15b3d64c21fbda058f0597, 'click', function() {infowindow.open(map,m_dd32eeb1df15b3d64c21fbda058f0597);});$marker.push(m_dd32eeb1df15b3d64c21fbda058f0597);}});}google.maps.event.addDomListener(window, 'load', initialize);