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(45.0225,-93.479)};var g_08b5368990d8f89cc54358abbc1715d1 = new google.maps.Geocoder();g_08b5368990d8f89cc54358abbc1715d1.geocode( { 'address': "15650 36th Ave N #130, Plymouth, MN 55446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plymouth-MN-american-mortgage--equity-consultants-inc').style.display = '';map = new google.maps.Map(document.getElementById('plymouth-MN-american-mortgage--equity-consultants-inc'), mapOptions);}document.getElementById('cc97d801').innerHTML += ' | View Map';var $l08b5368990d8f89cc54358abbc1715d1 = '

American Mortgage & Equity Consultants, Inc

Address: 15650 36th Ave N #130, Plymouth, MN 55446, USA
Phone: (612) 875-0622
';var m_08b5368990d8f89cc54358abbc1715d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage & Equity Consultants, Inc',});m_08b5368990d8f89cc54358abbc1715d1['infowindow'] = new google.maps.InfoWindow({content: $l08b5368990d8f89cc54358abbc1715d1});var infowindow = new google.maps.InfoWindow({content: $l08b5368990d8f89cc54358abbc1715d1});google.maps.event.addListener(m_08b5368990d8f89cc54358abbc1715d1, 'click', function() {infowindow.open(map,m_08b5368990d8f89cc54358abbc1715d1);});$marker.push(m_08b5368990d8f89cc54358abbc1715d1);}});}google.maps.event.addDomListener(window, 'load', initialize);