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.9697,-95.2934)};var g_af988312978fad72c24e545c31bf8a49 = new google.maps.Geocoder();g_af988312978fad72c24e545c31bf8a49.geocode( { 'address': "301 Main Ave, Carlos, MN 56319"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlos-MN-black-ridge-bank').style.display = '';map = new google.maps.Map(document.getElementById('carlos-MN-black-ridge-bank'), mapOptions);}document.getElementById('0c5cd685').innerHTML += ' | View Map';var $laf988312978fad72c24e545c31bf8a49 = '

Black Ridge Bank

Address: 301 Main Ave, Carlos, MN 56319
Phone: (320) 852-7591
';var m_af988312978fad72c24e545c31bf8a49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Black Ridge Bank',});m_af988312978fad72c24e545c31bf8a49['infowindow'] = new google.maps.InfoWindow({content: $laf988312978fad72c24e545c31bf8a49});var infowindow = new google.maps.InfoWindow({content: $laf988312978fad72c24e545c31bf8a49});google.maps.event.addListener(m_af988312978fad72c24e545c31bf8a49, 'click', function() {infowindow.open(map,m_af988312978fad72c24e545c31bf8a49);});$marker.push(m_af988312978fad72c24e545c31bf8a49);}});}google.maps.event.addDomListener(window, 'load', initialize);