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.9873,-90.2399)};var g_47233cada37e3377ce5d1a88a09a20ee = new google.maps.Geocoder();g_47233cada37e3377ce5d1a88a09a20ee.geocode( { 'address': "4330 140th St, Andover, IA 52701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('andover-IA-clinton-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('andover-IA-clinton-national-bank'), mapOptions);}document.getElementById('1a6a0df8').innerHTML += ' | View Map';var $l47233cada37e3377ce5d1a88a09a20ee = '

Clinton National Bank

Address: 4330 140th St, Andover, IA 52701
Phone: (563) 682-7609
';var m_47233cada37e3377ce5d1a88a09a20ee = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clinton National Bank',});m_47233cada37e3377ce5d1a88a09a20ee['infowindow'] = new google.maps.InfoWindow({content: $l47233cada37e3377ce5d1a88a09a20ee});var infowindow = new google.maps.InfoWindow({content: $l47233cada37e3377ce5d1a88a09a20ee});google.maps.event.addListener(m_47233cada37e3377ce5d1a88a09a20ee, 'click', function() {infowindow.open(map,m_47233cada37e3377ce5d1a88a09a20ee);});$marker.push(m_47233cada37e3377ce5d1a88a09a20ee);}});}google.maps.event.addDomListener(window, 'load', initialize);