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.7798,-84.6066)};var g_57fd318a91a538bb36971ea80b28fd3b = new google.maps.Geocoder();g_57fd318a91a538bb36971ea80b28fd3b.geocode( { 'address': "904 Thornton Rd, Lithia Springs, GA 30122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lithia-springs-GA-ace-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('lithia-springs-GA-ace-cash-express'), mapOptions);}document.getElementById('2d56e039').innerHTML += ' | View Map';var $l57fd318a91a538bb36971ea80b28fd3b = '

ACE Cash Express

Address: 904 Thornton Rd, Lithia Springs, GA 30122, USA
Phone: (770) 948-2123
';var m_57fd318a91a538bb36971ea80b28fd3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ACE Cash Express',});m_57fd318a91a538bb36971ea80b28fd3b['infowindow'] = new google.maps.InfoWindow({content: $l57fd318a91a538bb36971ea80b28fd3b});var infowindow = new google.maps.InfoWindow({content: $l57fd318a91a538bb36971ea80b28fd3b});google.maps.event.addListener(m_57fd318a91a538bb36971ea80b28fd3b, 'click', function() {infowindow.open(map,m_57fd318a91a538bb36971ea80b28fd3b);});$marker.push(m_57fd318a91a538bb36971ea80b28fd3b);}});}google.maps.event.addDomListener(window, 'load', initialize);