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.9028,-93.7504)};var g_323b34196c873444da59fab8fbdc7c7b = new google.maps.Geocoder();g_323b34196c873444da59fab8fbdc7c7b.geocode( { 'address': "8900 MN-7, St Bonifacius, MN 55375, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-bonifacius-MN-kleinbank').style.display = '';map = new google.maps.Map(document.getElementById('saint-bonifacius-MN-kleinbank'), mapOptions);}document.getElementById('49cc9f24').innerHTML += ' | View Map';var $l323b34196c873444da59fab8fbdc7c7b = '

KleinBank

Address: 8900 MN-7, St Bonifacius, MN 55375, USA
Phone: (888) 553-4648
';var m_323b34196c873444da59fab8fbdc7c7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'KleinBank',});m_323b34196c873444da59fab8fbdc7c7b['infowindow'] = new google.maps.InfoWindow({content: $l323b34196c873444da59fab8fbdc7c7b});var infowindow = new google.maps.InfoWindow({content: $l323b34196c873444da59fab8fbdc7c7b});google.maps.event.addListener(m_323b34196c873444da59fab8fbdc7c7b, 'click', function() {infowindow.open(map,m_323b34196c873444da59fab8fbdc7c7b);});$marker.push(m_323b34196c873444da59fab8fbdc7c7b);}});}google.maps.event.addDomListener(window, 'load', initialize);