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.888,-93.4214)};var g_2598a663b45e13b0d1b5af966f75d9f6 = new google.maps.Geocoder();g_2598a663b45e13b0d1b5af966f75d9f6.geocode( { 'address': "6385 Old Shady Oak Rd #110, Eden Prairie, MN 55344, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-prairie-MN-american-investors-bank-and-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('eden-prairie-MN-american-investors-bank-and-mortgage'), mapOptions);}document.getElementById('5d03d60c').innerHTML += ' | View Map';var $l2598a663b45e13b0d1b5af966f75d9f6 = '

American Investors Bank and Mortgage

Address: 6385 Old Shady Oak Rd #110, Eden Prairie, MN 55344, USA
Phone: (952) 938-6520
';var m_2598a663b45e13b0d1b5af966f75d9f6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Investors Bank and Mortgage',});m_2598a663b45e13b0d1b5af966f75d9f6['infowindow'] = new google.maps.InfoWindow({content: $l2598a663b45e13b0d1b5af966f75d9f6});var infowindow = new google.maps.InfoWindow({content: $l2598a663b45e13b0d1b5af966f75d9f6});google.maps.event.addListener(m_2598a663b45e13b0d1b5af966f75d9f6, 'click', function() {infowindow.open(map,m_2598a663b45e13b0d1b5af966f75d9f6);});$marker.push(m_2598a663b45e13b0d1b5af966f75d9f6);}});}google.maps.event.addDomListener(window, 'load', initialize);