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.6377,-112.263)};var g_696c13a3a5cd4b6b9f9e2da637b5d78c = new google.maps.Geocoder();g_696c13a3a5cd4b6b9f9e2da637b5d78c.geocode( { 'address': "9421 W Bell Rd #101, Sun City, AZ 85351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-arizona-ez-pawn').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-arizona-ez-pawn'), mapOptions);}document.getElementById('1e2bcfd4').innerHTML += ' | View Map';var $l696c13a3a5cd4b6b9f9e2da637b5d78c = '

Arizona EZ-Pawn

Address: 9421 W Bell Rd #101, Sun City, AZ 85351, USA
Phone: (623) 544-3446
';var m_696c13a3a5cd4b6b9f9e2da637b5d78c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arizona EZ-Pawn',});m_696c13a3a5cd4b6b9f9e2da637b5d78c['infowindow'] = new google.maps.InfoWindow({content: $l696c13a3a5cd4b6b9f9e2da637b5d78c});var infowindow = new google.maps.InfoWindow({content: $l696c13a3a5cd4b6b9f9e2da637b5d78c});google.maps.event.addListener(m_696c13a3a5cd4b6b9f9e2da637b5d78c, 'click', function() {infowindow.open(map,m_696c13a3a5cd4b6b9f9e2da637b5d78c);});$marker.push(m_696c13a3a5cd4b6b9f9e2da637b5d78c);}});}google.maps.event.addDomListener(window, 'load', initialize);