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.0692,-92.5031)};var g_56a7046f6cd89347a485d25f33a08af9 = new google.maps.Geocoder();g_56a7046f6cd89347a485d25f33a08af9.geocode( { 'address': "4408 W Frontage Rd, Rochester, MN 55901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MN-mbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MN-mbt-bank'), mapOptions);}document.getElementById('0bd5a8df').innerHTML += ' | View Map';var $l56a7046f6cd89347a485d25f33a08af9 = '

MBT Bank

Address: 4408 W Frontage Rd, Rochester, MN 55901, USA
Phone: (507) 226-8460
';var m_56a7046f6cd89347a485d25f33a08af9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MBT Bank',});m_56a7046f6cd89347a485d25f33a08af9['infowindow'] = new google.maps.InfoWindow({content: $l56a7046f6cd89347a485d25f33a08af9});var infowindow = new google.maps.InfoWindow({content: $l56a7046f6cd89347a485d25f33a08af9});google.maps.event.addListener(m_56a7046f6cd89347a485d25f33a08af9, 'click', function() {infowindow.open(map,m_56a7046f6cd89347a485d25f33a08af9);});$marker.push(m_56a7046f6cd89347a485d25f33a08af9);}});}google.maps.event.addDomListener(window, 'load', initialize);