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.8261,-93.1521)};var g_f2ec213f782c9459fcd164000c85b98e = new google.maps.Geocoder();g_f2ec213f782c9459fcd164000c85b98e.geocode( { 'address': "102 S Main St, Baxter, IA 50028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baxter-IA-state-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('baxter-IA-state-savings-bank'), mapOptions);}document.getElementById('ae1bd491').innerHTML += ' | View Map';var $lf2ec213f782c9459fcd164000c85b98e = '

State Savings Bank

Address: 102 S Main St, Baxter, IA 50028, USA
Phone: (641) 227-3161
';var m_f2ec213f782c9459fcd164000c85b98e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Savings Bank',});m_f2ec213f782c9459fcd164000c85b98e['infowindow'] = new google.maps.InfoWindow({content: $lf2ec213f782c9459fcd164000c85b98e});var infowindow = new google.maps.InfoWindow({content: $lf2ec213f782c9459fcd164000c85b98e});google.maps.event.addListener(m_f2ec213f782c9459fcd164000c85b98e, 'click', function() {infowindow.open(map,m_f2ec213f782c9459fcd164000c85b98e);});$marker.push(m_f2ec213f782c9459fcd164000c85b98e);}});}google.maps.event.addDomListener(window, 'load', initialize);