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.5614,-112.483)};var g_99ac8e946580ddf593302cc4f0f94deb = new google.maps.Geocoder();g_99ac8e946580ddf593302cc4f0f94deb.geocode( { 'address': "1030 Willow Creek Rd, Prescott, AZ 86301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-AZ-mortgage---bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('prescott-AZ-mortgage---bank-of-america'), mapOptions);}document.getElementById('50ba4ca8').innerHTML += ' | View Map';var $l99ac8e946580ddf593302cc4f0f94deb = '

Mortgage - Bank of America

Address: 1030 Willow Creek Rd, Prescott, AZ 86301, USA
Phone: (928) 777-7054
';var m_99ac8e946580ddf593302cc4f0f94deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mortgage - Bank of America',});m_99ac8e946580ddf593302cc4f0f94deb['infowindow'] = new google.maps.InfoWindow({content: $l99ac8e946580ddf593302cc4f0f94deb});var infowindow = new google.maps.InfoWindow({content: $l99ac8e946580ddf593302cc4f0f94deb});google.maps.event.addListener(m_99ac8e946580ddf593302cc4f0f94deb, 'click', function() {infowindow.open(map,m_99ac8e946580ddf593302cc4f0f94deb);});$marker.push(m_99ac8e946580ddf593302cc4f0f94deb);}});}google.maps.event.addDomListener(window, 'load', initialize);