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(35.0823,-114.597)};var g_7a53d02efd6c79dd913c8299cd596525 = new google.maps.Geocoder();g_7a53d02efd6c79dd913c8299cd596525.geocode( { 'address': "2840 AZ-95 #300, Bullhead City, AZ 86442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bullhead-city-AZ-us-bank-atm---bullhead-city').style.display = '';map = new google.maps.Map(document.getElementById('bullhead-city-AZ-us-bank-atm---bullhead-city'), mapOptions);}document.getElementById('5f3da9c9').innerHTML += ' | View Map';var $l7a53d02efd6c79dd913c8299cd596525 = '

U.S. Bank ATM - Bullhead City

Address: 2840 AZ-95 #300, Bullhead City, AZ 86442, USA
Phone: (800) 872-2657
';var m_7a53d02efd6c79dd913c8299cd596525 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'U.S. Bank ATM - Bullhead City',});m_7a53d02efd6c79dd913c8299cd596525['infowindow'] = new google.maps.InfoWindow({content: $l7a53d02efd6c79dd913c8299cd596525});var infowindow = new google.maps.InfoWindow({content: $l7a53d02efd6c79dd913c8299cd596525});google.maps.event.addListener(m_7a53d02efd6c79dd913c8299cd596525, 'click', function() {infowindow.open(map,m_7a53d02efd6c79dd913c8299cd596525);});$marker.push(m_7a53d02efd6c79dd913c8299cd596525);}});}google.maps.event.addDomListener(window, 'load', initialize);