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.7379,-84.2179)};var g_3997fbabcbb8090be130a1ec92b108eb = new google.maps.Geocoder();g_3997fbabcbb8090be130a1ec92b108eb.geocode( { 'address': "4773 Covington Hwy, Decatur, GA 30035, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-GA-titlebucks-dekalb-ga').style.display = '';map = new google.maps.Map(document.getElementById('decatur-GA-titlebucks-dekalb-ga'), mapOptions);}document.getElementById('ac996ea5').innerHTML += ' | View Map';var $l3997fbabcbb8090be130a1ec92b108eb = '

Titlebucks Dekalb Ga

Address: 4773 Covington Hwy, Decatur, GA 30035, USA
Phone: (404) 289-1860
';var m_3997fbabcbb8090be130a1ec92b108eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Titlebucks Dekalb Ga',});m_3997fbabcbb8090be130a1ec92b108eb['infowindow'] = new google.maps.InfoWindow({content: $l3997fbabcbb8090be130a1ec92b108eb});var infowindow = new google.maps.InfoWindow({content: $l3997fbabcbb8090be130a1ec92b108eb});google.maps.event.addListener(m_3997fbabcbb8090be130a1ec92b108eb, 'click', function() {infowindow.open(map,m_3997fbabcbb8090be130a1ec92b108eb);});$marker.push(m_3997fbabcbb8090be130a1ec92b108eb);}});}google.maps.event.addDomListener(window, 'load', initialize);