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.7486,-95.551)};var g_3fcbfc77920510c190477ab706d01da2 = new google.maps.Geocoder();g_3fcbfc77920510c190477ab706d01da2.geocode( { 'address': "200 S 2nd St, Cherokee, IA 51012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cherokee-IA-state-saving-bank').style.display = '';map = new google.maps.Map(document.getElementById('cherokee-IA-state-saving-bank'), mapOptions);}document.getElementById('2bb6ef36').innerHTML += ' | View Map';var $l3fcbfc77920510c190477ab706d01da2 = '

State Saving Bank

Address: 200 S 2nd St, Cherokee, IA 51012, USA
Phone: (712) 225-6117
';var m_3fcbfc77920510c190477ab706d01da2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Saving Bank',});m_3fcbfc77920510c190477ab706d01da2['infowindow'] = new google.maps.InfoWindow({content: $l3fcbfc77920510c190477ab706d01da2});var infowindow = new google.maps.InfoWindow({content: $l3fcbfc77920510c190477ab706d01da2});google.maps.event.addListener(m_3fcbfc77920510c190477ab706d01da2, 'click', function() {infowindow.open(map,m_3fcbfc77920510c190477ab706d01da2);});$marker.push(m_3fcbfc77920510c190477ab706d01da2);}});}google.maps.event.addDomListener(window, 'load', initialize);