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()};var g_29524de15c2dd7ad71bcec153fcb3717 = new google.maps.Geocoder();g_29524de15c2dd7ad71bcec153fcb3717.geocode( { 'address': "8890 Highway 7, St Bonifacius, MN 55375"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('st-bonifacius-MN-klein-bank').style.display = '';map = new google.maps.Map(document.getElementById('st-bonifacius-MN-klein-bank'), mapOptions);}document.getElementById('92c39bb6').innerHTML += ' | View Map';var $l29524de15c2dd7ad71bcec153fcb3717 = '

Klein Bank

Address: 8890 Highway 7, St Bonifacius, MN 55375
Phone: (952) 446-9636
';var m_29524de15c2dd7ad71bcec153fcb3717 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Klein Bank',});m_29524de15c2dd7ad71bcec153fcb3717['infowindow'] = new google.maps.InfoWindow({content: $l29524de15c2dd7ad71bcec153fcb3717});var infowindow = new google.maps.InfoWindow({content: $l29524de15c2dd7ad71bcec153fcb3717});google.maps.event.addListener(m_29524de15c2dd7ad71bcec153fcb3717, 'click', function() {infowindow.open(map,m_29524de15c2dd7ad71bcec153fcb3717);});$marker.push(m_29524de15c2dd7ad71bcec153fcb3717);}});}google.maps.event.addDomListener(window, 'load', initialize);