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.7541,-84.4817)};var g_9e78505dd790104c3dc7d5954a8f4f19 = new google.maps.Geocoder();g_9e78505dd790104c3dc7d5954a8f4f19.geocode( { 'address': "2870 M.L.K. Jr Dr SW, Atlanta, GA 30311, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('atlanta-GA-titlebucks-title-pawns').style.display = '';map = new google.maps.Map(document.getElementById('atlanta-GA-titlebucks-title-pawns'), mapOptions);}document.getElementById('911aebaf').innerHTML += ' | View Map';var $l9e78505dd790104c3dc7d5954a8f4f19 = '

TitleBucks Title Pawns

Address: 2870 M.L.K. Jr Dr SW, Atlanta, GA 30311, USA
Phone: (404) 472-0461
';var m_9e78505dd790104c3dc7d5954a8f4f19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Pawns',});m_9e78505dd790104c3dc7d5954a8f4f19['infowindow'] = new google.maps.InfoWindow({content: $l9e78505dd790104c3dc7d5954a8f4f19});var infowindow = new google.maps.InfoWindow({content: $l9e78505dd790104c3dc7d5954a8f4f19});google.maps.event.addListener(m_9e78505dd790104c3dc7d5954a8f4f19, 'click', function() {infowindow.open(map,m_9e78505dd790104c3dc7d5954a8f4f19);});$marker.push(m_9e78505dd790104c3dc7d5954a8f4f19);}});}google.maps.event.addDomListener(window, 'load', initialize);