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(43.2966,-91.9845)};var g_383c1204c7974a72ec72fd4106eb91b5 = new google.maps.Geocoder();g_383c1204c7974a72ec72fd4106eb91b5.geocode( { 'address': "410 9, Ridgeway, IA 52165, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeway-IA-cusb-bank---ridgeway').style.display = '';map = new google.maps.Map(document.getElementById('ridgeway-IA-cusb-bank---ridgeway'), mapOptions);}document.getElementById('6e3cbedb').innerHTML += ' | View Map';var $l383c1204c7974a72ec72fd4106eb91b5 = '

CUSB Bank - Ridgeway

Address: 410 9, Ridgeway, IA 52165, USA
Phone: (563) 737-2239
';var m_383c1204c7974a72ec72fd4106eb91b5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CUSB Bank - Ridgeway',});m_383c1204c7974a72ec72fd4106eb91b5['infowindow'] = new google.maps.InfoWindow({content: $l383c1204c7974a72ec72fd4106eb91b5});var infowindow = new google.maps.InfoWindow({content: $l383c1204c7974a72ec72fd4106eb91b5});google.maps.event.addListener(m_383c1204c7974a72ec72fd4106eb91b5, 'click', function() {infowindow.open(map,m_383c1204c7974a72ec72fd4106eb91b5);});$marker.push(m_383c1204c7974a72ec72fd4106eb91b5);}});}google.maps.event.addDomListener(window, 'load', initialize);