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(47.6779,-116.78)};var g_ae361b05ce614b3904cc4c0af126607b = new google.maps.Geocoder();g_ae361b05ce614b3904cc4c0af126607b.geocode( { 'address': "1450 Northwest Blvd, Suite 301, Coeur d\'Alene, ID 83814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coeur-dalene-ID-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('coeur-dalene-ID-bank-of-america-mortgage'), mapOptions);}document.getElementById('662cb7a9').innerHTML += ' | View Map';var $lae361b05ce614b3904cc4c0af126607b = '

Bank of America Mortgage

Address: 1450 Northwest Blvd, Suite 301, Coeur d\'Alene, ID 83814, USA
Phone: (208) 665-4900
';var m_ae361b05ce614b3904cc4c0af126607b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_ae361b05ce614b3904cc4c0af126607b['infowindow'] = new google.maps.InfoWindow({content: $lae361b05ce614b3904cc4c0af126607b});var infowindow = new google.maps.InfoWindow({content: $lae361b05ce614b3904cc4c0af126607b});google.maps.event.addListener(m_ae361b05ce614b3904cc4c0af126607b, 'click', function() {infowindow.open(map,m_ae361b05ce614b3904cc4c0af126607b);});$marker.push(m_ae361b05ce614b3904cc4c0af126607b);}});}google.maps.event.addDomListener(window, 'load', initialize);