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.6819,-84.1619)};var g_dd7c7a7355c7fa31bb876bd9fc3fffae = new google.maps.Geocoder();g_dd7c7a7355c7fa31bb876bd9fc3fffae.geocode( { 'address': "7046 Covington Hwy, Lithonia, GA 30058"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lithonia-GA-lithonia-finance').style.display = '';map = new google.maps.Map(document.getElementById('lithonia-GA-lithonia-finance'), mapOptions);}document.getElementById('7418a065').innerHTML += ' | View Map';var $ldd7c7a7355c7fa31bb876bd9fc3fffae = '

Lithonia Finance

Address: 7046 Covington Hwy, Lithonia, GA 30058
Phone: (770) 593-0300
';var m_dd7c7a7355c7fa31bb876bd9fc3fffae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lithonia Finance',});m_dd7c7a7355c7fa31bb876bd9fc3fffae['infowindow'] = new google.maps.InfoWindow({content: $ldd7c7a7355c7fa31bb876bd9fc3fffae});var infowindow = new google.maps.InfoWindow({content: $ldd7c7a7355c7fa31bb876bd9fc3fffae});google.maps.event.addListener(m_dd7c7a7355c7fa31bb876bd9fc3fffae, 'click', function() {infowindow.open(map,m_dd7c7a7355c7fa31bb876bd9fc3fffae);});$marker.push(m_dd7c7a7355c7fa31bb876bd9fc3fffae);}});}google.maps.event.addDomListener(window, 'load', initialize);