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.0519,-92.4951)};var g_b9f2d9a7c7e130a3d7716e12f5b78951 = new google.maps.Geocoder();g_b9f2d9a7c7e130a3d7716e12f5b78951.geocode( { 'address': "3147 Superior Dr NW, Rochester, MN 55901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rochester-MN-west-bank-loan-production-offices').style.display = '';map = new google.maps.Map(document.getElementById('rochester-MN-west-bank-loan-production-offices'), mapOptions);}document.getElementById('45eb459d').innerHTML += ' | View Map';var $lb9f2d9a7c7e130a3d7716e12f5b78951 = '

West Bank-Loan Production Offices

Address: 3147 Superior Dr NW, Rochester, MN 55901
Phone: (507) 252-2970
';var m_b9f2d9a7c7e130a3d7716e12f5b78951 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Bank-Loan Production Offices',});m_b9f2d9a7c7e130a3d7716e12f5b78951['infowindow'] = new google.maps.InfoWindow({content: $lb9f2d9a7c7e130a3d7716e12f5b78951});var infowindow = new google.maps.InfoWindow({content: $lb9f2d9a7c7e130a3d7716e12f5b78951});google.maps.event.addListener(m_b9f2d9a7c7e130a3d7716e12f5b78951, 'click', function() {infowindow.open(map,m_b9f2d9a7c7e130a3d7716e12f5b78951);});$marker.push(m_b9f2d9a7c7e130a3d7716e12f5b78951);}});}google.maps.event.addDomListener(window, 'load', initialize);