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(46.8039,-92.1509)};var g_abfdee290e5fa12a9933a2df9a821c31 = new google.maps.Geocoder();g_abfdee290e5fa12a9933a2df9a821c31.geocode( { 'address': "1019 W Central Entrance, Duluth, MN 55811, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duluth-MN-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('duluth-MN-bank-of-america-mortgage'), mapOptions);}document.getElementById('bf1f8a76').innerHTML += ' | View Map';var $labfdee290e5fa12a9933a2df9a821c31 = '

Bank of America Mortgage

Address: 1019 W Central Entrance, Duluth, MN 55811, USA
Phone: (218) 727-1469
';var m_abfdee290e5fa12a9933a2df9a821c31 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_abfdee290e5fa12a9933a2df9a821c31['infowindow'] = new google.maps.InfoWindow({content: $labfdee290e5fa12a9933a2df9a821c31});var infowindow = new google.maps.InfoWindow({content: $labfdee290e5fa12a9933a2df9a821c31});google.maps.event.addListener(m_abfdee290e5fa12a9933a2df9a821c31, 'click', function() {infowindow.open(map,m_abfdee290e5fa12a9933a2df9a821c31);});$marker.push(m_abfdee290e5fa12a9933a2df9a821c31);}});}google.maps.event.addDomListener(window, 'load', initialize);