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.3817,-94.7122)};var g_d4f0f0806b7338733b81d7745499dd4b = new google.maps.Geocoder();g_d4f0f0806b7338733b81d7745499dd4b.geocode( { 'address': "125 E James St, Paynesville, MN 56362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paynesville-MN-perennial-bank').style.display = '';map = new google.maps.Map(document.getElementById('paynesville-MN-perennial-bank'), mapOptions);}document.getElementById('ad5cd781').innerHTML += ' | View Map';var $ld4f0f0806b7338733b81d7745499dd4b = '

Perennial Bank

Address: 125 E James St, Paynesville, MN 56362, USA
Phone: (320) 243-3702
';var m_d4f0f0806b7338733b81d7745499dd4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Perennial Bank',});m_d4f0f0806b7338733b81d7745499dd4b['infowindow'] = new google.maps.InfoWindow({content: $ld4f0f0806b7338733b81d7745499dd4b});var infowindow = new google.maps.InfoWindow({content: $ld4f0f0806b7338733b81d7745499dd4b});google.maps.event.addListener(m_d4f0f0806b7338733b81d7745499dd4b, 'click', function() {infowindow.open(map,m_d4f0f0806b7338733b81d7745499dd4b);});$marker.push(m_d4f0f0806b7338733b81d7745499dd4b);}});}google.maps.event.addDomListener(window, 'load', initialize);