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(34.5601,-83.7614)};var g_c05e79c32ddcacdc96e0efb01cb3f679 = new google.maps.Geocoder();g_c05e79c32ddcacdc96e0efb01cb3f679.geocode( { 'address': "2635 US-129, Cleveland, GA 30528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cleveland-GA-platinum-pawn--jewelry').style.display = '';map = new google.maps.Map(document.getElementById('cleveland-GA-platinum-pawn--jewelry'), mapOptions);}document.getElementById('4a53e032').innerHTML += ' | View Map';var $lc05e79c32ddcacdc96e0efb01cb3f679 = '

Platinum Pawn & Jewelry

Address: 2635 US-129, Cleveland, GA 30528, USA
Phone: (706) 219-1219
';var m_c05e79c32ddcacdc96e0efb01cb3f679 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Pawn & Jewelry',});m_c05e79c32ddcacdc96e0efb01cb3f679['infowindow'] = new google.maps.InfoWindow({content: $lc05e79c32ddcacdc96e0efb01cb3f679});var infowindow = new google.maps.InfoWindow({content: $lc05e79c32ddcacdc96e0efb01cb3f679});google.maps.event.addListener(m_c05e79c32ddcacdc96e0efb01cb3f679, 'click', function() {infowindow.open(map,m_c05e79c32ddcacdc96e0efb01cb3f679);});$marker.push(m_c05e79c32ddcacdc96e0efb01cb3f679);}});}google.maps.event.addDomListener(window, 'load', initialize);