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.6954,-116.787)};var g_07cee7d7142e06a84f14a14747296f4d = new google.maps.Geocoder();g_07cee7d7142e06a84f14a14747296f4d.geocode( { 'address': "125 Ironwood Dr, Coeur d\'Alene, ID 83814, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coeur-dalene-ID-mountain-west-bank').style.display = '';map = new google.maps.Map(document.getElementById('coeur-dalene-ID-mountain-west-bank'), mapOptions);}document.getElementById('941c4c95').innerHTML += ' | View Map';var $l07cee7d7142e06a84f14a14747296f4d = '

Mountain West Bank

Address: 125 Ironwood Dr, Coeur d\'Alene, ID 83814, USA
Phone: (208) 765-0284
';var m_07cee7d7142e06a84f14a14747296f4d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountain West Bank',});m_07cee7d7142e06a84f14a14747296f4d['infowindow'] = new google.maps.InfoWindow({content: $l07cee7d7142e06a84f14a14747296f4d});var infowindow = new google.maps.InfoWindow({content: $l07cee7d7142e06a84f14a14747296f4d});google.maps.event.addListener(m_07cee7d7142e06a84f14a14747296f4d, 'click', function() {infowindow.open(map,m_07cee7d7142e06a84f14a14747296f4d);});$marker.push(m_07cee7d7142e06a84f14a14747296f4d);}});}google.maps.event.addDomListener(window, 'load', initialize);