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(43.0458,-93.4759)};var g_bc854eacfdb9fe980878d5fc6ab86930 = new google.maps.Geocoder();g_bc854eacfdb9fe980878d5fc6ab86930.geocode( { 'address': "100 E Main St, Klemme, IA 50449"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('klemme-IA-reliance-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('klemme-IA-reliance-state-bank'), mapOptions);}document.getElementById('486e4768').innerHTML += ' | View Map';var $lbc854eacfdb9fe980878d5fc6ab86930 = '

Reliance State Bank

Address: 100 E Main St, Klemme, IA 50449
Phone: (641) 587-2202
';var m_bc854eacfdb9fe980878d5fc6ab86930 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Reliance State Bank',});m_bc854eacfdb9fe980878d5fc6ab86930['infowindow'] = new google.maps.InfoWindow({content: $lbc854eacfdb9fe980878d5fc6ab86930});var infowindow = new google.maps.InfoWindow({content: $lbc854eacfdb9fe980878d5fc6ab86930});google.maps.event.addListener(m_bc854eacfdb9fe980878d5fc6ab86930, 'click', function() {infowindow.open(map,m_bc854eacfdb9fe980878d5fc6ab86930);});$marker.push(m_bc854eacfdb9fe980878d5fc6ab86930);}});}google.maps.event.addDomListener(window, 'load', initialize);