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.7369,-95.7024)};var g_461ae9fde0b98450e308bd217ba14f9f = new google.maps.Geocoder();g_461ae9fde0b98450e308bd217ba14f9f.geocode( { 'address': "425 Walker St, Woodbine, IA 51579, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woodbine-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('woodbine-IA-bank-of-the-west'), mapOptions);}document.getElementById('77fccfc5').innerHTML += ' | View Map';var $l461ae9fde0b98450e308bd217ba14f9f = '

Bank of the West

Address: 425 Walker St, Woodbine, IA 51579, USA
Phone: (712) 647-2301
';var m_461ae9fde0b98450e308bd217ba14f9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_461ae9fde0b98450e308bd217ba14f9f['infowindow'] = new google.maps.InfoWindow({content: $l461ae9fde0b98450e308bd217ba14f9f});var infowindow = new google.maps.InfoWindow({content: $l461ae9fde0b98450e308bd217ba14f9f});google.maps.event.addListener(m_461ae9fde0b98450e308bd217ba14f9f, 'click', function() {infowindow.open(map,m_461ae9fde0b98450e308bd217ba14f9f);});$marker.push(m_461ae9fde0b98450e308bd217ba14f9f);}});}google.maps.event.addDomListener(window, 'load', initialize);