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.6356,-94.5835)};var g_4ac9cc14a946fd65d04360a1b1fce5d6 = new google.maps.Geocoder();g_4ac9cc14a946fd65d04360a1b1fce5d6.geocode( { 'address': "500 13th St, Albany, MN 56307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albany-MN-stearns-bank-equipment-finance-division').style.display = '';map = new google.maps.Map(document.getElementById('albany-MN-stearns-bank-equipment-finance-division'), mapOptions);}document.getElementById('88561959').innerHTML += ' | View Map';var $l4ac9cc14a946fd65d04360a1b1fce5d6 = '

Stearns Bank Equipment Finance Division

Address: 500 13th St, Albany, MN 56307, USA
Phone: (800) 247-1922
';var m_4ac9cc14a946fd65d04360a1b1fce5d6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Stearns Bank Equipment Finance Division',});m_4ac9cc14a946fd65d04360a1b1fce5d6['infowindow'] = new google.maps.InfoWindow({content: $l4ac9cc14a946fd65d04360a1b1fce5d6});var infowindow = new google.maps.InfoWindow({content: $l4ac9cc14a946fd65d04360a1b1fce5d6});google.maps.event.addListener(m_4ac9cc14a946fd65d04360a1b1fce5d6, 'click', function() {infowindow.open(map,m_4ac9cc14a946fd65d04360a1b1fce5d6);});$marker.push(m_4ac9cc14a946fd65d04360a1b1fce5d6);}});}google.maps.event.addDomListener(window, 'load', initialize);