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.0818,-90.3265)};var g_f4d3a9b22204bc9cd4a83ec616bf6097 = new google.maps.Geocoder();g_f4d3a9b22204bc9cd4a83ec616bf6097.geocode( { 'address': "329 Ferry Rd, Miles, IA 52064"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('miles-IA-clinton-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('miles-IA-clinton-national-bank'), mapOptions);}document.getElementById('7a3e1a89').innerHTML += ' | View Map';var $lf4d3a9b22204bc9cd4a83ec616bf6097 = '

Clinton National Bank

Address: 329 Ferry Rd, Miles, IA 52064
Phone: (563) 682-7777
';var m_f4d3a9b22204bc9cd4a83ec616bf6097 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clinton National Bank',});m_f4d3a9b22204bc9cd4a83ec616bf6097['infowindow'] = new google.maps.InfoWindow({content: $lf4d3a9b22204bc9cd4a83ec616bf6097});var infowindow = new google.maps.InfoWindow({content: $lf4d3a9b22204bc9cd4a83ec616bf6097});google.maps.event.addListener(m_f4d3a9b22204bc9cd4a83ec616bf6097, 'click', function() {infowindow.open(map,m_f4d3a9b22204bc9cd4a83ec616bf6097);});$marker.push(m_f4d3a9b22204bc9cd4a83ec616bf6097);}});}google.maps.event.addDomListener(window, 'load', initialize);