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.4946,-112.173)};var g_14a1b6e2970bd7481ca9d8c646d6eced = new google.maps.Geocoder();g_14a1b6e2970bd7481ca9d8c646d6eced.geocode( { 'address': "5259 W Indian School Rd, Phoenix, AZ 85031, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-usa-pawn--jewelry-co').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-usa-pawn--jewelry-co'), mapOptions);}document.getElementById('1be4c821').innerHTML += ' | View Map';var $l14a1b6e2970bd7481ca9d8c646d6eced = '

USA Pawn & Jewelry Co

Address: 5259 W Indian School Rd, Phoenix, AZ 85031, USA
Phone: (623) 873-7491
';var m_14a1b6e2970bd7481ca9d8c646d6eced = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'USA Pawn & Jewelry Co',});m_14a1b6e2970bd7481ca9d8c646d6eced['infowindow'] = new google.maps.InfoWindow({content: $l14a1b6e2970bd7481ca9d8c646d6eced});var infowindow = new google.maps.InfoWindow({content: $l14a1b6e2970bd7481ca9d8c646d6eced});google.maps.event.addListener(m_14a1b6e2970bd7481ca9d8c646d6eced, 'click', function() {infowindow.open(map,m_14a1b6e2970bd7481ca9d8c646d6eced);});$marker.push(m_14a1b6e2970bd7481ca9d8c646d6eced);}});}google.maps.event.addDomListener(window, 'load', initialize);