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.0434,-91.5931)};var g_03435e70b2d275b16191f12f3b41df2f = new google.maps.Geocoder();g_03435e70b2d275b16191f12f3b41df2f.geocode( { 'address': "770 Seventh Ave, Marion, IA 52302"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IA-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('marion-IA-bank-of-the-west'), mapOptions);}document.getElementById('8356292f').innerHTML += ' | View Map';var $l03435e70b2d275b16191f12f3b41df2f = '

Bank of the West

Address: 770 Seventh Ave, Marion, IA 52302
Phone: (319) 377-7381
';var m_03435e70b2d275b16191f12f3b41df2f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_03435e70b2d275b16191f12f3b41df2f['infowindow'] = new google.maps.InfoWindow({content: $l03435e70b2d275b16191f12f3b41df2f});var infowindow = new google.maps.InfoWindow({content: $l03435e70b2d275b16191f12f3b41df2f});google.maps.event.addListener(m_03435e70b2d275b16191f12f3b41df2f, 'click', function() {infowindow.open(map,m_03435e70b2d275b16191f12f3b41df2f);});$marker.push(m_03435e70b2d275b16191f12f3b41df2f);}});}google.maps.event.addDomListener(window, 'load', initialize);