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(44.2945,-93.2757)};var g_80f8559ea18cbb2812f0cdef89e8b780 = new google.maps.Geocoder();g_80f8559ea18cbb2812f0cdef89e8b780.geocode( { 'address': "417 4th St NW, Faribault, MN 55021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('faribault-MN-premier-bank-faribault').style.display = '';map = new google.maps.Map(document.getElementById('faribault-MN-premier-bank-faribault'), mapOptions);}document.getElementById('49497290').innerHTML += ' | View Map';var $l80f8559ea18cbb2812f0cdef89e8b780 = '

Premier Bank Faribault

Address: 417 4th St NW, Faribault, MN 55021, USA
Phone: (507) 334-3908
';var m_80f8559ea18cbb2812f0cdef89e8b780 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Premier Bank Faribault',});m_80f8559ea18cbb2812f0cdef89e8b780['infowindow'] = new google.maps.InfoWindow({content: $l80f8559ea18cbb2812f0cdef89e8b780});var infowindow = new google.maps.InfoWindow({content: $l80f8559ea18cbb2812f0cdef89e8b780});google.maps.event.addListener(m_80f8559ea18cbb2812f0cdef89e8b780, 'click', function() {infowindow.open(map,m_80f8559ea18cbb2812f0cdef89e8b780);});$marker.push(m_80f8559ea18cbb2812f0cdef89e8b780);}});}google.maps.event.addDomListener(window, 'load', initialize);