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(40.5316,-91.4139)};var g_82773138c382ddcf978bdf579bf3890e = new google.maps.Geocoder();g_82773138c382ddcf978bdf579bf3890e.geocode( { 'address': "121 S 1st St, Montrose, IA 52639, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montrose-IA-ksb-bank').style.display = '';map = new google.maps.Map(document.getElementById('montrose-IA-ksb-bank'), mapOptions);}document.getElementById('b3eadfb2').innerHTML += ' | View Map';var $l82773138c382ddcf978bdf579bf3890e = '

KSB Bank

Address: 121 S 1st St, Montrose, IA 52639, USA
Phone: (319) 463-5455
';var m_82773138c382ddcf978bdf579bf3890e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KSB Bank',});m_82773138c382ddcf978bdf579bf3890e['infowindow'] = new google.maps.InfoWindow({content: $l82773138c382ddcf978bdf579bf3890e});var infowindow = new google.maps.InfoWindow({content: $l82773138c382ddcf978bdf579bf3890e});google.maps.event.addListener(m_82773138c382ddcf978bdf579bf3890e, 'click', function() {infowindow.open(map,m_82773138c382ddcf978bdf579bf3890e);});$marker.push(m_82773138c382ddcf978bdf579bf3890e);}});}google.maps.event.addDomListener(window, 'load', initialize);