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(47.5045,-94.8576)};var g_f455d7705320f70db3783e0358111fcf = new google.maps.Geocoder();g_f455d7705320f70db3783e0358111fcf.geocode( { 'address': "201 3rd St NW, Bemidji, MN 56601"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bemidji-MN-wells-fargo-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bemidji-MN-wells-fargo-home-mortgage'), mapOptions);}document.getElementById('84e2789b').innerHTML += ' | View Map';var $lf455d7705320f70db3783e0358111fcf = '

Wells Fargo Home Mortgage

Address: 201 3rd St NW, Bemidji, MN 56601
Phone: (218) 759-4586
';var m_f455d7705320f70db3783e0358111fcf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage',});m_f455d7705320f70db3783e0358111fcf['infowindow'] = new google.maps.InfoWindow({content: $lf455d7705320f70db3783e0358111fcf});var infowindow = new google.maps.InfoWindow({content: $lf455d7705320f70db3783e0358111fcf});google.maps.event.addListener(m_f455d7705320f70db3783e0358111fcf, 'click', function() {infowindow.open(map,m_f455d7705320f70db3783e0358111fcf);});$marker.push(m_f455d7705320f70db3783e0358111fcf);}});}google.maps.event.addDomListener(window, 'load', initialize);