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.2884,-93.8052)};var g_6d071ab76ca9b5352ec881b8d7d0d15b = new google.maps.Geocoder();g_6d071ab76ca9b5352ec881b8d7d0d15b.geocode( { 'address': "4134 Deegan CT, Monticello, MN 55362, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monticello-MN-premier-bank-monticello').style.display = '';map = new google.maps.Map(document.getElementById('monticello-MN-premier-bank-monticello'), mapOptions);}document.getElementById('179fca0a').innerHTML += ' | View Map';var $l6d071ab76ca9b5352ec881b8d7d0d15b = '

Premier Bank Monticello

Address: 4134 Deegan CT, Monticello, MN 55362, USA
Phone: (763) 271-7670
';var m_6d071ab76ca9b5352ec881b8d7d0d15b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank Monticello',});m_6d071ab76ca9b5352ec881b8d7d0d15b['infowindow'] = new google.maps.InfoWindow({content: $l6d071ab76ca9b5352ec881b8d7d0d15b});var infowindow = new google.maps.InfoWindow({content: $l6d071ab76ca9b5352ec881b8d7d0d15b});google.maps.event.addListener(m_6d071ab76ca9b5352ec881b8d7d0d15b, 'click', function() {infowindow.open(map,m_6d071ab76ca9b5352ec881b8d7d0d15b);});$marker.push(m_6d071ab76ca9b5352ec881b8d7d0d15b);}});}google.maps.event.addDomListener(window, 'load', initialize);