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.9328,-84.5491)};var g_5cc04c8a47e561b3896b90b5c55fe678 = new google.maps.Geocoder();g_5cc04c8a47e561b3896b90b5c55fe678.geocode( { 'address': "834 S Cobb Dr, Marietta, GA 30060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-cobb-pawn--gold').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-cobb-pawn--gold'), mapOptions);}document.getElementById('459e3a20').innerHTML += ' | View Map';var $l5cc04c8a47e561b3896b90b5c55fe678 = '

Cobb Pawn & Gold

Address: 834 S Cobb Dr, Marietta, GA 30060, USA
Phone: (770) 427-6462
';var m_5cc04c8a47e561b3896b90b5c55fe678 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cobb Pawn & Gold',});m_5cc04c8a47e561b3896b90b5c55fe678['infowindow'] = new google.maps.InfoWindow({content: $l5cc04c8a47e561b3896b90b5c55fe678});var infowindow = new google.maps.InfoWindow({content: $l5cc04c8a47e561b3896b90b5c55fe678});google.maps.event.addListener(m_5cc04c8a47e561b3896b90b5c55fe678, 'click', function() {infowindow.open(map,m_5cc04c8a47e561b3896b90b5c55fe678);});$marker.push(m_5cc04c8a47e561b3896b90b5c55fe678);}});}google.maps.event.addDomListener(window, 'load', initialize);