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(42.5055,-90.7211)};var g_952458ddc15e0eb6772ede6d579aef5d = new google.maps.Geocoder();g_952458ddc15e0eb6772ede6d579aef5d.geocode( { 'address': "2005 John F Kennedy Rd, Dubuque, IA 52002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dubuque-IA-dubuque-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('dubuque-IA-dubuque-bank--trust-co'), mapOptions);}document.getElementById('5ecae374').innerHTML += ' | View Map';var $l952458ddc15e0eb6772ede6d579aef5d = '

Dubuque Bank & Trust Co

Address: 2005 John F Kennedy Rd, Dubuque, IA 52002, USA
Phone: (563) 589-1960
';var m_952458ddc15e0eb6772ede6d579aef5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dubuque Bank & Trust Co',});m_952458ddc15e0eb6772ede6d579aef5d['infowindow'] = new google.maps.InfoWindow({content: $l952458ddc15e0eb6772ede6d579aef5d});var infowindow = new google.maps.InfoWindow({content: $l952458ddc15e0eb6772ede6d579aef5d});google.maps.event.addListener(m_952458ddc15e0eb6772ede6d579aef5d, 'click', function() {infowindow.open(map,m_952458ddc15e0eb6772ede6d579aef5d);});$marker.push(m_952458ddc15e0eb6772ede6d579aef5d);}});}google.maps.event.addDomListener(window, 'load', initialize);