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.8343,-83.8877)};var g_695942a5fb2525e3e634b150b40061c4 = new google.maps.Geocoder();g_695942a5fb2525e3e634b150b40061c4.geocode( { 'address': "4648 US-78, Loganville, GA 30052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('loganville-GA-titlebucks-title-pawns').style.display = '';map = new google.maps.Map(document.getElementById('loganville-GA-titlebucks-title-pawns'), mapOptions);}document.getElementById('866c5f45').innerHTML += ' | View Map';var $l695942a5fb2525e3e634b150b40061c4 = '

TitleBucks Title Pawns

Address: 4648 US-78, Loganville, GA 30052, USA
Phone: (770) 554-6183
';var m_695942a5fb2525e3e634b150b40061c4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TitleBucks Title Pawns',});m_695942a5fb2525e3e634b150b40061c4['infowindow'] = new google.maps.InfoWindow({content: $l695942a5fb2525e3e634b150b40061c4});var infowindow = new google.maps.InfoWindow({content: $l695942a5fb2525e3e634b150b40061c4});google.maps.event.addListener(m_695942a5fb2525e3e634b150b40061c4, 'click', function() {infowindow.open(map,m_695942a5fb2525e3e634b150b40061c4);});$marker.push(m_695942a5fb2525e3e634b150b40061c4);}});}google.maps.event.addDomListener(window, 'load', initialize);