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.4164,-117.013)};var g_1a46364c130bd808f7f08a20f87a714b = new google.maps.Geocoder();g_1a46364c130bd808f7f08a20f87a714b.geocode( { 'address': "1428 G St, Lewiston, ID 83501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ID-homestreet-home-loan-center').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ID-homestreet-home-loan-center'), mapOptions);}document.getElementById('fe057b61').innerHTML += ' | View Map';var $l1a46364c130bd808f7f08a20f87a714b = '

HomeStreet Home Loan Center

Address: 1428 G St, Lewiston, ID 83501, USA
Phone: (208) 792-4000
';var m_1a46364c130bd808f7f08a20f87a714b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeStreet Home Loan Center',});m_1a46364c130bd808f7f08a20f87a714b['infowindow'] = new google.maps.InfoWindow({content: $l1a46364c130bd808f7f08a20f87a714b});var infowindow = new google.maps.InfoWindow({content: $l1a46364c130bd808f7f08a20f87a714b});google.maps.event.addListener(m_1a46364c130bd808f7f08a20f87a714b, 'click', function() {infowindow.open(map,m_1a46364c130bd808f7f08a20f87a714b);});$marker.push(m_1a46364c130bd808f7f08a20f87a714b);}});}google.maps.event.addDomListener(window, 'load', initialize);