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.545,-112.048)};var g_f835b8aee9c81ffe5be5ec96139a0567 = new google.maps.Geocoder();g_f835b8aee9c81ffe5be5ec96139a0567.geocode( { 'address': "1599 E Orangewood Ave, Phoenix, AZ 85020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('phoenix-AZ-scott-green---signature-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('phoenix-AZ-scott-green---signature-home-loans'), mapOptions);}document.getElementById('d543df55').innerHTML += ' | View Map';var $lf835b8aee9c81ffe5be5ec96139a0567 = '

Scott Green - Signature Home Loans

Address: 1599 E Orangewood Ave, Phoenix, AZ 85020, USA
Phone: (602) 577-8311
';var m_f835b8aee9c81ffe5be5ec96139a0567 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Scott Green - Signature Home Loans',});m_f835b8aee9c81ffe5be5ec96139a0567['infowindow'] = new google.maps.InfoWindow({content: $lf835b8aee9c81ffe5be5ec96139a0567});var infowindow = new google.maps.InfoWindow({content: $lf835b8aee9c81ffe5be5ec96139a0567});google.maps.event.addListener(m_f835b8aee9c81ffe5be5ec96139a0567, 'click', function() {infowindow.open(map,m_f835b8aee9c81ffe5be5ec96139a0567);});$marker.push(m_f835b8aee9c81ffe5be5ec96139a0567);}});}google.maps.event.addDomListener(window, 'load', initialize);