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.553,-111.895)};var g_f994a5461c045c6606521ccb48b77564 = new google.maps.Geocoder();g_f994a5461c045c6606521ccb48b77564.geocode( { 'address': "8687 East Vía de Ventura #111, Scottsdale, AZ 85258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('scottsdale-AZ-galaxy-lending-group-llc').style.display = '';map = new google.maps.Map(document.getElementById('scottsdale-AZ-galaxy-lending-group-llc'), mapOptions);}document.getElementById('00d24071').innerHTML += ' | View Map';var $lf994a5461c045c6606521ccb48b77564 = '

Galaxy Lending Group, LLC

Address: 8687 East Vía de Ventura #111, Scottsdale, AZ 85258, USA
Phone: (602) 595-1233
';var m_f994a5461c045c6606521ccb48b77564 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Galaxy Lending Group, LLC',});m_f994a5461c045c6606521ccb48b77564['infowindow'] = new google.maps.InfoWindow({content: $lf994a5461c045c6606521ccb48b77564});var infowindow = new google.maps.InfoWindow({content: $lf994a5461c045c6606521ccb48b77564});google.maps.event.addListener(m_f994a5461c045c6606521ccb48b77564, 'click', function() {infowindow.open(map,m_f994a5461c045c6606521ccb48b77564);});$marker.push(m_f994a5461c045c6606521ccb48b77564);}});}google.maps.event.addDomListener(window, 'load', initialize);