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.9405,-84.5144)};var g_b8fb79af69865668f942683495e767ca = new google.maps.Geocoder();g_b8fb79af69865668f942683495e767ca.geocode( { 'address': "493 Cobb Pkwy S, Marietta, GA 30060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marietta-GA-value-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('marietta-GA-value-pawn--jewelry'), mapOptions);}document.getElementById('507895f2').innerHTML += ' | View Map';var $lb8fb79af69865668f942683495e767ca = '

Value Pawn & Jewelry

Address: 493 Cobb Pkwy S, Marietta, GA 30060, USA
Phone: (678) 290-9670
';var m_b8fb79af69865668f942683495e767ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Value Pawn & Jewelry',});m_b8fb79af69865668f942683495e767ca['infowindow'] = new google.maps.InfoWindow({content: $lb8fb79af69865668f942683495e767ca});var infowindow = new google.maps.InfoWindow({content: $lb8fb79af69865668f942683495e767ca});google.maps.event.addListener(m_b8fb79af69865668f942683495e767ca, 'click', function() {infowindow.open(map,m_b8fb79af69865668f942683495e767ca);});$marker.push(m_b8fb79af69865668f942683495e767ca);}});}google.maps.event.addDomListener(window, 'load', initialize);