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.9145,-94.6407)};var g_e5f04218f42195b49df8b13569cf8f8a = new google.maps.Geocoder();g_e5f04218f42195b49df8b13569cf8f8a.geocode( { 'address': "306 De Graff Ave, Swanville, MN 56382, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swanville-MN-first-state-bank-swanville').style.display = '';map = new google.maps.Map(document.getElementById('swanville-MN-first-state-bank-swanville'), mapOptions);}document.getElementById('e447dbb1').innerHTML += ' | View Map';var $le5f04218f42195b49df8b13569cf8f8a = '

First State Bank-Swanville

Address: 306 De Graff Ave, Swanville, MN 56382, USA
Phone: (320) 547-2442
';var m_e5f04218f42195b49df8b13569cf8f8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First State Bank-Swanville',});m_e5f04218f42195b49df8b13569cf8f8a['infowindow'] = new google.maps.InfoWindow({content: $le5f04218f42195b49df8b13569cf8f8a});var infowindow = new google.maps.InfoWindow({content: $le5f04218f42195b49df8b13569cf8f8a});google.maps.event.addListener(m_e5f04218f42195b49df8b13569cf8f8a, 'click', function() {infowindow.open(map,m_e5f04218f42195b49df8b13569cf8f8a);});$marker.push(m_e5f04218f42195b49df8b13569cf8f8a);}});}google.maps.event.addDomListener(window, 'load', initialize);