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.0539,-92.5214)};var g_6c36c5021cad783528b591718776a560 = new google.maps.Geocoder();g_6c36c5021cad783528b591718776a560.geocode( { 'address': "2774 Commerce Dr NW, Rochester, MN 55901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MN-bell-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MN-bell-bank-mortgage'), mapOptions);}document.getElementById('633fa6b6').innerHTML += ' | View Map';var $l6c36c5021cad783528b591718776a560 = '

Bell Bank Mortgage

Address: 2774 Commerce Dr NW, Rochester, MN 55901, USA
Phone: (507) 250-5326
';var m_6c36c5021cad783528b591718776a560 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell Bank Mortgage',});m_6c36c5021cad783528b591718776a560['infowindow'] = new google.maps.InfoWindow({content: $l6c36c5021cad783528b591718776a560});var infowindow = new google.maps.InfoWindow({content: $l6c36c5021cad783528b591718776a560});google.maps.event.addListener(m_6c36c5021cad783528b591718776a560, 'click', function() {infowindow.open(map,m_6c36c5021cad783528b591718776a560);});$marker.push(m_6c36c5021cad783528b591718776a560);}});}google.maps.event.addDomListener(window, 'load', initialize);