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.9881,-93.4499)};var g_51b721050dd41ef430c5668fa795b961 = new google.maps.Geocoder();g_51b721050dd41ef430c5668fa795b961.geocode( { 'address': "13355 10th Ave N Suite 100, Plymouth, MN 55441, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-MN-patty-mclain---summit-mortgage-broker').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-MN-patty-mclain---summit-mortgage-broker'), mapOptions);}document.getElementById('795fb6b9').innerHTML += ' | View Map';var $l51b721050dd41ef430c5668fa795b961 = '

Patty McLain - Summit Mortgage Broker

Address: 13355 10th Ave N Suite 100, Plymouth, MN 55441, USA
Phone: (763) 575-7224
';var m_51b721050dd41ef430c5668fa795b961 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Patty McLain - Summit Mortgage Broker',});m_51b721050dd41ef430c5668fa795b961['infowindow'] = new google.maps.InfoWindow({content: $l51b721050dd41ef430c5668fa795b961});var infowindow = new google.maps.InfoWindow({content: $l51b721050dd41ef430c5668fa795b961});google.maps.event.addListener(m_51b721050dd41ef430c5668fa795b961, 'click', function() {infowindow.open(map,m_51b721050dd41ef430c5668fa795b961);});$marker.push(m_51b721050dd41ef430c5668fa795b961);}});}google.maps.event.addDomListener(window, 'load', initialize);