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(44.8847,-94.0418)};var g_766409c54434415bf61c5a5fde55f8ce = new google.maps.Geocoder();g_766409c54434415bf61c5a5fde55f8ce.geocode( { 'address': "500 Central Ave, Lester Prairie, MN 55354, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lester-prairie-MN-first-community-bank---lester-prairie').style.display = '';map = new google.maps.Map(document.getElementById('lester-prairie-MN-first-community-bank---lester-prairie'), mapOptions);}document.getElementById('9aaecec4').innerHTML += ' | View Map';var $l766409c54434415bf61c5a5fde55f8ce = '

First Community Bank - Lester Prairie

Address: 500 Central Ave, Lester Prairie, MN 55354, USA
Phone: (320) 395-2515
';var m_766409c54434415bf61c5a5fde55f8ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Community Bank - Lester Prairie',});m_766409c54434415bf61c5a5fde55f8ce['infowindow'] = new google.maps.InfoWindow({content: $l766409c54434415bf61c5a5fde55f8ce});var infowindow = new google.maps.InfoWindow({content: $l766409c54434415bf61c5a5fde55f8ce});google.maps.event.addListener(m_766409c54434415bf61c5a5fde55f8ce, 'click', function() {infowindow.open(map,m_766409c54434415bf61c5a5fde55f8ce);});$marker.push(m_766409c54434415bf61c5a5fde55f8ce);}});}google.maps.event.addDomListener(window, 'load', initialize);