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.4871,-114.33)};var g_317be898d419c4c2529a4ddc21c832e5 = new google.maps.Geocoder();g_317be898d419c4c2529a4ddc21c832e5.geocode( { 'address': "1992 Mcculloch Blvd N, Lake Havasu City, AZ 86403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-havasu-city-AZ-compass-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-havasu-city-AZ-compass-bank'), mapOptions);}document.getElementById('21ff6153').innerHTML += ' | View Map';var $l317be898d419c4c2529a4ddc21c832e5 = '

Compass Bank

Address: 1992 Mcculloch Blvd N, Lake Havasu City, AZ 86403
Phone: (928) 855-2151
';var m_317be898d419c4c2529a4ddc21c832e5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Compass Bank',});m_317be898d419c4c2529a4ddc21c832e5['infowindow'] = new google.maps.InfoWindow({content: $l317be898d419c4c2529a4ddc21c832e5});var infowindow = new google.maps.InfoWindow({content: $l317be898d419c4c2529a4ddc21c832e5});google.maps.event.addListener(m_317be898d419c4c2529a4ddc21c832e5, 'click', function() {infowindow.open(map,m_317be898d419c4c2529a4ddc21c832e5);});$marker.push(m_317be898d419c4c2529a4ddc21c832e5);}});}google.maps.event.addDomListener(window, 'load', initialize);