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.8577,-93.422)};var g_2b27b25ead0cd23ac7f0601d065c9f9f = new google.maps.Geocoder();g_2b27b25ead0cd23ac7f0601d065c9f9f.geocode( { 'address': "250 Prairie Center Dr # 335, Eden Prairie, MN 55344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-prairie-MN-summit-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('eden-prairie-MN-summit-mortgage'), mapOptions);}document.getElementById('7385ad0e').innerHTML += ' | View Map';var $l2b27b25ead0cd23ac7f0601d065c9f9f = '

Summit Mortgage

Address: 250 Prairie Center Dr # 335, Eden Prairie, MN 55344, USA
Phone: (612) 424-5620
';var m_2b27b25ead0cd23ac7f0601d065c9f9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Mortgage',});m_2b27b25ead0cd23ac7f0601d065c9f9f['infowindow'] = new google.maps.InfoWindow({content: $l2b27b25ead0cd23ac7f0601d065c9f9f});var infowindow = new google.maps.InfoWindow({content: $l2b27b25ead0cd23ac7f0601d065c9f9f});google.maps.event.addListener(m_2b27b25ead0cd23ac7f0601d065c9f9f, 'click', function() {infowindow.open(map,m_2b27b25ead0cd23ac7f0601d065c9f9f);});$marker.push(m_2b27b25ead0cd23ac7f0601d065c9f9f);}});}google.maps.event.addDomListener(window, 'load', initialize);