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.9537,-84.5412)};var g_d5a17520b70fd8b91cf38fb124bc3094 = new google.maps.Geocoder();g_d5a17520b70fd8b91cf38fb124bc3094.geocode( { 'address': "3630 Austell Rd SW, Marietta, GA 30008"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-titlebucks').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-titlebucks'), mapOptions);}document.getElementById('1aeef747').innerHTML += ' | View Map';var $ld5a17520b70fd8b91cf38fb124bc3094 = '

Titlebucks

Address: 3630 Austell Rd SW, Marietta, GA 30008
Phone: (770) 432-5180
';var m_d5a17520b70fd8b91cf38fb124bc3094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Titlebucks',});m_d5a17520b70fd8b91cf38fb124bc3094['infowindow'] = new google.maps.InfoWindow({content: $ld5a17520b70fd8b91cf38fb124bc3094});var infowindow = new google.maps.InfoWindow({content: $ld5a17520b70fd8b91cf38fb124bc3094});google.maps.event.addListener(m_d5a17520b70fd8b91cf38fb124bc3094, 'click', function() {infowindow.open(map,m_d5a17520b70fd8b91cf38fb124bc3094);});$marker.push(m_d5a17520b70fd8b91cf38fb124bc3094);}});}google.maps.event.addDomListener(window, 'load', initialize);