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.0684,-112.047)};var g_4a29978071cb35eeb495f3029c18d8fc = new google.maps.Geocoder();g_4a29978071cb35eeb495f3029c18d8fc.geocode( { 'address': "20800 N John Wayne Pkwy #109, Maricopa, AZ 85139, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('maricopa-AZ-maricopa-jewelry-and-pawn').style.display = '';map = new google.maps.Map(document.getElementById('maricopa-AZ-maricopa-jewelry-and-pawn'), mapOptions);}document.getElementById('49546088').innerHTML += ' | View Map';var $l4a29978071cb35eeb495f3029c18d8fc = '

Maricopa Jewelry and Pawn

Address: 20800 N John Wayne Pkwy #109, Maricopa, AZ 85139, USA
Phone: (520) 494-7066
';var m_4a29978071cb35eeb495f3029c18d8fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Maricopa Jewelry and Pawn',});m_4a29978071cb35eeb495f3029c18d8fc['infowindow'] = new google.maps.InfoWindow({content: $l4a29978071cb35eeb495f3029c18d8fc});var infowindow = new google.maps.InfoWindow({content: $l4a29978071cb35eeb495f3029c18d8fc});google.maps.event.addListener(m_4a29978071cb35eeb495f3029c18d8fc, 'click', function() {infowindow.open(map,m_4a29978071cb35eeb495f3029c18d8fc);});$marker.push(m_4a29978071cb35eeb495f3029c18d8fc);}});}google.maps.event.addDomListener(window, 'load', initialize);