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.8514,-83.9212)};var g_32ce0810156d354c895196cef68b2762 = new google.maps.Geocoder();g_32ce0810156d354c895196cef68b2762.geocode( { 'address': "295 Athens Hwy A, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-cash-america-pawn').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-cash-america-pawn'), mapOptions);}document.getElementById('f8c086fb').innerHTML += ' | View Map';var $l32ce0810156d354c895196cef68b2762 = '

Cash America Pawn

Address: 295 Athens Hwy A, Loganville, GA 30052, USA
Phone: (770) 554-1308
';var m_32ce0810156d354c895196cef68b2762 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash America Pawn',});m_32ce0810156d354c895196cef68b2762['infowindow'] = new google.maps.InfoWindow({content: $l32ce0810156d354c895196cef68b2762});var infowindow = new google.maps.InfoWindow({content: $l32ce0810156d354c895196cef68b2762});google.maps.event.addListener(m_32ce0810156d354c895196cef68b2762, 'click', function() {infowindow.open(map,m_32ce0810156d354c895196cef68b2762);});$marker.push(m_32ce0810156d354c895196cef68b2762);}});}google.maps.event.addDomListener(window, 'load', initialize);