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.5404,-112.473)};var g_a504fbf343c4f3f5fb41e379352651f0 = new google.maps.Geocoder();g_a504fbf343c4f3f5fb41e379352651f0.geocode( { 'address': "141 S McCormick St #107, Prescott, AZ 86303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-AZ-academy-mortgage---prescott').style.display = '';map = new google.maps.Map(document.getElementById('prescott-AZ-academy-mortgage---prescott'), mapOptions);}document.getElementById('eb306726').innerHTML += ' | View Map';var $la504fbf343c4f3f5fb41e379352651f0 = '

Academy Mortgage - Prescott

Address: 141 S McCormick St #107, Prescott, AZ 86303, USA
Phone: (928) 777-8971
';var m_a504fbf343c4f3f5fb41e379352651f0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Prescott',});m_a504fbf343c4f3f5fb41e379352651f0['infowindow'] = new google.maps.InfoWindow({content: $la504fbf343c4f3f5fb41e379352651f0});var infowindow = new google.maps.InfoWindow({content: $la504fbf343c4f3f5fb41e379352651f0});google.maps.event.addListener(m_a504fbf343c4f3f5fb41e379352651f0, 'click', function() {infowindow.open(map,m_a504fbf343c4f3f5fb41e379352651f0);});$marker.push(m_a504fbf343c4f3f5fb41e379352651f0);}});}google.maps.event.addDomListener(window, 'load', initialize);