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.8139,-95.9713)};var g_32dbadbc65431600f5f9583d4d2a4017 = new google.maps.Geocoder();g_32dbadbc65431600f5f9583d4d2a4017.geocode( { 'address': "17 W 2nd St, Remsen, IA 51050"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('remsen-IA-iowa-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('remsen-IA-iowa-state-bank'), mapOptions);}document.getElementById('4174ef7f').innerHTML += ' | View Map';var $l32dbadbc65431600f5f9583d4d2a4017 = '

Iowa State Bank

Address: 17 W 2nd St, Remsen, IA 51050
Phone: (712) 786-1143
';var m_32dbadbc65431600f5f9583d4d2a4017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iowa State Bank',});m_32dbadbc65431600f5f9583d4d2a4017['infowindow'] = new google.maps.InfoWindow({content: $l32dbadbc65431600f5f9583d4d2a4017});var infowindow = new google.maps.InfoWindow({content: $l32dbadbc65431600f5f9583d4d2a4017});google.maps.event.addListener(m_32dbadbc65431600f5f9583d4d2a4017, 'click', function() {infowindow.open(map,m_32dbadbc65431600f5f9583d4d2a4017);});$marker.push(m_32dbadbc65431600f5f9583d4d2a4017);}});}google.maps.event.addDomListener(window, 'load', initialize);