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.3163,-112.121)};var g_86cfb7ae970c378aae14cba6beac8a1c = new google.maps.Geocoder();g_86cfb7ae970c378aae14cba6beac8a1c.geocode( { 'address': "13275 Central Ave, Mayer, AZ 86333"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mayer-AZ-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('mayer-AZ-bank-of-the-west'), mapOptions);}document.getElementById('29a647d6').innerHTML += ' | View Map';var $l86cfb7ae970c378aae14cba6beac8a1c = '

Bank of the West

Address: 13275 Central Ave, Mayer, AZ 86333
Phone: (928) 499-3307
';var m_86cfb7ae970c378aae14cba6beac8a1c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_86cfb7ae970c378aae14cba6beac8a1c['infowindow'] = new google.maps.InfoWindow({content: $l86cfb7ae970c378aae14cba6beac8a1c});var infowindow = new google.maps.InfoWindow({content: $l86cfb7ae970c378aae14cba6beac8a1c});google.maps.event.addListener(m_86cfb7ae970c378aae14cba6beac8a1c, 'click', function() {infowindow.open(map,m_86cfb7ae970c378aae14cba6beac8a1c);});$marker.push(m_86cfb7ae970c378aae14cba6beac8a1c);}});}google.maps.event.addDomListener(window, 'load', initialize);