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(38.0037,-121.806)};var g_f816fb5e358e95c718f79cc25ee91855 = new google.maps.Geocoder();g_f816fb5e358e95c718f79cc25ee91855.geocode( { 'address': "1900 A St, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-antioch-coin--jewelry-pawn').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-antioch-coin--jewelry-pawn'), mapOptions);}document.getElementById('a747e50f').innerHTML += ' | View Map';var $lf816fb5e358e95c718f79cc25ee91855 = '

Antioch Coin & Jewelry Pawn

Address: 1900 A St, Antioch, CA 94509, USA
Phone: (925) 777-1492
';var m_f816fb5e358e95c718f79cc25ee91855 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Antioch Coin & Jewelry Pawn',});m_f816fb5e358e95c718f79cc25ee91855['infowindow'] = new google.maps.InfoWindow({content: $lf816fb5e358e95c718f79cc25ee91855});var infowindow = new google.maps.InfoWindow({content: $lf816fb5e358e95c718f79cc25ee91855});google.maps.event.addListener(m_f816fb5e358e95c718f79cc25ee91855, 'click', function() {infowindow.open(map,m_f816fb5e358e95c718f79cc25ee91855);});$marker.push(m_f816fb5e358e95c718f79cc25ee91855);}});}google.maps.event.addDomListener(window, 'load', initialize);