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(48.9126,-96.8434)};var g_5d38f2089c80d35ec55113f340c1878d = new google.maps.Geocoder();g_5d38f2089c80d35ec55113f340c1878d.geocode( { 'address': "107 Central Ave, Lancaster, MN 56735"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-MN-united-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-MN-united-valley-bank'), mapOptions);}document.getElementById('aa8e5166').innerHTML += ' | View Map';var $l5d38f2089c80d35ec55113f340c1878d = '

United Valley Bank

Address: 107 Central Ave, Lancaster, MN 56735
Phone: (218) 762-5955
';var m_5d38f2089c80d35ec55113f340c1878d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Valley Bank',});m_5d38f2089c80d35ec55113f340c1878d['infowindow'] = new google.maps.InfoWindow({content: $l5d38f2089c80d35ec55113f340c1878d});var infowindow = new google.maps.InfoWindow({content: $l5d38f2089c80d35ec55113f340c1878d});google.maps.event.addListener(m_5d38f2089c80d35ec55113f340c1878d, 'click', function() {infowindow.open(map,m_5d38f2089c80d35ec55113f340c1878d);});$marker.push(m_5d38f2089c80d35ec55113f340c1878d);}});}google.maps.event.addDomListener(window, 'load', initialize);