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(34.0883,-83.9964)};var g_4d4fd01142ac77c124378075711d7745 = new google.maps.Geocoder();g_4d4fd01142ac77c124378075711d7745.geocode( { 'address': "4050 Buford Dr NE, Buford, GA 30518, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('buford-GA-auto-money-title-pawn').style.display = '';map = new google.maps.Map(document.getElementById('buford-GA-auto-money-title-pawn'), mapOptions);}document.getElementById('c1ca09ae').innerHTML += ' | View Map';var $l4d4fd01142ac77c124378075711d7745 = '

Auto Money Title Pawn

Address: 4050 Buford Dr NE, Buford, GA 30518, USA
Phone: (770) 904-0933
';var m_4d4fd01142ac77c124378075711d7745 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Auto Money Title Pawn',});m_4d4fd01142ac77c124378075711d7745['infowindow'] = new google.maps.InfoWindow({content: $l4d4fd01142ac77c124378075711d7745});var infowindow = new google.maps.InfoWindow({content: $l4d4fd01142ac77c124378075711d7745});google.maps.event.addListener(m_4d4fd01142ac77c124378075711d7745, 'click', function() {infowindow.open(map,m_4d4fd01142ac77c124378075711d7745);});$marker.push(m_4d4fd01142ac77c124378075711d7745);}});}google.maps.event.addDomListener(window, 'load', initialize);