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.5886,-112.339)};var g_ac908b60563599c2ee207244e59c670a = new google.maps.Geocoder();g_ac908b60563599c2ee207244e59c670a.geocode( { 'address': "7221 E Florentine Rd, Prescott Valley, AZ 86314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prescott-valley-AZ-bmo-harris-bank').style.display = '';map = new google.maps.Map(document.getElementById('prescott-valley-AZ-bmo-harris-bank'), mapOptions);}document.getElementById('0d7fb8f1').innerHTML += ' | View Map';var $lac908b60563599c2ee207244e59c670a = '

BMO Harris Bank

Address: 7221 E Florentine Rd, Prescott Valley, AZ 86314, USA
Phone: (928) 775-7600
';var m_ac908b60563599c2ee207244e59c670a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BMO Harris Bank',});m_ac908b60563599c2ee207244e59c670a['infowindow'] = new google.maps.InfoWindow({content: $lac908b60563599c2ee207244e59c670a});var infowindow = new google.maps.InfoWindow({content: $lac908b60563599c2ee207244e59c670a});google.maps.event.addListener(m_ac908b60563599c2ee207244e59c670a, 'click', function() {infowindow.open(map,m_ac908b60563599c2ee207244e59c670a);});$marker.push(m_ac908b60563599c2ee207244e59c670a);}});}google.maps.event.addDomListener(window, 'load', initialize);