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(45.0649,-93.9706)};var g_ec297d8f733e0d545a7d74d93696d6ab = new google.maps.Geocoder();g_ec297d8f733e0d545a7d74d93696d6ab.geocode( { 'address': "609 Pacific Ave, Waverly, MN 55390, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waverly-MN-citizens-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('waverly-MN-citizens-state-bank'), mapOptions);}document.getElementById('aa437767').innerHTML += ' | View Map';var $lec297d8f733e0d545a7d74d93696d6ab = '

Citizens State Bank

Address: 609 Pacific Ave, Waverly, MN 55390, USA
Phone: (763) 658-4417
';var m_ec297d8f733e0d545a7d74d93696d6ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens State Bank',});m_ec297d8f733e0d545a7d74d93696d6ab['infowindow'] = new google.maps.InfoWindow({content: $lec297d8f733e0d545a7d74d93696d6ab});var infowindow = new google.maps.InfoWindow({content: $lec297d8f733e0d545a7d74d93696d6ab});google.maps.event.addListener(m_ec297d8f733e0d545a7d74d93696d6ab, 'click', function() {infowindow.open(map,m_ec297d8f733e0d545a7d74d93696d6ab);});$marker.push(m_ec297d8f733e0d545a7d74d93696d6ab);}});}google.maps.event.addDomListener(window, 'load', initialize);