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.0695,-93.2271)};var g_2d818880a4d72c14f185cbef3fc6061a = new google.maps.Geocoder();g_2d818880a4d72c14f185cbef3fc6061a.geocode( { 'address': "1400 S Oak Ave, Owatonna, MN 55060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owatonna-MN-wells-fargo-home-mortgage---kelly-ratzloff').style.display = '';map = new google.maps.Map(document.getElementById('owatonna-MN-wells-fargo-home-mortgage---kelly-ratzloff'), mapOptions);}document.getElementById('b611793e').innerHTML += ' | View Map';var $l2d818880a4d72c14f185cbef3fc6061a = '

Wells Fargo Home Mortgage - Kelly Ratzloff

Address: 1400 S Oak Ave, Owatonna, MN 55060, USA
Phone: (507) 455-6784
';var m_2d818880a4d72c14f185cbef3fc6061a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Home Mortgage - Kelly Ratzloff',});m_2d818880a4d72c14f185cbef3fc6061a['infowindow'] = new google.maps.InfoWindow({content: $l2d818880a4d72c14f185cbef3fc6061a});var infowindow = new google.maps.InfoWindow({content: $l2d818880a4d72c14f185cbef3fc6061a});google.maps.event.addListener(m_2d818880a4d72c14f185cbef3fc6061a, 'click', function() {infowindow.open(map,m_2d818880a4d72c14f185cbef3fc6061a);});$marker.push(m_2d818880a4d72c14f185cbef3fc6061a);}});}google.maps.event.addDomListener(window, 'load', initialize);