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(33.4187,-110.815)};var g_ef19d9c1ac542634c80f34a2d380bffe = new google.maps.Geocoder();g_ef19d9c1ac542634c80f34a2d380bffe.geocode( { 'address': "2070 US Highway 60, Miami, AZ 85539, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miami-AZ-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('miami-AZ-bank-of-the-west---atm'), mapOptions);}document.getElementById('0727a86c').innerHTML += ' | View Map';var $lef19d9c1ac542634c80f34a2d380bffe = '

Bank of the West - ATM

Address: 2070 US Highway 60, Miami, AZ 85539, USA
Phone: (800) 488-2265
';var m_ef19d9c1ac542634c80f34a2d380bffe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_ef19d9c1ac542634c80f34a2d380bffe['infowindow'] = new google.maps.InfoWindow({content: $lef19d9c1ac542634c80f34a2d380bffe});var infowindow = new google.maps.InfoWindow({content: $lef19d9c1ac542634c80f34a2d380bffe});google.maps.event.addListener(m_ef19d9c1ac542634c80f34a2d380bffe, 'click', function() {infowindow.open(map,m_ef19d9c1ac542634c80f34a2d380bffe);});$marker.push(m_ef19d9c1ac542634c80f34a2d380bffe);}});}google.maps.event.addDomListener(window, 'load', initialize);