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.2034,-93.3779)};var g_a20f378f67e0d2904f6887dfc24ed316 = new google.maps.Geocoder();g_a20f378f67e0d2904f6887dfc24ed316.geocode( { 'address': "707 Polk St, Anoka, MN 55303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anoka-MN-american-mortgage--equity-consultants-inc').style.display = '';map = new google.maps.Map(document.getElementById('anoka-MN-american-mortgage--equity-consultants-inc'), mapOptions);}document.getElementById('52ca1728').innerHTML += ' | View Map';var $la20f378f67e0d2904f6887dfc24ed316 = '

American Mortgage & Equity Consultants, Inc

Address: 707 Polk St, Anoka, MN 55303, USA
Phone: (763) 635-2100
';var m_a20f378f67e0d2904f6887dfc24ed316 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage & Equity Consultants, Inc',});m_a20f378f67e0d2904f6887dfc24ed316['infowindow'] = new google.maps.InfoWindow({content: $la20f378f67e0d2904f6887dfc24ed316});var infowindow = new google.maps.InfoWindow({content: $la20f378f67e0d2904f6887dfc24ed316});google.maps.event.addListener(m_a20f378f67e0d2904f6887dfc24ed316, 'click', function() {infowindow.open(map,m_a20f378f67e0d2904f6887dfc24ed316);});$marker.push(m_a20f378f67e0d2904f6887dfc24ed316);}});}google.maps.event.addDomListener(window, 'load', initialize);