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.6035,-116.594)};var g_68f7d9984a75a556d05859fb2c61852f = new google.maps.Geocoder();g_68f7d9984a75a556d05859fb2c61852f.geocode( { 'address': "1104 W Finch Dr, Nampa, ID 83651, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('nampa-ID-desert-sage-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('nampa-ID-desert-sage-federal-cu'), mapOptions);}document.getElementById('d2ddf48d').innerHTML += ' | View Map';var $l68f7d9984a75a556d05859fb2c61852f = '

Desert Sage Federal CU

Address: 1104 W Finch Dr, Nampa, ID 83651, USA
Phone: (208) 461-9141
';var m_68f7d9984a75a556d05859fb2c61852f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Desert Sage Federal CU',});m_68f7d9984a75a556d05859fb2c61852f['infowindow'] = new google.maps.InfoWindow({content: $l68f7d9984a75a556d05859fb2c61852f});var infowindow = new google.maps.InfoWindow({content: $l68f7d9984a75a556d05859fb2c61852f});google.maps.event.addListener(m_68f7d9984a75a556d05859fb2c61852f, 'click', function() {infowindow.open(map,m_68f7d9984a75a556d05859fb2c61852f);});$marker.push(m_68f7d9984a75a556d05859fb2c61852f);}});}google.maps.event.addDomListener(window, 'load', initialize);