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.165,-94.2543)};var g_65ff46c7557b8817301e47b2184ff0ad = new google.maps.Geocoder();g_65ff46c7557b8817301e47b2184ff0ad.geocode( { 'address': "207 S Main St, Paton, IA 50217, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paton-IA-community-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('paton-IA-community-state-bank'), mapOptions);}document.getElementById('264c70eb').innerHTML += ' | View Map';var $l65ff46c7557b8817301e47b2184ff0ad = '

Community State Bank

Address: 207 S Main St, Paton, IA 50217, USA
Phone: (515) 968-4131
';var m_65ff46c7557b8817301e47b2184ff0ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community State Bank',});m_65ff46c7557b8817301e47b2184ff0ad['infowindow'] = new google.maps.InfoWindow({content: $l65ff46c7557b8817301e47b2184ff0ad});var infowindow = new google.maps.InfoWindow({content: $l65ff46c7557b8817301e47b2184ff0ad});google.maps.event.addListener(m_65ff46c7557b8817301e47b2184ff0ad, 'click', function() {infowindow.open(map,m_65ff46c7557b8817301e47b2184ff0ad);});$marker.push(m_65ff46c7557b8817301e47b2184ff0ad);}});}google.maps.event.addDomListener(window, 'load', initialize);