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.791,-84.6238)};var g_9c39d3586727f1c710ab09364cfa4f78 = new google.maps.Geocoder();g_9c39d3586727f1c710ab09364cfa4f78.geocode( { 'address': "560 Thornton Rd #101, Lithia Springs, GA 30122, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lithia-springs-GA-1800newdeal-lithia-springs').style.display = '';map = new google.maps.Map(document.getElementById('lithia-springs-GA-1800newdeal-lithia-springs'), mapOptions);}document.getElementById('e5a2f2fb').innerHTML += ' | View Map';var $l9c39d3586727f1c710ab09364cfa4f78 = '

1800NewDeal Lithia Springs

Address: 560 Thornton Rd #101, Lithia Springs, GA 30122, USA
Phone: (678) 626-6859
';var m_9c39d3586727f1c710ab09364cfa4f78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1800NewDeal Lithia Springs',});m_9c39d3586727f1c710ab09364cfa4f78['infowindow'] = new google.maps.InfoWindow({content: $l9c39d3586727f1c710ab09364cfa4f78});var infowindow = new google.maps.InfoWindow({content: $l9c39d3586727f1c710ab09364cfa4f78});google.maps.event.addListener(m_9c39d3586727f1c710ab09364cfa4f78, 'click', function() {infowindow.open(map,m_9c39d3586727f1c710ab09364cfa4f78);});$marker.push(m_9c39d3586727f1c710ab09364cfa4f78);}});}google.maps.event.addDomListener(window, 'load', initialize);