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.0881,-84.5751)};var g_a19be16e356ec7af4662e553cc740906 = new google.maps.Geocoder();g_a19be16e356ec7af4662e553cc740906.geocode( { 'address': "6789 GA-92, Woodstock, GA 30189, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodstock-GA-georgia-auto-pawn-inc').style.display = '';map = new google.maps.Map(document.getElementById('woodstock-GA-georgia-auto-pawn-inc'), mapOptions);}document.getElementById('a35c0e87').innerHTML += ' | View Map';var $la19be16e356ec7af4662e553cc740906 = '

Georgia Auto Pawn, Inc.

Address: 6789 GA-92, Woodstock, GA 30189, USA
Phone: (770) 516-7515
';var m_a19be16e356ec7af4662e553cc740906 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Georgia Auto Pawn, Inc.',});m_a19be16e356ec7af4662e553cc740906['infowindow'] = new google.maps.InfoWindow({content: $la19be16e356ec7af4662e553cc740906});var infowindow = new google.maps.InfoWindow({content: $la19be16e356ec7af4662e553cc740906});google.maps.event.addListener(m_a19be16e356ec7af4662e553cc740906, 'click', function() {infowindow.open(map,m_a19be16e356ec7af4662e553cc740906);});$marker.push(m_a19be16e356ec7af4662e553cc740906);}});}google.maps.event.addDomListener(window, 'load', initialize);