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.8783,-93.679)};var g_76c1608f04f1ace89f627fa7b6713893 = new google.maps.Geocoder();g_76c1608f04f1ace89f627fa7b6713893.geocode( { 'address': "501 Linn St, Slater, IA 50244, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('slater-IA-south-story-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('slater-IA-south-story-bank--trust'), mapOptions);}document.getElementById('f2e627b0').innerHTML += ' | View Map';var $l76c1608f04f1ace89f627fa7b6713893 = '

South Story Bank & Trust

Address: 501 Linn St, Slater, IA 50244, USA
Phone: (515) 228-3566
';var m_76c1608f04f1ace89f627fa7b6713893 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Story Bank & Trust',});m_76c1608f04f1ace89f627fa7b6713893['infowindow'] = new google.maps.InfoWindow({content: $l76c1608f04f1ace89f627fa7b6713893});var infowindow = new google.maps.InfoWindow({content: $l76c1608f04f1ace89f627fa7b6713893});google.maps.event.addListener(m_76c1608f04f1ace89f627fa7b6713893, 'click', function() {infowindow.open(map,m_76c1608f04f1ace89f627fa7b6713893);});$marker.push(m_76c1608f04f1ace89f627fa7b6713893);}});}google.maps.event.addDomListener(window, 'load', initialize);