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.3879,-116.987)};var g_09c6753e630715fe0f7aa0090daaee7a = new google.maps.Geocoder();g_09c6753e630715fe0f7aa0090daaee7a.geocode( { 'address': "158 Thain Rd, Lewiston, ID 83501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-ID-northwest-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-ID-northwest-title-loans'), mapOptions);}document.getElementById('4984a7ca').innerHTML += ' | View Map';var $l09c6753e630715fe0f7aa0090daaee7a = '

Northwest Title Loans

Address: 158 Thain Rd, Lewiston, ID 83501, USA
Phone: (208) 946-5710
';var m_09c6753e630715fe0f7aa0090daaee7a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northwest Title Loans',});m_09c6753e630715fe0f7aa0090daaee7a['infowindow'] = new google.maps.InfoWindow({content: $l09c6753e630715fe0f7aa0090daaee7a});var infowindow = new google.maps.InfoWindow({content: $l09c6753e630715fe0f7aa0090daaee7a});google.maps.event.addListener(m_09c6753e630715fe0f7aa0090daaee7a, 'click', function() {infowindow.open(map,m_09c6753e630715fe0f7aa0090daaee7a);});$marker.push(m_09c6753e630715fe0f7aa0090daaee7a);}});}google.maps.event.addDomListener(window, 'load', initialize);