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.5849,-92.5253)};var g_28b2255ba27e51d45a2fe036ce5f473c = new google.maps.Geocoder();g_28b2255ba27e51d45a2fe036ce5f473c.geocode( { 'address': "205 S Front St, Montezuma, IA 50171"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montezuma-IA-county-bank').style.display = '';map = new google.maps.Map(document.getElementById('montezuma-IA-county-bank'), mapOptions);}document.getElementById('a496bc6a').innerHTML += ' | View Map';var $l28b2255ba27e51d45a2fe036ce5f473c = '

County Bank

Address: 205 S Front St, Montezuma, IA 50171
Phone: (641) 623-5358
';var m_28b2255ba27e51d45a2fe036ce5f473c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'County Bank',});m_28b2255ba27e51d45a2fe036ce5f473c['infowindow'] = new google.maps.InfoWindow({content: $l28b2255ba27e51d45a2fe036ce5f473c});var infowindow = new google.maps.InfoWindow({content: $l28b2255ba27e51d45a2fe036ce5f473c});google.maps.event.addListener(m_28b2255ba27e51d45a2fe036ce5f473c, 'click', function() {infowindow.open(map,m_28b2255ba27e51d45a2fe036ce5f473c);});$marker.push(m_28b2255ba27e51d45a2fe036ce5f473c);}});}google.maps.event.addDomListener(window, 'load', initialize);