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(43.7748,-96.1998)};var g_a4e4765022eda1b4673057dda714c601 = new google.maps.Geocoder();g_a4e4765022eda1b4673057dda714c601.geocode( { 'address': "102 Main St, Hardwick, MN 56134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hardwick-MN-exchange-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('hardwick-MN-exchange-state-bank'), mapOptions);}document.getElementById('1f63e297').innerHTML += ' | View Map';var $la4e4765022eda1b4673057dda714c601 = '

Exchange State Bank

Address: 102 Main St, Hardwick, MN 56134, USA
Phone: (507) 669-2150
';var m_a4e4765022eda1b4673057dda714c601 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Exchange State Bank',});m_a4e4765022eda1b4673057dda714c601['infowindow'] = new google.maps.InfoWindow({content: $la4e4765022eda1b4673057dda714c601});var infowindow = new google.maps.InfoWindow({content: $la4e4765022eda1b4673057dda714c601});google.maps.event.addListener(m_a4e4765022eda1b4673057dda714c601, 'click', function() {infowindow.open(map,m_a4e4765022eda1b4673057dda714c601);});$marker.push(m_a4e4765022eda1b4673057dda714c601);}});}google.maps.event.addDomListener(window, 'load', initialize);