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.9848,-93.2702)};var g_a73c20113114f874f2f2139cb931364a = new google.maps.Geocoder();g_a73c20113114f874f2f2139cb931364a.geocode( { 'address': "3251 Northdale Blvd NW, Minneapolis, MN 55448"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-klein-bank').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-klein-bank'), mapOptions);}document.getElementById('fbc55840').innerHTML += ' | View Map';var $la73c20113114f874f2f2139cb931364a = '

Klein Bank

Address: 3251 Northdale Blvd NW, Minneapolis, MN 55448
Phone: (763) 427-5005
';var m_a73c20113114f874f2f2139cb931364a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Klein Bank',});m_a73c20113114f874f2f2139cb931364a['infowindow'] = new google.maps.InfoWindow({content: $la73c20113114f874f2f2139cb931364a});var infowindow = new google.maps.InfoWindow({content: $la73c20113114f874f2f2139cb931364a});google.maps.event.addListener(m_a73c20113114f874f2f2139cb931364a, 'click', function() {infowindow.open(map,m_a73c20113114f874f2f2139cb931364a);});$marker.push(m_a73c20113114f874f2f2139cb931364a);}});}google.maps.event.addDomListener(window, 'load', initialize);