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.5822,-116.276)};var g_d6aafa9124cbab6246a23f22682fbb1b = new google.maps.Geocoder();g_d6aafa9124cbab6246a23f22682fbb1b.geocode( { 'address': "2201 S Cole Rd, Boise, ID 83708, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('boise-ID-boise-u-s-employees-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('boise-ID-boise-u-s-employees-federal-credit-union'), mapOptions);}document.getElementById('fdd666f6').innerHTML += ' | View Map';var $ld6aafa9124cbab6246a23f22682fbb1b = '

Boise U S Employees Federal Credit Union

Address: 2201 S Cole Rd, Boise, ID 83708, USA
Phone: (208) 321-9900
';var m_d6aafa9124cbab6246a23f22682fbb1b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Boise U S Employees Federal Credit Union',});m_d6aafa9124cbab6246a23f22682fbb1b['infowindow'] = new google.maps.InfoWindow({content: $ld6aafa9124cbab6246a23f22682fbb1b});var infowindow = new google.maps.InfoWindow({content: $ld6aafa9124cbab6246a23f22682fbb1b});google.maps.event.addListener(m_d6aafa9124cbab6246a23f22682fbb1b, 'click', function() {infowindow.open(map,m_d6aafa9124cbab6246a23f22682fbb1b);});$marker.push(m_d6aafa9124cbab6246a23f22682fbb1b);}});}google.maps.event.addDomListener(window, 'load', initialize);