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.5989,-112.282)};var g_9f42511737eceb930e5f4daf7893c427 = new google.maps.Geocoder();g_9f42511737eceb930e5f4daf7893c427.geocode( { 'address': "12630 N 103rd Ave #213, Sun City, AZ 85351, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sun-city-AZ-galaxy-credit-llc').style.display = '';map = new google.maps.Map(document.getElementById('sun-city-AZ-galaxy-credit-llc'), mapOptions);}document.getElementById('7d497ccc').innerHTML += ' | View Map';var $l9f42511737eceb930e5f4daf7893c427 = '

Galaxy Credit LLC

Address: 12630 N 103rd Ave #213, Sun City, AZ 85351, USA
Phone:
';var m_9f42511737eceb930e5f4daf7893c427 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Galaxy Credit LLC',});m_9f42511737eceb930e5f4daf7893c427['infowindow'] = new google.maps.InfoWindow({content: $l9f42511737eceb930e5f4daf7893c427});var infowindow = new google.maps.InfoWindow({content: $l9f42511737eceb930e5f4daf7893c427});google.maps.event.addListener(m_9f42511737eceb930e5f4daf7893c427, 'click', function() {infowindow.open(map,m_9f42511737eceb930e5f4daf7893c427);});$marker.push(m_9f42511737eceb930e5f4daf7893c427);}});}google.maps.event.addDomListener(window, 'load', initialize);