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()};var g_2a305437dff38f3b83f52900567a91ed = new google.maps.Geocoder();g_2a305437dff38f3b83f52900567a91ed.geocode( { 'address': "7650 Edinborough Way, Bloomington, MN 55435"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bloomington-MN-bell-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bloomington-MN-bell-mortgage'), mapOptions);}document.getElementById('07a7a80b').innerHTML += ' | View Map';var $l2a305437dff38f3b83f52900567a91ed = '

Bell Mortgage

Address: 7650 Edinborough Way, Bloomington, MN 55435
Phone: (952) 893-0865
';var m_2a305437dff38f3b83f52900567a91ed = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell Mortgage',});m_2a305437dff38f3b83f52900567a91ed['infowindow'] = new google.maps.InfoWindow({content: $l2a305437dff38f3b83f52900567a91ed});var infowindow = new google.maps.InfoWindow({content: $l2a305437dff38f3b83f52900567a91ed});google.maps.event.addListener(m_2a305437dff38f3b83f52900567a91ed, 'click', function() {infowindow.open(map,m_2a305437dff38f3b83f52900567a91ed);});$marker.push(m_2a305437dff38f3b83f52900567a91ed);}});}google.maps.event.addDomListener(window, 'load', initialize);