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.1592,-114.477)};var g_f2e80723e6e75a6f8d93f51ea5890558 = new google.maps.Geocoder();g_f2e80723e6e75a6f8d93f51ea5890558.geocode( { 'address': "2840 Highway 95, Bullhead City, AZ 86442"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bullhead-city-AZ-bbva-compass').style.display = '';map = new google.maps.Map(document.getElementById('bullhead-city-AZ-bbva-compass'), mapOptions);}document.getElementById('b6f936a1').innerHTML += ' | View Map';var $lf2e80723e6e75a6f8d93f51ea5890558 = '

BBVA Compass

Address: 2840 Highway 95, Bullhead City, AZ 86442
Phone: (928) 704-1300
';var m_f2e80723e6e75a6f8d93f51ea5890558 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBVA Compass',});m_f2e80723e6e75a6f8d93f51ea5890558['infowindow'] = new google.maps.InfoWindow({content: $lf2e80723e6e75a6f8d93f51ea5890558});var infowindow = new google.maps.InfoWindow({content: $lf2e80723e6e75a6f8d93f51ea5890558});google.maps.event.addListener(m_f2e80723e6e75a6f8d93f51ea5890558, 'click', function() {infowindow.open(map,m_f2e80723e6e75a6f8d93f51ea5890558);});$marker.push(m_f2e80723e6e75a6f8d93f51ea5890558);}});}google.maps.event.addDomListener(window, 'load', initialize);