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.4456,-94.3946)};var g_a842648d25406294ef60f56b5fe969b9 = new google.maps.Geocoder();g_a842648d25406294ef60f56b5fe969b9.geocode( { 'address': "701 Main Ave, Lafayette, MN 56054"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-MN-citizens-bank-minnesota').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-MN-citizens-bank-minnesota'), mapOptions);}document.getElementById('0e60231c').innerHTML += ' | View Map';var $la842648d25406294ef60f56b5fe969b9 = '

Citizens Bank Minnesota

Address: 701 Main Ave, Lafayette, MN 56054
Phone: (507) 228-8283
';var m_a842648d25406294ef60f56b5fe969b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank Minnesota',});m_a842648d25406294ef60f56b5fe969b9['infowindow'] = new google.maps.InfoWindow({content: $la842648d25406294ef60f56b5fe969b9});var infowindow = new google.maps.InfoWindow({content: $la842648d25406294ef60f56b5fe969b9});google.maps.event.addListener(m_a842648d25406294ef60f56b5fe969b9, 'click', function() {infowindow.open(map,m_a842648d25406294ef60f56b5fe969b9);});$marker.push(m_a842648d25406294ef60f56b5fe969b9);}});}google.maps.event.addDomListener(window, 'load', initialize);