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.8684,-94.2875)};var g_8219b4c1682b058efba2c2372504823b = new google.maps.Geocoder();g_8219b4c1682b058efba2c2372504823b.geocode( { 'address': "104 Humboldt Ave, Bode, IA 50519, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bode-IA-west-iowa-bank').style.display = '';map = new google.maps.Map(document.getElementById('bode-IA-west-iowa-bank'), mapOptions);}document.getElementById('da694779').innerHTML += ' | View Map';var $l8219b4c1682b058efba2c2372504823b = '

West Iowa Bank

Address: 104 Humboldt Ave, Bode, IA 50519, USA
Phone: (515) 379-1111
';var m_8219b4c1682b058efba2c2372504823b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Iowa Bank',});m_8219b4c1682b058efba2c2372504823b['infowindow'] = new google.maps.InfoWindow({content: $l8219b4c1682b058efba2c2372504823b});var infowindow = new google.maps.InfoWindow({content: $l8219b4c1682b058efba2c2372504823b});google.maps.event.addListener(m_8219b4c1682b058efba2c2372504823b, 'click', function() {infowindow.open(map,m_8219b4c1682b058efba2c2372504823b);});$marker.push(m_8219b4c1682b058efba2c2372504823b);}});}google.maps.event.addDomListener(window, 'load', initialize);