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(43.6624,-116.34)};var g_7c0d8ee6d16128cd6dab9acb4c9c9d74 = new google.maps.Geocoder();g_7c0d8ee6d16128cd6dab9acb4c9c9d74.geocode( { 'address': "12639 W Explorer Dr #175, Boise, ID 83713, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boise-ID-fairway-independent-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('boise-ID-fairway-independent-mortgage-corporation'), mapOptions);}document.getElementById('7006ff4e').innerHTML += ' | View Map';var $l7c0d8ee6d16128cd6dab9acb4c9c9d74 = '

Fairway Independent Mortgage Corporation

Address: 12639 W Explorer Dr #175, Boise, ID 83713, USA
Phone: (208) 338-4701
';var m_7c0d8ee6d16128cd6dab9acb4c9c9d74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fairway Independent Mortgage Corporation',});m_7c0d8ee6d16128cd6dab9acb4c9c9d74['infowindow'] = new google.maps.InfoWindow({content: $l7c0d8ee6d16128cd6dab9acb4c9c9d74});var infowindow = new google.maps.InfoWindow({content: $l7c0d8ee6d16128cd6dab9acb4c9c9d74});google.maps.event.addListener(m_7c0d8ee6d16128cd6dab9acb4c9c9d74, 'click', function() {infowindow.open(map,m_7c0d8ee6d16128cd6dab9acb4c9c9d74);});$marker.push(m_7c0d8ee6d16128cd6dab9acb4c9c9d74);}});}google.maps.event.addDomListener(window, 'load', initialize);