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(46.5539,-95.7165)};var g_3314f6f8715a1ce0080e77ea7b47f608 = new google.maps.Geocoder();g_3314f6f8715a1ce0080e77ea7b47f608.geocode( { 'address': "101 1st St N, Dent, MN 56528, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dent-MN-united-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('dent-MN-united-community-bank'), mapOptions);}document.getElementById('81d432dd').innerHTML += ' | View Map';var $l3314f6f8715a1ce0080e77ea7b47f608 = '

United Community Bank

Address: 101 1st St N, Dent, MN 56528, USA
Phone: (218) 758-2100
';var m_3314f6f8715a1ce0080e77ea7b47f608 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Bank',});m_3314f6f8715a1ce0080e77ea7b47f608['infowindow'] = new google.maps.InfoWindow({content: $l3314f6f8715a1ce0080e77ea7b47f608});var infowindow = new google.maps.InfoWindow({content: $l3314f6f8715a1ce0080e77ea7b47f608});google.maps.event.addListener(m_3314f6f8715a1ce0080e77ea7b47f608, 'click', function() {infowindow.open(map,m_3314f6f8715a1ce0080e77ea7b47f608);});$marker.push(m_3314f6f8715a1ce0080e77ea7b47f608);}});}google.maps.event.addDomListener(window, 'load', initialize);