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.4798,-111.958)};var g_2e6834c956aa2d0aa66ad3186f034600 = new google.maps.Geocoder();g_2e6834c956aa2d0aa66ad3186f034600.geocode( { 'address': "5717 E Thomas Rd # 4, Scottsdale, AZ 85251, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-premium-credit').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-premium-credit'), mapOptions);}document.getElementById('3e0173bb').innerHTML += ' | View Map';var $l2e6834c956aa2d0aa66ad3186f034600 = '

Premium Credit

Address: 5717 E Thomas Rd # 4, Scottsdale, AZ 85251, USA
Phone: (480) 945-0170
';var m_2e6834c956aa2d0aa66ad3186f034600 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premium Credit',});m_2e6834c956aa2d0aa66ad3186f034600['infowindow'] = new google.maps.InfoWindow({content: $l2e6834c956aa2d0aa66ad3186f034600});var infowindow = new google.maps.InfoWindow({content: $l2e6834c956aa2d0aa66ad3186f034600});google.maps.event.addListener(m_2e6834c956aa2d0aa66ad3186f034600, 'click', function() {infowindow.open(map,m_2e6834c956aa2d0aa66ad3186f034600);});$marker.push(m_2e6834c956aa2d0aa66ad3186f034600);}});}google.maps.event.addDomListener(window, 'load', initialize);