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.3831,-92.4613)};var g_330add99531b6d578cc1c18e8444b10a = new google.maps.Geocoder();g_330add99531b6d578cc1c18e8444b10a.geocode( { 'address': "100 Eddystone Dr, Hudson, IA 50643"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hudson-IA-citizens-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('hudson-IA-citizens-bank-trust'), mapOptions);}document.getElementById('1947f9bf').innerHTML += ' | View Map';var $l330add99531b6d578cc1c18e8444b10a = '

Citizens Bank & Trust

Address: 100 Eddystone Dr, Hudson, IA 50643
Phone: (319) 988-4090
';var m_330add99531b6d578cc1c18e8444b10a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank & Trust',});m_330add99531b6d578cc1c18e8444b10a['infowindow'] = new google.maps.InfoWindow({content: $l330add99531b6d578cc1c18e8444b10a});var infowindow = new google.maps.InfoWindow({content: $l330add99531b6d578cc1c18e8444b10a});google.maps.event.addListener(m_330add99531b6d578cc1c18e8444b10a, 'click', function() {infowindow.open(map,m_330add99531b6d578cc1c18e8444b10a);});$marker.push(m_330add99531b6d578cc1c18e8444b10a);}});}google.maps.event.addDomListener(window, 'load', initialize);