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.65,-96.7227)};var g_294e09f267683c7ddc6cc5134a7e68a8 = new google.maps.Geocoder();g_294e09f267683c7ddc6cc5134a7e68a8.geocode( { 'address': "325 W Broadway, Browns Valley, MN 56219"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('browns-valley-MN-union-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('browns-valley-MN-union-state-bank'), mapOptions);}document.getElementById('e40cf99c').innerHTML += ' | View Map';var $l294e09f267683c7ddc6cc5134a7e68a8 = '

Union State Bank

Address: 325 W Broadway, Browns Valley, MN 56219
Phone: (320) 695-2101
';var m_294e09f267683c7ddc6cc5134a7e68a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union State Bank',});m_294e09f267683c7ddc6cc5134a7e68a8['infowindow'] = new google.maps.InfoWindow({content: $l294e09f267683c7ddc6cc5134a7e68a8});var infowindow = new google.maps.InfoWindow({content: $l294e09f267683c7ddc6cc5134a7e68a8});google.maps.event.addListener(m_294e09f267683c7ddc6cc5134a7e68a8, 'click', function() {infowindow.open(map,m_294e09f267683c7ddc6cc5134a7e68a8);});$marker.push(m_294e09f267683c7ddc6cc5134a7e68a8);}});}google.maps.event.addDomListener(window, 'load', initialize);