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.8336,-83.8898)};var g_a41d6c84b02ed2e06f537ad90ec273f7 = new google.maps.Geocoder();g_a41d6c84b02ed2e06f537ad90ec273f7.geocode( { 'address': "4665 Atlanta Hwy #800, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-title-first-title-pawn').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-title-first-title-pawn'), mapOptions);}document.getElementById('4498f968').innerHTML += ' | View Map';var $la41d6c84b02ed2e06f537ad90ec273f7 = '

Title First Title Pawn

Address: 4665 Atlanta Hwy #800, Loganville, GA 30052, USA
Phone: (678) 243-6711
';var m_a41d6c84b02ed2e06f537ad90ec273f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Title First Title Pawn',});m_a41d6c84b02ed2e06f537ad90ec273f7['infowindow'] = new google.maps.InfoWindow({content: $la41d6c84b02ed2e06f537ad90ec273f7});var infowindow = new google.maps.InfoWindow({content: $la41d6c84b02ed2e06f537ad90ec273f7});google.maps.event.addListener(m_a41d6c84b02ed2e06f537ad90ec273f7, 'click', function() {infowindow.open(map,m_a41d6c84b02ed2e06f537ad90ec273f7);});$marker.push(m_a41d6c84b02ed2e06f537ad90ec273f7);}});}google.maps.event.addDomListener(window, 'load', initialize);