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.5765,-90.5122)};var g_aa013dd965426609ca907a17a69a97d6 = new google.maps.Geocoder();g_aa013dd965426609ca907a17a69a97d6.geocode( { 'address': "5405 Utica Ridge Rd # 100, Davenport, IA 52807, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('davenport-IA-quad-city-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('davenport-IA-quad-city-bank--trust'), mapOptions);}document.getElementById('b51755b4').innerHTML += ' | View Map';var $laa013dd965426609ca907a17a69a97d6 = '

Quad City Bank & Trust

Address: 5405 Utica Ridge Rd # 100, Davenport, IA 52807, USA
Phone: (563) 459-0100
';var m_aa013dd965426609ca907a17a69a97d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quad City Bank & Trust',});m_aa013dd965426609ca907a17a69a97d6['infowindow'] = new google.maps.InfoWindow({content: $laa013dd965426609ca907a17a69a97d6});var infowindow = new google.maps.InfoWindow({content: $laa013dd965426609ca907a17a69a97d6});google.maps.event.addListener(m_aa013dd965426609ca907a17a69a97d6, 'click', function() {infowindow.open(map,m_aa013dd965426609ca907a17a69a97d6);});$marker.push(m_aa013dd965426609ca907a17a69a97d6);}});}google.maps.event.addDomListener(window, 'load', initialize);