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.7368,-92.8767)};var g_a9f1ddad890559e3172b168df0e7b8fc = new google.maps.Geocoder();g_a9f1ddad890559e3172b168df0e7b8fc.geocode( { 'address': "1303 S Frontage Rd # 12, Hastings, MN 55033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hastings-MN-bell-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('hastings-MN-bell-mortgage'), mapOptions);}document.getElementById('b5e85ddb').innerHTML += ' | View Map';var $la9f1ddad890559e3172b168df0e7b8fc = '

Bell Mortgage

Address: 1303 S Frontage Rd # 12, Hastings, MN 55033, USA
Phone: (651) 438-0055
';var m_a9f1ddad890559e3172b168df0e7b8fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell Mortgage',});m_a9f1ddad890559e3172b168df0e7b8fc['infowindow'] = new google.maps.InfoWindow({content: $la9f1ddad890559e3172b168df0e7b8fc});var infowindow = new google.maps.InfoWindow({content: $la9f1ddad890559e3172b168df0e7b8fc});google.maps.event.addListener(m_a9f1ddad890559e3172b168df0e7b8fc, 'click', function() {infowindow.open(map,m_a9f1ddad890559e3172b168df0e7b8fc);});$marker.push(m_a9f1ddad890559e3172b168df0e7b8fc);}});}google.maps.event.addDomListener(window, 'load', initialize);