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.8666,-95.3711)};var g_e004e0d27895c20d2bff179584e85f29 = new google.maps.Geocoder();g_e004e0d27895c20d2bff179584e85f29.geocode( { 'address': "510 22nd Ave E #300, Alexandria, MN 56308, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alexandria-MN-alexandria-mortgages-inc').style.display = '';map = new google.maps.Map(document.getElementById('alexandria-MN-alexandria-mortgages-inc'), mapOptions);}document.getElementById('d22c30ab').innerHTML += ' | View Map';var $le004e0d27895c20d2bff179584e85f29 = '

Alexandria Mortgages Inc

Address: 510 22nd Ave E #300, Alexandria, MN 56308, USA
Phone: (320) 763-8719
';var m_e004e0d27895c20d2bff179584e85f29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alexandria Mortgages Inc',});m_e004e0d27895c20d2bff179584e85f29['infowindow'] = new google.maps.InfoWindow({content: $le004e0d27895c20d2bff179584e85f29});var infowindow = new google.maps.InfoWindow({content: $le004e0d27895c20d2bff179584e85f29});google.maps.event.addListener(m_e004e0d27895c20d2bff179584e85f29, 'click', function() {infowindow.open(map,m_e004e0d27895c20d2bff179584e85f29);});$marker.push(m_e004e0d27895c20d2bff179584e85f29);}});}google.maps.event.addDomListener(window, 'load', initialize);