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_4b614442441630d9df7528a7a7af9315 = new google.maps.Geocoder();g_4b614442441630d9df7528a7a7af9315.geocode( { 'address': "10 Acoma Blvd S, Lake Havasu City, AZ 86403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-havasu-city-AZ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('lake-havasu-city-AZ-bank-of-america'), mapOptions);}document.getElementById('368b33b1').innerHTML += ' | View Map';var $l4b614442441630d9df7528a7a7af9315 = '

Bank of America

Address: 10 Acoma Blvd S, Lake Havasu City, AZ 86403
Phone: (928) 855-3003
';var m_4b614442441630d9df7528a7a7af9315 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_4b614442441630d9df7528a7a7af9315['infowindow'] = new google.maps.InfoWindow({content: $l4b614442441630d9df7528a7a7af9315});var infowindow = new google.maps.InfoWindow({content: $l4b614442441630d9df7528a7a7af9315});google.maps.event.addListener(m_4b614442441630d9df7528a7a7af9315, 'click', function() {infowindow.open(map,m_4b614442441630d9df7528a7a7af9315);});$marker.push(m_4b614442441630d9df7528a7a7af9315);}});}google.maps.event.addDomListener(window, 'load', initialize);