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.6446,-95.2004)};var g_7c247275b02bcb9fafb8c5c93328e43b = new google.maps.Geocoder();g_7c247275b02bcb9fafb8c5c93328e43b.geocode( { 'address': "601 Lake Ave N, Storm Lake, IA 50588, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('storm-lake-IA-security-trust--savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('storm-lake-IA-security-trust--savings-bank'), mapOptions);}document.getElementById('aede5e06').innerHTML += ' | View Map';var $l7c247275b02bcb9fafb8c5c93328e43b = '

Security Trust & Savings Bank

Address: 601 Lake Ave N, Storm Lake, IA 50588, USA
Phone: (712) 732-3022
';var m_7c247275b02bcb9fafb8c5c93328e43b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Trust & Savings Bank',});m_7c247275b02bcb9fafb8c5c93328e43b['infowindow'] = new google.maps.InfoWindow({content: $l7c247275b02bcb9fafb8c5c93328e43b});var infowindow = new google.maps.InfoWindow({content: $l7c247275b02bcb9fafb8c5c93328e43b});google.maps.event.addListener(m_7c247275b02bcb9fafb8c5c93328e43b, 'click', function() {infowindow.open(map,m_7c247275b02bcb9fafb8c5c93328e43b);});$marker.push(m_7c247275b02bcb9fafb8c5c93328e43b);}});}google.maps.event.addDomListener(window, 'load', initialize);