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.1163,-114.599)};var g_d17c6bd874b9e0fd37bf9c3cf9c92ad7 = new google.maps.Geocoder();g_d17c6bd874b9e0fd37bf9c3cf9c92ad7.geocode( { 'address': "1465 Palma Way, Bullhead City, AZ 86442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bullhead-city-AZ-atm-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('bullhead-city-AZ-atm-chase-bank'), mapOptions);}document.getElementById('db7c9a3f').innerHTML += ' | View Map';var $ld17c6bd874b9e0fd37bf9c3cf9c92ad7 = '

ATM (Chase Bank)

Address: 1465 Palma Way, Bullhead City, AZ 86442, USA
Phone:
';var m_d17c6bd874b9e0fd37bf9c3cf9c92ad7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Chase Bank)',});m_d17c6bd874b9e0fd37bf9c3cf9c92ad7['infowindow'] = new google.maps.InfoWindow({content: $ld17c6bd874b9e0fd37bf9c3cf9c92ad7});var infowindow = new google.maps.InfoWindow({content: $ld17c6bd874b9e0fd37bf9c3cf9c92ad7});google.maps.event.addListener(m_d17c6bd874b9e0fd37bf9c3cf9c92ad7, 'click', function() {infowindow.open(map,m_d17c6bd874b9e0fd37bf9c3cf9c92ad7);});$marker.push(m_d17c6bd874b9e0fd37bf9c3cf9c92ad7);}});}google.maps.event.addDomListener(window, 'load', initialize);