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.8203,-93.1483)};var g_e54c8f8a9cea7f42e53177711486fb40 = new google.maps.Geocoder();g_e54c8f8a9cea7f42e53177711486fb40.geocode( { 'address': "102 S Main St, Baxter, IA 50028"}, 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('f3c8ff86').innerHTML += ' | View Map';var $le54c8f8a9cea7f42e53177711486fb40 = '

State Savings Bank

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