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(34.5682,-112.373)};var g_6dcb1e8963fb3765d8bef5d07092dd44 = new google.maps.Geocoder();g_6dcb1e8963fb3765d8bef5d07092dd44.geocode( { 'address': "1701 Emerald Dr #D, Prescott, AZ 86301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-AZ-smart-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('prescott-AZ-smart-mortgage'), mapOptions);}document.getElementById('7199448b').innerHTML += ' | View Map';var $l6dcb1e8963fb3765d8bef5d07092dd44 = '

Smart Mortgage

Address: 1701 Emerald Dr #D, Prescott, AZ 86301, USA
Phone: (888) 494-4795
';var m_6dcb1e8963fb3765d8bef5d07092dd44 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Smart Mortgage',});m_6dcb1e8963fb3765d8bef5d07092dd44['infowindow'] = new google.maps.InfoWindow({content: $l6dcb1e8963fb3765d8bef5d07092dd44});var infowindow = new google.maps.InfoWindow({content: $l6dcb1e8963fb3765d8bef5d07092dd44});google.maps.event.addListener(m_6dcb1e8963fb3765d8bef5d07092dd44, 'click', function() {infowindow.open(map,m_6dcb1e8963fb3765d8bef5d07092dd44);});$marker.push(m_6dcb1e8963fb3765d8bef5d07092dd44);}});}google.maps.event.addDomListener(window, 'load', initialize);