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(41.5223,-90.5776)};var g_84c2e94a8a46299ff680bf47adac891e = new google.maps.Geocoder();g_84c2e94a8a46299ff680bf47adac891e.geocode( { 'address': "3889 Elmore Ave, Davenport, IA 52807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davenport-IA-black-hawk-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('davenport-IA-black-hawk-bank-trust'), mapOptions);}document.getElementById('ca166f67').innerHTML += ' | View Map';var $l84c2e94a8a46299ff680bf47adac891e = '

Black Hawk Bank & Trust

Address: 3889 Elmore Ave, Davenport, IA 52807
Phone: (563) 441-9600
';var m_84c2e94a8a46299ff680bf47adac891e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Hawk Bank & Trust',});m_84c2e94a8a46299ff680bf47adac891e['infowindow'] = new google.maps.InfoWindow({content: $l84c2e94a8a46299ff680bf47adac891e});var infowindow = new google.maps.InfoWindow({content: $l84c2e94a8a46299ff680bf47adac891e});google.maps.event.addListener(m_84c2e94a8a46299ff680bf47adac891e, 'click', function() {infowindow.open(map,m_84c2e94a8a46299ff680bf47adac891e);});$marker.push(m_84c2e94a8a46299ff680bf47adac891e);}});}google.maps.event.addDomListener(window, 'load', initialize);