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.4976,-95.2949)};var g_59b5a32ef22091b6057d844141c0bafd = new google.maps.Geocoder();g_59b5a32ef22091b6057d844141c0bafd.geocode( { 'address': "100 W 2nd St, Schaller, IA 51053"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schaller-IA-state-bank-agency').style.display = '';map = new google.maps.Map(document.getElementById('schaller-IA-state-bank-agency'), mapOptions);}document.getElementById('4d7c3901').innerHTML += ' | View Map';var $l59b5a32ef22091b6057d844141c0bafd = '

State Bank Agency

Address: 100 W 2nd St, Schaller, IA 51053
Phone: (800) 662-9809
';var m_59b5a32ef22091b6057d844141c0bafd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'State Bank Agency',});m_59b5a32ef22091b6057d844141c0bafd['infowindow'] = new google.maps.InfoWindow({content: $l59b5a32ef22091b6057d844141c0bafd});var infowindow = new google.maps.InfoWindow({content: $l59b5a32ef22091b6057d844141c0bafd});google.maps.event.addListener(m_59b5a32ef22091b6057d844141c0bafd, 'click', function() {infowindow.open(map,m_59b5a32ef22091b6057d844141c0bafd);});$marker.push(m_59b5a32ef22091b6057d844141c0bafd);}});}google.maps.event.addDomListener(window, 'load', initialize);